diff --git a/azure-pipelines/update-template.yml b/azure-pipelines/update-template.yml index 00b0ccb4d710..e9e24053cc2e 100644 --- a/azure-pipelines/update-template.yml +++ b/azure-pipelines/update-template.yml @@ -8,14 +8,16 @@ steps: targetType: 'inline' pwsh: true script: | - $modules = Get-Module -Name Microsoft.Graph -ListAvailable - if ($modules.Count -gt 0 -and $modules[0].Version -eq "1.21.0") { - echo "Latest version already installed" - }else { - echo "Installing latest version" - Install-Module Microsoft.Graph -Repository PSGallery -Scope AllUsers -Force -AllowClobber - Import-Module Microsoft.Graph -Global -Force - } + echo "Updating to the latest sdk version" + try { + # Try to update the module first. + Update-Module -Name Microsoft.Graph -Scope CurrentUser -AcceptLicense -Force -ErrorAction Stop + } catch { + # If the module is not installed, install it. + Install-Module Microsoft.Graph -Repository PSGallery -Scope CurrentUser -AcceptLicense -Force -AllowClobber + } + + Import-Module Microsoft.Graph -Global -Force - template: checkout.yml parameters: diff --git a/microsoftgraph/config/BrokenLinks.txt b/microsoftgraph/config/BrokenLinks.txt index e9ca567ce140..e69de29bb2d1 100644 --- a/microsoftgraph/config/BrokenLinks.txt +++ b/microsoftgraph/config/BrokenLinks.txt @@ -1,5 +0,0 @@ -graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlace.md -graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgPlace.md -graph-powershell-beta/Microsoft.Graph.Calendar/New-MgPlace.md -graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Initialize-MgOrganizationService.md -graph-powershell-beta/Microsoft.Graph.Users.Actions/Initialize-MgUserServicePlan.md diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md index 9d28caa117c9..e6bf86e9bdb2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplication schema: 2.0.0 -ms.prod: applications --- # Get-MgApplication diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md index a5fde70a7175..328b46398853 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgApplicationDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgApplicationDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md index f7aad92e305c..b9f01bffd813 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationextensionproperty schema: 2.0.0 -ms.prod: extensions --- # Get-MgApplicationExtensionProperty diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md index 42cf717b507b..b4288d24c03c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationfederatedidentitycredential schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationFederatedIdentityCredential diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md index 21413da2e2aa..1956d6e0d7b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationowner schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationOwner diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md index bf7938b8bf46..04f5731c594b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationownerbyref schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationOwnerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md index de134b10b8a8..d54a0b744d32 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtemplate schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTemplate diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md index d7588fdbe0e0..72c11c868f39 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenIssuancePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md index dd316b5d3428..a8108647d1ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenIssuancePolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md index 9ab1723d7e02..70def9a92040 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenLifetimePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md index 7e5ee5b955e8..dc206b1d794e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenLifetimePolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md index 39df10829fe1..e63c6b824797 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mggroupapproleassignment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md index e8ccbb1be702..1a9e5ce5500f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md index 52b412bc4b7c..9cd32df3fe66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignedto schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalAppRoleAssignedTo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md index c4ee5631c7f3..7ea14ed4d140 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignment schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md index c1e93ba8e9d6..c9563b55cc86 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalClaimMappingPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md index 77661d6432f4..2219c56aef55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalClaimMappingPolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md index 87f87d6945d9..fca74a16bfc2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaldelegatedpermissionclassification schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalDelegatedPermissionClassification diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md index 600b3c40fdfa..a7ee44ec4108 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgServicePrincipalDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgServicePrincipalDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md index 6024f8f6044c..0ec035331a61 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalHomeRealmDiscoveryPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index 837f5c9c9d09..145ec0e9528b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md index 5b43ef75d1cf..17c2d62129b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberof schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md index ce0f512afb0a..200628506a5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaloauth2permissiongrant schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md index 920ed6726731..b77af3c46faa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalowner schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalOwner diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md index 19043a4bf99c..95de27a81552 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerbyref schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalOwnerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md index d05a63f2d1a0..29cffca3de6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberof schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md index 5fe0da1ecd6d..04b6367a61d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mguserapproleassignment schema: 2.0.0 -ms.prod: users --- # Get-MgUserAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md index af67f8d65888..5d66944393f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md @@ -68,6 +68,12 @@ Invoke action checkMemberObjects ### [Get-MgApplication](Get-MgApplication.md) Get the properties and relationships of an application object. +### [Get-MgApplicationAppManagementPolicy](Get-MgApplicationAppManagementPolicy.md) +Get appManagementPolicies from applications + +### [Get-MgApplicationAppManagementPolicyByRef](Get-MgApplicationAppManagementPolicyByRef.md) +Get ref of appManagementPolicies from applications + ### [Get-MgApplicationById](Get-MgApplicationById.md) Return the directory objects specified in a list of IDs. Some common uses for this function are to: @@ -141,6 +147,9 @@ Supports $expand. ### [Get-MgServicePrincipal](Get-MgServicePrincipal.md) Retrieve the properties and relationships of a servicePrincipal object. +### [Get-MgServicePrincipalAppManagementPolicy](Get-MgServicePrincipalAppManagementPolicy.md) +Get appManagementPolicies from servicePrincipals + ### [Get-MgServicePrincipalAppRoleAssignedTo](Get-MgServicePrincipalAppRoleAssignedTo.md) App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand. @@ -243,6 +252,9 @@ Use the following ID for the **applicationTemplate** object: `8adf8e6e-67b2-4cf2 ### [New-MgApplication](New-MgApplication.md) Create a new application object. +### [New-MgApplicationAppManagementPolicyByRef](New-MgApplicationAppManagementPolicyByRef.md) +Create new navigation property ref to appManagementPolicies for applications + ### [New-MgApplicationExtensionProperty](New-MgApplicationExtensionProperty.md) Create a new directory extension definition, represented by an extensionProperty object. @@ -309,6 +321,9 @@ Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. +### [Remove-MgApplicationAppManagementPolicyByRef](Remove-MgApplicationAppManagementPolicyByRef.md) +Delete ref of navigation property appManagementPolicies for applications + ### [Remove-MgApplication](Remove-MgApplication.md) Delete entity from applications diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md index 04c8364ea327..5bab3fa45455 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplication schema: 2.0.0 -ms.prod: applications --- # New-MgApplication diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md index bc7b2e023975..7d909f9d050a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationextensionproperty schema: 2.0.0 -ms.prod: extensions --- # New-MgApplicationExtensionProperty diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md index 86a5c58d0ada..a4f36bc2c596 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationfederatedidentitycredential schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationFederatedIdentityCredential diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md index 61c78f99643a..c8673f334fef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationownerbyref schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationOwnerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md index 516529100086..ebb469024ad9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationtokenissuancepolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationTokenIssuancePolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md index 90d9f299b318..7186bfcf360d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationtokenlifetimepolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationTokenLifetimePolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md index 586611418757..a2fd61741f56 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mggroupapproleassignment schema: 2.0.0 -ms.prod: groups --- # New-MgGroupAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md index 579632440bde..01fded23deab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md index 117004350a7d..e488cf2278c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalapproleassignedto schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalAppRoleAssignedTo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md index 461aaa333276..732c7923ce47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalapproleassignment schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md index 36b44beeb714..97201bb4449b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalclaimmappingpolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalClaimMappingPolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md index fd4fd470d159..82dd6e8a2a03 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipaldelegatedpermissionclassification schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalDelegatedPermissionClassification diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index 4c1034b47043..9602a59ebbf3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalhomerealmdiscoverypolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md index c036457a128d..f8148caaee65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalownerbyref schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalOwnerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md index a6bbdffcddad..ea6eed2adf2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mguserapproleassignment schema: 2.0.0 -ms.prod: users --- # New-MgUserAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md index aa23df36bf5a..454ef39d7c7a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/remove-mgapplication schema: 2.0.0 -ms.prod: applications --- # Remove-MgApplication diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md index 5af269adb071..51f643ca99f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/remove-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # Remove-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md index faa73e939fbf..ce4e68dbc920 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgapplication schema: 2.0.0 -ms.prod: applications --- # Update-MgApplication diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md index 12502fc4cb95..9bbec676f7f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # Update-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md index df8f222567a9..0118f5d5dccd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupcalendarpermission schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupCalendarPermission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md index f325f93e2882..db0952131f0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupcalendarview schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupCalendarView diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md index 84882769809f..b0fd46e32741 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupevent schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupEvent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md index 29202401504d..574d05d491a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupeventattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupEventAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md index f697f55cd4e4..1748848b650c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupeventextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgGroupEventExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md index c3701c3b92b5..6037e74f1f6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupeventinstance schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupEventInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md index e60ba08c97ff..d88e122db309 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendar schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendar diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md index 917d817cfabf..06b0f59a53b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendarevent schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarEvent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md index 57b3edcadccb..1f2c8f7d9c6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendargroup schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md index 63adcf88c324..6a2fd0a40d20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendargroupcalendar schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarGroupCalendar diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md index 332d4179d9bd..3388fb42be31 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendarpermission schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarPermission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md index 4d86a214176b..989c5e2e758e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendarview schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarView diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md index 155e3f21ed19..969a322f9c6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mguserdefaultcalendar schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserDefaultCalendar diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md index 10b1acf1c49a..c31591669999 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mguserevent schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserEvent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md index acc959b16811..f586396d3109 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusereventattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserEventAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md index 392f9a137a12..27a70c6c69fe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusereventextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserEventExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md index a1daf5bb4f17..d49fea6b906c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusereventinstance schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserEventInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md index 7e021063a155..ed5a405349b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupcalendarpermission schema: 2.0.0 -ms.prod: outlook --- # New-MgGroupCalendarPermission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md index 1fb974e34f33..394d07b3891b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupevent schema: 2.0.0 -ms.prod: outlook --- # New-MgGroupEvent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md index cbcc31f9f3bc..693a3a1a430a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupeventattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgGroupEventAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md index 971869178d7a..812450926ac2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupeventextension schema: 2.0.0 -ms.prod: extensions --- # New-MgGroupEventExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md index cc3245e5fb9f..93cf156232d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendar schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendar diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md index d3c290659ab1..07fe93f94200 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendarevent schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarEvent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md index 4b9dd7dfabf7..bf84b3d5d3fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendargroup schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md index 3732d357535b..cc4f18c7dfde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendargroupcalendar schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarGroupCalendar diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md index 44576ee2c076..db07c1074936 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendarpermission schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarPermission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md index 1e897040f9c6..b1aa33a956b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mguserevent schema: 2.0.0 -ms.prod: outlook --- # New-MgUserEvent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md index f566567bccaa..1557a630f7c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusereventattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgUserEventAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md index 2865b0b81744..96a734a18320 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusereventextension schema: 2.0.0 -ms.prod: extensions --- # New-MgUserEventExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md index 3b13096006f3..893d03814880 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/remove-mgplace schema: 2.0.0 -ms.prod: calendar --- # Remove-MgPlace diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md index 478bad30546a..2c0d35806f51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/update-mgplace schema: 2.0.0 -ms.prod: calendar --- # Update-MgPlace diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md index 51421a4dcd59..d7d9988517e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallparticipant schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgCommunicationCallParticipant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md index 1119a78b98a0..cdb396b15263 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsession schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgCommunicationCallRecordSession diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md index bf2d17047030..5da9701c9c2c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgCommunicationOnlineMeeting diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md index 4d36ed0a3b44..cfccc1cb4d02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgUserOnlineMeeting diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md index 283456ed5e9f..89c4f4019978 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mguserpresence schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgUserPresence diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md index 3a5527ad4857..a21d8277b6b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcall schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationCall diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md index 26fd279f15cf..c51c7d07a32b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallparticipant schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationCallParticipant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md index cb67a458514e..dea094dea0ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallrecordsession schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationCallRecordSession diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md index b31ac8bbeb95..7d93daf0bfd2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationOnlineMeeting diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md index 1e8e8b52b742..cdccc49c07ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgUserOnlineMeeting diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md index af4c93b11494..b3305aa12ca5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/remove-mguserpresence schema: 2.0.0 -ms.prod: cloud-communications --- # Remove-MgUserPresence diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md index bd3c3ccca20c..7cc8ada32b35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/update-mguserpresence schema: 2.0.0 -ms.prod: cloud-communications --- # Update-MgUserPresence diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md index 1aa96d3e7f78..70a0d949f7cc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignment schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementDirectoryRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md index a0aa519db7b8..97210a88f427 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md index 859fe1ec35a5..ed38338cc586 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md index d79611121abf..23e7f384128a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md index 1232f708886f..03c6a7de771e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroledefinition schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementDirectoryRoleDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md index 72775f8dbe74..9acd514eb18d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md index e9ac063bab2a..c3feaada7f36 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 404913f7db96..62650255be41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md index 7d37654b9202..13fd7114e7d8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignment schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementEntitlementManagementRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md index a93d157317fa..8100144c2081 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index 5cf8396c5373..c90ef7a7fbb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index 120d4be2aae1..277df49646ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md index 6ce5fd82b996..9afd24e871f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroledefinition schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementEntitlementManagementRoleDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md index 6b9fc6e94df3..42da36d4ac24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index 60fbbfd2148b..c6435996ce25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index 5cf1c858a2ed..8ae69fa10da0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md index 076cba879717..dc711d9972b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignment schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementDirectoryRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md index fce4f642a2f3..39953305d26a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md index 56d37d5f7952..75fc4d8e43cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md index 52c23ba493b6..c523ea34d96f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md index feea9aeea642..1b1d6d9329db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroledefinition schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementDirectoryRoleDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md index 5144bff9efef..4705a2ae2a65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md index d926cb511627..a7ef4d0e45a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md index ce6ac2e5fec9..5d0cac61500e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md index 4b480f494230..c3369888cdec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignment schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementEntitlementManagementRoleAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md index 4e6eabb92c72..ffdd8829b650 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index 868fe7fab6d7..10d2f0dfef06 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index 3121dbc6bbe4..49f327e428a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md index 1b145c29e016..08da872a3f01 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroledefinition schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementEntitlementManagementRoleDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md index 7c5cec91001a..934c26844647 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index ee6115614c8a..93a75d8d704b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index ff798a0718c9..e75141fceb3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md index f1d6f5951f95..1e6208539d7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintconnector schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintConnector diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md index 57825d8d6694..69796cdbb85e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinter schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinter diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md index 42a8fea6e0e6..660ad93bc461 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterconnector schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinterConnector diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md index c20bd8ce6bf5..44ff2342f46b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintershare schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinterShare diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md index 8d2ed8c29dee..9883817b1151 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintertasktrigger schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinterTaskTrigger diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md index 570986a4758f..624eda2f6c74 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintservice schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintService diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md index 4aa5d5a4b65a..92a3542b1804 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintserviceendpoint schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintServiceEndpoint diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md index ae22121bdbb5..5b01f515637b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshare schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintShare diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md index ec4cb22e6935..18c02f00a0c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedgroup schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintShareAllowedGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md index 112bbfc7eadd..32457398df83 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharealloweduser schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintShareAllowedUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md index d6b0217b37ed..ffb4212406f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinition schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintTaskDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md index a30d608caa27..53cf7106af34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinitiontask schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintTaskDefinitionTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md index 8c7cc08e60fc..9b340bf51d1b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintconnector schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintConnector diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md index 5f43b660352b..a23389b5549e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprintertasktrigger schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintPrinterTaskTrigger diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md index 7ba2f628fd13..00c0584f0c1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintservice schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintService diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md index 907123e5b3cc..0ade636d28f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintserviceendpoint schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintServiceEndpoint diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md index 50ca6989c057..a7cee11348f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintshare schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintShare diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md index a1ebeeff5d4e..222be032296c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprinttaskdefinition schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintTaskDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md index b516f136c452..8580a73e376e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprinttaskdefinitiontask schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintTaskDefinitionTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md index d6f46369b999..16c40c80109d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementissue schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementIssue diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md index 9605a394d164..e8681a5751ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessage schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md index f7f8b6b33ada..2e582d406b49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachment schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessageAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md index f610583c75b2..b4cddf9fe41b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachmentarchive schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessageAttachmentArchive diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md index faf9b2695219..1e1495113169 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachmentcontent schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessageAttachmentContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md index eedbc4bf619e..615b443b709f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementhealthoverview schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementHealthOverview diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md index 1b75c65747b1..2ccfa5cba709 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementissue schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementIssue diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md index 23216b06645e..6562ea78ae06 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementmessage schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md index e620287b6967..d48902d47133 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementmessageattachment schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementMessageAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md index 9a3c1609bb17..d64b2310c6bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/set-mgserviceannouncementmessageattachmentarchive schema: 2.0.0 -ms.prod: service-communications --- # Set-MgServiceAnnouncementMessageAttachmentArchive diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md index 9e807326567a..de986e51963a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/set-mgserviceannouncementmessageattachmentcontent schema: 2.0.0 -ms.prod: service-communications --- # Set-MgServiceAnnouncementMessageAttachmentContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md index cb624ee068d2..b22436ec01d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryObjectDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryObjectDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md index e1f260753702..63be4f7c00a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md @@ -32,6 +32,9 @@ The following entities support extension properties:\n+ user\n+ group\n+ adminis Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgDirectoryObjectDelta](Get-MgDirectoryObjectDelta.md) +Invoke function delta + ### [Get-MgDirectoryObjectMemberGroup](Get-MgDirectoryObjectMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md index 6a1fb32d5631..0f90aaecc3aa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DirectoryObjects-help.xml Module Name: Microsoft.Graph.DirectoryObjects online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects/remove-mgdirectoryobject schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDirectoryObject diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md index d0068550b179..da155972ba5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DirectoryObjects-help.xml Module Name: Microsoft.Graph.DirectoryObjects online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects/update-mgdirectoryobject schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDirectoryObject diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md index e461a3d1e113..e52fa7ee7fb6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md @@ -14,29 +14,29 @@ Invoke function delta ### Delta2 (Default) ``` -Get-MgEducationClassAssignmentCategoryDelta -EducationClassId [-Count] [-Filter ] +Get-MgEducationClassAssignmentCategoryDelta -EducationClassId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Delta3 ``` -Get-MgEducationClassAssignmentCategoryDelta -EducationClassId -EducationAssignmentId [-Count] +Get-MgEducationClassAssignmentCategoryDelta -EducationClassId -EducationAssignmentId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -83,12 +83,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -98,6 +113,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationAssignmentId key: id of educationAssignment @@ -159,6 +190,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md index b08b839650ff..b4a3ae0c745e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md @@ -14,16 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgEducationClassAssignmentDelta -EducationClassId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgEducationClassAssignmentDelta -EducationClassId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgEducationClassAssignmentDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgEducationClassAssignmentDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -60,12 +59,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -75,6 +89,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationClassId key: id of educationClass @@ -121,6 +151,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md index 5319f04b86ee..6c035d5b2a80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationClassDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgEducationClassDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md index 7c1f34030f5b..ecb3baf055c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassmember schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md index c80be0de019c..8fef87a2cb86 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassmemberbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassMemberByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md index 5596192ab14c..b2510f5cb8ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassSchool diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md index 8f67ce2cab0e..8f1f2c45099b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassteacher schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassTeacher diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md index d3b2f62ba484..f52ba6fa817b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassteacherbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassTeacherByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md index fcc559a2e8bf..d26064a47c55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignment schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md index a7196d54e8e9..d56a8f75dbc2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentcategory schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentCategory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md index 9e0b16274ff8..2dc3c793d6d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgEducationMeAssignmentCategoryDelta -EducationAssignmentId [-Count] [-Filter ] +Get-MgEducationMeAssignmentCategoryDelta -EducationAssignmentId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgEducationMeAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationMeAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,12 +33,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -48,6 +63,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationAssignmentId key: id of educationAssignment @@ -94,6 +125,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md index 84e422c8fe39..6b1a6ee5b41a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationMeAssignmentDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgEducationMeAssignmentDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -24,14 +24,30 @@ Invoke function delta ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -54,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md index 9b5ca896f9fd..9ea4e201e218 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md index 298d4306f713..bf8b00ed8771 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentrubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md index 6324eacbd43f..8b987655ac53 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmission schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md index d1e17550073b..5bac97fe09bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md index 3d643d038be9..5a1d5f7aa31d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md index ec3900eaae2a..b6f9d6533929 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md index ec3a7e97321f..47ee0610ad87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeClass diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md index 762a9e37ae22..008b4d04bb64 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmerubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md index 2d50823edfd2..21a8a832060c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeSchool diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md index febbd6e0f7ad..63c9ed40a2de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmetaughtclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeTaughtClass diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md index 4033d7181020..1d00dfd3fd29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeuser schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md index 326f12f65685..5adc2c01a4dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchool diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md index 2cfb74a2a76a..9fab70e7c259 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschooladministrativeunit schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolAdministrativeUnit diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md index aa483bfc16b6..3bb1a1babc3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschoolclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolClass diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md index 1f241a6a45c9..52c54abb3ce3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschoolclassbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolClassByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md index 09abb1502b57..f63b2efb2e45 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationSchoolDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgEducationSchoolDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md index 0f33ebbe8366..a27d8cbe72bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschooluser schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md index 56f8f535d853..91aa480a5c73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschooluserbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolUserByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md index afb903f63d5a..557077e97715 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuser schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md index ea178fbf73be..ff817667ac13 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignment schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md index cab3f0e49337..3cbed9c1cc30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentcategory schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentCategory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md index 4e5e22962452..0702eeafd559 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgEducationUserAssignmentCategoryDelta -EducationAssignmentId -EducationUserId [-Count] +Get-MgEducationUserAssignmentCategoryDelta -EducationAssignmentId -EducationUserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgEducationUserAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationUserAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,12 +33,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -48,6 +63,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationAssignmentId key: id of educationAssignment @@ -109,6 +140,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md index a36a40adeef1..edc7435527c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgEducationUserAssignmentDelta -EducationUserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgEducationUserAssignmentDelta -EducationUserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgEducationUserAssignmentDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgEducationUserAssignmentDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -47,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationUserId key: id of educationUser @@ -93,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md index a7a1d5b9fd1f..aea57a39f001 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md index 7095b2162107..1479a1b45958 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentrubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md index c1344ff08818..73cede7f26a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmission schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md index b99733123c27..e70603c3b90a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md index b00453bca239..b3ca02cbacd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md index 44d7cc149d55..4c52db0a4a6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md index 891c608cc398..6f9cbf1daad3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserClass diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md index f0d131e97660..d5ff4e331464 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationUserDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgEducationUserDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md index d18e0f9d1c2a..217a9d7047c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserrubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md index 6d88d0e17b25..d0465d99e994 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserSchool diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md index ca98cec40cbb..09f33b4c4d98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationusertaughtclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserTaughtClass diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md index ded5aecea987..b46644fb91dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclass schema: 2.0.0 -ms.prod: education --- # New-MgEducationClass diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md index 96793e025ce6..d01910835ff2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignment schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md index 3271c48ed3d4..8c714b9931aa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentcategory schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentCategory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md index 45e2d81e0448..044f7e2b1dfd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md index 443f415b292d..9d956dfbc35e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmission schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md index 179e5a0c75ba..513e2c67fcb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md index 0fb6841703d1..0813b6566565 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md index dffa7aa1b950..c3700e639f3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md index 3ff1b390135e..cb5c624cbb94 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassmemberbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassMemberByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md index 9c73c9ad4ebe..6d06f073bb8c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassteacherbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassTeacherByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md index e872bc056893..e7982b8aae5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignment schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md index 145d85ce097a..7c2e49676ff1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentcategory schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentCategory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md index a635fb918935..1941d60f08c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md index e1bb87a4f370..3542fff9640d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmission schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md index c0409a4d37ac..9e3bc16206e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md index ae5d15b8f58c..5d2de4aebe67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md index 094772ec9553..9bb7003217ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md index fdb72bc42421..4fe503f05a88 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmerubric schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md index 7d66d0164f7d..aab1c27c34c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationschool schema: 2.0.0 -ms.prod: education --- # New-MgEducationSchool diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md index 8a4b657e7f85..2951e9cce93a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationschoolclassbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationSchoolClassByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md index 759d5ad3db70..71a08fef8a54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationschooluserbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationSchoolUserByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md index 0b1bb522d525..9b7e26547e66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuser schema: 2.0.0 -ms.prod: education --- # New-MgEducationUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md index b9ac50421b1c..045834df1823 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignment schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md index 19b7647a9f64..855b88d273ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentcategory schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentCategory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md index 566e5b20ddeb..cc116d44f3af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md index bd083db7067d..e1650e13448f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmission schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md index eb4b342c1ffb..d350ee4f91f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md index c5ceb666fba2..1208e53a6348 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md index 6e5fb0b52db9..ee12a58784ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md index 73e266ad4549..5923d1bb82eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserrubric schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md index ca28aa703dce..3802e28b0309 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentrubric schema: 2.0.0 -ms.prod: education --- # Remove-MgEducationClassAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md index 9951f9c92d0e..0c7ef9d64e2b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentrubric schema: 2.0.0 -ms.prod: education --- # Remove-MgEducationMeAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md index 03bac09e8cd3..3f68ae0fd66d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentrubric schema: 2.0.0 -ms.prod: education --- # Remove-MgEducationUserAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md index 1ab9e0900ae6..1000f8a66930 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentrubric schema: 2.0.0 -ms.prod: education --- # Update-MgEducationClassAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md index 7d7b34738896..bdfecb911045 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentrubric schema: 2.0.0 -ms.prod: education --- # Update-MgEducationMeAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md index 8d441b3d4ba8..9f1dea0c258c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentrubric schema: 2.0.0 -ms.prod: education --- # Update-MgEducationUserAssignmentRubric diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md index ffacca1477f7..4af0cad60301 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivebundle schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveBundle diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md index f0179302538f..d55bb9b99693 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivefollowing schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveFollowing diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md index c1901f6eebbd..4b712882ecae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md @@ -14,27 +14,28 @@ Invoke function delta ### Delta2 (Default) ``` -Get-MgDriveItemDelta -DriveId -DriveItemId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveItemDelta -DriveId -DriveItemId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta3 ``` -Get-MgDriveItemDelta -DriveId -DriveItemId -Token [-Count] [-Filter ] +Get-MgDriveItemDelta -DriveId -DriveItemId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveItemDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveItemDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -44,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -59,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -120,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md index 0c51c05e4117..b6e2341d28b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgDriveListColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md index 2f31ecf26f12..b8531875ac7f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgDriveListContentType diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md index 2a2b9f41da8d..c4dd5a5852ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgDriveListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md index 66dc5d6f3a6b..d8f411d35f50 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistitem schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveListItem diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md index b414cce90a30..a78a5437dd54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveListItemField diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md index 245eec14ae0c..ae14645380f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveListItemVersion diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md index bd98dce8b6e7..588cf7f79c80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdriveroot schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveRoot diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md index 9e17818dc7a7..cee4a3d651f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md @@ -14,26 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgDriveRootDelta -DriveId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -DriveId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### Delta1 ``` -Get-MgDriveRootDelta -DriveId -Token [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -DriveId -Token [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -43,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -58,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -104,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md index d173b2411fb7..c4a04ad72143 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mggroupdrive schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgGroupDrive diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md index dd9d5ef8be81..e53f01db6ec0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharedriveitem schema: 2.0.0 -ms.prod: files --- # Get-MgShareDriveItem diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md index 89063e0fb4db..940527e0f996 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgShareListColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md index aef00218bb48..dacb2f559b2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgShareListContentType diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md index 06bf3b4aa8d5..84a60583e90e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgShareListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md index f4d00b0b23ea..b310eada4b2a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistitem schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgShareListItem diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md index c4eaf38e6670..44abdbf0b32f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgShareListItemField diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md index 86153bf6c68a..0b69104966b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgShareListItemVersion diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md index b57d83b03d91..904b33d78e33 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mguserdrive schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgUserDrive diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md index aa4580742b79..6d1487f359ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md @@ -1013,6 +1013,9 @@ Associate a published [content type][contentType] present in a content type hub ### [New-MgDrive](New-MgDrive.md) Add new entity to drives +### [New-MgDriveBundle](New-MgDriveBundle.md) +Create new navigation property to bundles for drives + ### [New-MgDriveItem](New-MgDriveItem.md) Create new navigation property to items for drives @@ -1112,6 +1115,9 @@ Create new navigation property to versions for drives ### [New-MgGroupDrive](New-MgGroupDrive.md) Create new navigation property to drives for groups +### [New-MgGroupDriveBundle](New-MgGroupDriveBundle.md) +Create new navigation property to bundles for groups + ### [New-MgGroupDriveItem](New-MgGroupDriveItem.md) Create new navigation property to items for groups @@ -1223,6 +1229,9 @@ Add new entity to shares ### [New-MgUserDrive](New-MgUserDrive.md) Create new navigation property to drives for users +### [New-MgUserDriveBundle](New-MgUserDriveBundle.md) +Create new navigation property to bundles for users + ### [New-MgUserDriveItem](New-MgUserDriveItem.md) Create new navigation property to items for users diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroup.md index c9943bd4f265..698c926732ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroup schema: 2.0.0 -ms.prod: groups --- # Get-MgGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md index 94088acee21e..db428aebd734 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupacceptedsender schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupAcceptedSender diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md index 5595c53c2169..5905beb8ccd5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupacceptedsenderbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupAcceptedSenderByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md index 0c616a51d101..3cc3336206e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md @@ -17,14 +17,15 @@ This allows you to maintain and synchronize a local store of events in the speci ### Delta1 (Default) ``` -Get-MgGroupCalendarEventDelta -GroupId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupCalendarEventDelta -GroupId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgGroupCalendarEventDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupCalendarEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -37,12 +38,27 @@ This allows you to maintain and synchronize a local store of events in the speci ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -52,6 +68,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +130,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversation.md index d04bd8b82f60..3a859a910e2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversation schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md index 94a785b2c66e..22806e868f48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthread schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThread diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md index 4c2289add955..613c5f69316f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthreadpost schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThreadPost diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md index abf50b5326f8..071d148fed19 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthreadpostattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThreadPostAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md index e4523fd8c9be..e04fea31dfea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthreadpostinreplytoattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThreadPostInReplyToAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDelta.md index f71d5a6343b0..19df7ee42192 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgGroupDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgGroupDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md index df8dfe57d2df..0042db40b4c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md @@ -14,28 +14,28 @@ Invoke function delta ### Delta2 (Default) ``` -Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId [-Count] [-Filter ] +Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Delta3 ``` -Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId -Token [-Count] +Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgGroupDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgGroupDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -60,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -136,6 +167,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md index 1cfec80fb04f..928df5bb3f53 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md @@ -14,28 +14,28 @@ Invoke function delta ### Delta2 (Default) ``` -Get-MgGroupDriveRootDelta -DriveId -GroupId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgGroupDriveRootDelta -DriveId -GroupId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta3 ``` -Get-MgGroupDriveRootDelta -DriveId -GroupId -Token [-Count] [-Filter ] +Get-MgGroupDriveRootDelta -DriveId -GroupId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgGroupDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgGroupDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -60,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -121,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md index 59d5d8da4c1c..0aee8c5c71f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md @@ -17,14 +17,15 @@ This allows you to maintain and synchronize a local store of events in the speci ### Delta1 (Default) ``` -Get-MgGroupEventDelta -GroupId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupEventDelta -GroupId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgGroupEventDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -37,12 +38,27 @@ This allows you to maintain and synchronize a local store of events in the speci ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -52,6 +68,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +130,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md index c9e1357d43ee..5952fc1fa1f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouplifecyclepolicy schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupLifecyclePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMember.md index f1f29c51699b..499f4647f48d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupmember schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md index 7e5fab3224c6..0afea41e3ca2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupmemberbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupMemberByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md index fe6640d8201b..e675ef9249e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupmemberof schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwner.md index 7eb093f8e75d..603fe2739ac9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupowner schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupOwner diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md index 86f3df8d9430..00ea7008b75b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupownerbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupOwnerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md index 28d213204c25..6449e4788e2a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouppermissiongrant schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupPermissionGrant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md index b5f018f8c23a..732ed771a5c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgGroupPermissionGrantDelta -GroupId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupPermissionGrantDelta -GroupId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgGroupPermissionGrantDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgGroupPermissionGrantDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -39,12 +39,27 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -54,6 +69,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -100,6 +131,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPhoto.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPhoto.md index de575528fe11..d343b6d2eca6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPhoto.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupPhoto.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupphoto schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupPhoto diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md index 2734bba80309..f9276c813fd4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouprejectedsender schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupRejectedSender diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md index e9290477dd9c..fbf41a070671 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouprejectedsenderbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupRejectedSenderByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThread.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThread.md index aece3d6ae7b4..310115e84e07 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThread.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThread.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthread schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThread diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md index f4cef64e9582..5eb1f94961bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthreadpost schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThreadPost diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md index 18562a4b1bc2..64312d59409a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthreadpostattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThreadPostAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md index 2642dba1d17a..3124a1a24a1d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthreadpostinreplytoattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThreadPostInReplyToAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md index bf900d713daa..4f3a6228e0d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouptransitivemember schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupTransitiveMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md index 40bdb77ac5ef..8c930aac81fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouptransitivememberof schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md index e02bcbbdd55d..e5204c78bbc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md @@ -306,6 +306,9 @@ The following entities support extension properties:\n+ user\n+ group\n+ adminis Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgGroupPermissionGrantDelta](Get-MgGroupPermissionGrantDelta.md) +Invoke function delta + ### [Get-MgGroupPermissionGrantMemberGroup](Get-MgGroupPermissionGrantMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroup.md index 4f5e3d2dd80a..0ecd9aaf91c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroup schema: 2.0.0 -ms.prod: groups --- # New-MgGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md index bdbfd84d2e30..d65a6c56db63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupacceptedsenderbyref schema: 2.0.0 -ms.prod: groups --- # New-MgGroupAcceptedSenderByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversation.md index 72edeebb6632..430b6c1ee4f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversation schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThread.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThread.md index c9ea0f80fa55..c121914d7ddc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThread.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThread.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversationthread schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversationThread diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md index 8a9c44a70345..b47e3fdd0e02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversationthreadpostattachment schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversationThreadPostAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md index 17d5d114c04d..b75c815b89e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversationthreadpostinreplytoattachment schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversationThreadPostInReplyToAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md index 4d1e191ed53b..152f729a3d03 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggrouplifecyclepolicy schema: 2.0.0 -ms.prod: groups --- # New-MgGroupLifecyclePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md index 90a7da6f640d..dcd8718598f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContact diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md index 059712b89206..7c5dce9fff41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgContactDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgContactDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md index f30c9a3b8c45..77a11608b8bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontactdirectreport schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactDirectReport diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md index 6ac72292dc98..bbcef99e21ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontactmanager schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactManager diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md index 19b7fadee75f..43e277706400 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontactmemberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md index e04c92cdc4ab..d008154eadfe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontacttransitivememberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md index 1138ce8b7b4f..6a17f6223726 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContract diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md index e8ea93d37bd0..86dcd41828b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgContractDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgContractDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md index cf9513279527..062822b7f856 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDevice diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md index e1a23f2a1e60..92a97ae6db9c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDeviceDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgDeviceDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -24,14 +24,30 @@ Invoke function delta ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -54,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md index cb2b2cac5c5e..9b2cc879a211 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevicememberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md index bc2fabd2a51e..2ad5d88d3d1a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdeviceregisteredowner schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceRegisteredOwner diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md index 8d88ea9b873c..9163da005918 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdeviceregisteredownerbyref schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceRegisteredOwnerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md index ae844c17a0b5..4748bdbe4862 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdeviceregistereduser schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceRegisteredUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md index 05923e14ae22..8eb745d72763 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevicetransitivememberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md index 10d281009078..89ce599aa9ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunit schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnit diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md index ad3d2ed157e2..7fcb42644764 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md @@ -13,8 +13,9 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryAdministrativeUnitDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryAdministrativeUnitDelta [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ## DESCRIPTION @@ -24,14 +25,30 @@ Invoke function delta ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -54,6 +71,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md index 7e6a991c943e..1d7a85d8bf46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunitmember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnitMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md index 6ae55f24f9c9..cbcaebe32624 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunitmemberbyref schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnitMemberByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md index 549ff4e2a77d..57caecc4c4f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunitscopedrolemember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnitScopedRoleMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md index aabf48d5d302..77083ae095b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryDeletedItemDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryDeletedItemDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md index a918f323b1d2..7cec7439d80d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md index ef249c0b39ed..3d781f72430a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryRoleDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgDirectoryRoleDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md index fa3396677d35..50c361207a65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrolemember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md index b18159ada52f..5c5ae77b38ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrolememberbyref schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleMemberByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md index e1aee43cdbaa..b28a1d1f4f41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrolescopedmember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleScopedMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md index cf0c16951e35..eefc5f3cdca4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md index 14841d6a181a..4073b89ec01c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryRoleTemplateDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryRoleTemplateDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md index df9aeed7215d..7b013099df51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomain diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md index 6476f77c0a97..a10232f31092 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainfederationconfiguration schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgDomainFederationConfiguration diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md index 9ec7994fdfc0..677f824947e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainnamereference schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomainNameReference diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md index f1331b4f025f..b34ea7e6f9df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainserviceconfigurationrecord schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomainServiceConfigurationRecord diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md index 7fc34200e935..aacceb2f9b1f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainverificationdnsrecord schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomainVerificationDnsRecord diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md index 60cfc1c7e790..52aa1689f433 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # Get-MgOrganization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md index 5919ece699fa..3a8ea4ffd274 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbranding schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBranding diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md index 4e918f2c9d91..47a785ccf9c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandingbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingBackgroundImage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md index 9d3640456f70..f785867615a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandingbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingBannerLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md index 0d64c7d83d55..464ec2878676 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalization schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md index 65794c138122..7768a251f839 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalizationbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalizationBackgroundImage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md index 8a5d1b7319ff..825cf2e0fd5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalizationbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalizationBannerLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md index 4ef3a20837d0..91768ad813d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalizationsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalizationSquareLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md index 3948619d393b..8d7019996c88 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandingsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingSquareLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md index c9319fdafe2c..ca4b35d1745f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # Get-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md index 86623e60b299..2d5209b764dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md @@ -128,6 +128,9 @@ Retrieve the properties and relationships of contract object. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgContractDelta](Get-MgContractDelta.md) +Invoke function delta + ### [Get-MgContractMemberGroup](Get-MgContractMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -235,6 +238,9 @@ The following entities support extension properties:\n+ user\n+ group\n+ adminis Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgDirectoryDeletedItemDelta](Get-MgDirectoryDeletedItemDelta.md) +Invoke function delta + ### [Get-MgDirectoryDeletedItemMemberGroup](Get-MgDirectoryDeletedItemMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -247,6 +253,9 @@ This function is transitive. ### [Get-MgDirectoryFederationConfiguration](Get-MgDirectoryFederationConfiguration.md) Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. +### [Get-MgDirectoryOnPremisSynchronization](Get-MgDirectoryOnPremisSynchronization.md) +A container for on-premises directory synchronization functionalities that are available for the organization. + ### [Get-MgDirectoryRole](Get-MgDirectoryRole.md) Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. @@ -296,6 +305,9 @@ Retrieve the properties and relationships of a directoryroletemplate object. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgDirectoryRoleTemplateDelta](Get-MgDirectoryRoleTemplateDelta.md) +Invoke function delta + ### [Get-MgDirectoryRoleTemplateMemberGroup](Get-MgDirectoryRoleTemplateMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -448,6 +460,9 @@ Create new navigation property to deletedItems for directory ### [New-MgDirectoryFederationConfiguration](New-MgDirectoryFederationConfiguration.md) Create new navigation property to federationConfigurations for directory +### [New-MgDirectoryOnPremisSynchronization](New-MgDirectoryOnPremisSynchronization.md) +Create new navigation property to onPremisesSynchronization for directory + ### [New-MgDirectoryRole](New-MgDirectoryRole.md) Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. @@ -533,6 +548,9 @@ Delete navigation property deletedItems for directory ### [Remove-MgDirectoryFederationConfiguration](Remove-MgDirectoryFederationConfiguration.md) Delete navigation property federationConfigurations for directory +### [Remove-MgDirectoryOnPremisSynchronization](Remove-MgDirectoryOnPremisSynchronization.md) +Delete navigation property onPremisesSynchronization for directory + ### [Remove-MgDirectoryRole](Remove-MgDirectoryRole.md) Delete entity from directoryRoles @@ -731,6 +749,9 @@ Update the navigation property deletedItems in directory ### [Update-MgDirectoryFederationConfiguration](Update-MgDirectoryFederationConfiguration.md) Update the navigation property federationConfigurations in directory +### [Update-MgDirectoryOnPremisSynchronization](Update-MgDirectoryOnPremisSynchronization.md) +Update the navigation property onPremisesSynchronization in directory + ### [Update-MgDirectoryRole](Update-MgDirectoryRole.md) Update entity in directoryRoles diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md index 07726c305c6e..492457120dee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # New-MgContact diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md index 3a9a7b93fdbc..fc59745beeea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # New-MgContract diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md index fe04aeba1e7b..c0cabded7613 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # New-MgDevice diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md index 37197fcebcd2..cecc553020b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdeviceregisteredownerbyref schema: 2.0.0 -ms.prod: directory-management --- # New-MgDeviceRegisteredOwnerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md index f40d61c07955..d6a1ae8220c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryadministrativeunit schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryAdministrativeUnit diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md index 3d3a089f4de4..cc12fc2c7d68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryadministrativeunitmemberbyref schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryAdministrativeUnitMemberByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md index ebb82f62337f..bec2cdfc615d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryadministrativeunitscopedrolemember schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryAdministrativeUnitScopedRoleMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md index 58e21d74c35c..41aa99d68f93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md index 6ea6e6f65bf8..b49772ccd691 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryrolememberbyref schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRoleMemberByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md index b1ae317563d5..e0fe02bd4c30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryrolescopedmember schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRoleScopedMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md index 2aa6a254eaef..9209f2660450 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md index a54ca1af0f9a..0b65996eea67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # New-MgDomain diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md index 2f4d144ec29c..ec6088f85be9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomainfederationconfiguration schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgDomainFederationConfiguration diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md index 8ce1a4c65f40..d1c577a0dffe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomainserviceconfigurationrecord schema: 2.0.0 -ms.prod: directory-management --- # New-MgDomainServiceConfigurationRecord diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md index d745d1c7c9d3..d19682a510f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomainverificationdnsrecord schema: 2.0.0 -ms.prod: directory-management --- # New-MgDomainVerificationDnsRecord diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md index 9fe9e663105e..8a1b352d35f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # New-MgOrganization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md index fe247eadec4c..c50a218183d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgorganizationbrandinglocalization schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgOrganizationBrandingLocalization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md index f3898a0c0e5f..0258abc75600 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # New-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md index 88e4ee784e67..8f771c3fb6da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgContact diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md index 7b5c15547306..fe94f0cdab22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgContract diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md index d1f7f97d091d..d09d9400ca55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDevice diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md index 362779282f5e..8e8ccbc5676b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md index e0b1a56777c8..2207f0ae5adf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md index 6d2fd88a64fd..6ebf3c04389d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDomain diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md index 08c87e736afc..f96bc333226c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgOrganization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md index 4ba9a3f34966..781a8c3046ad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgorganizationbranding schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgOrganizationBranding diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md index 81ed37b07789..6b3482bdc57f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md index 2d8f32ea4398..de21d130dbd0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandingbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingBackgroundImage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md index 8bc133438701..1fcd299c93c7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandingbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingBannerLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md index 32fe772d2690..03423c18e7cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandinglocalizationbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingLocalizationBackgroundImage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md index f0db4e723f3e..d71c5c903afd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandinglocalizationbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingLocalizationBannerLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md index 08234c42509e..7b95e8b87f53 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandinglocalizationsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingLocalizationSquareLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md index 490c28cc9fd0..71c871b0c91c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandingsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingSquareLogo diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md index f475e983a597..9bbfeb7b2eb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # Update-MgContact diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md index 314c5cc25308..6b9a5957bee6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # Update-MgContract diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md index df1e0119a2ba..faf6f500f8dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDevice diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md index 58a1a167a6c4..ed840990ea59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md index 1f1ec92ca9d2..059dd55b1130 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md index 5ada352e08de..8c8fd84c00ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDomain diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md index 507eb6d89306..419034438ad4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # Update-MgOrganization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md index 24d9a6fbefc7..ba66a1515412 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgorganizationbranding schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgOrganizationBranding diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md index a51d6369cd44..452904034db0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # Update-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md index 2fc5d19850b4..8ae70db67703 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgagreementacceptance schema: 2.0.0 -ms.prod: governance --- # Get-MgAgreementAcceptance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md index 06bf40272c5b..588510f25f29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgagreementfile schema: 2.0.0 -ms.prod: governance --- # Get-MgAgreementFile diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md index 0c6e41ccbcb4..30d8bb050e54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackage schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md index 946d2cd86702..b413f7eb8d2c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageassignmentapprovalstage schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md index b9aeb56682fc..52312df721bf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatibleaccesspackage schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md index efc0843dc8df..13e4a6cc1181 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatibleaccesspackagebyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md index c542f719602d..af18567e4280 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatiblegroup schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md index 0be4f87a9887..9b3f89c5e17e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatiblegroupbyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md index 8676a45e9c0e..b71f77d838f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatiblewith schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleWith diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignment.md index 299b79ed1bc4..085970f31af0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementassignment schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentPolicy.md index 1c99423a24a9..1c8f392608d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementassignmentpolicy schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAssignmentPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentRequest.md index 318291bbb5a1..2d215d37314f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAssignmentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementassignmentrequest schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAssignmentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalog.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalog.md index 836b62751bd1..ae08f172b7d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalog.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalog.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementcatalog schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementCatalog diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage.md index 3653181a6719..2d35568376ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementcatalogaccesspackageincompatibleaccesspackage schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md index cf300bdf0dca..7cbab6df4d3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementcatalogaccesspackageincompatibleaccesspackagebyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup.md index 343bc13e7a57..845f5bb5a895 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementcatalogaccesspackageincompatiblegroup schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md index e90580dc429c..7e9a8b856398 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementcatalogaccesspackageincompatiblegroupbyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith.md index 2cb60323a13a..e293538b5932 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementcatalogaccesspackageincompatiblewith schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md index 4ce152d016ff..e46ca8fe33c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganization schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md index 263b3557291b..3f40b5eba770 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationexternalsponsor schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationExternalSponsor diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md index 4ad63bc8fe55..17e76a9f6346 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationexternalsponsorbyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md index 1b6805525b85..f066a893b0ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md @@ -14,16 +14,16 @@ Invoke function delta ### Delta (Default) ``` -Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta -ConnectedOrganizationId [-Count] +Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta -ConnectedOrganizationId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta -InputObject - [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] - [-Top ] [] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-Count] [] ``` ## DESCRIPTION @@ -40,6 +40,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ConnectedOrganizationId The unique identifier of connectedOrganization @@ -60,7 +75,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -70,6 +85,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md index d32c1842ab5a..6180eae9aa85 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationinternalsponsor schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationInternalSponsor diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md index 731fe8f07bc9..a2fb4d6df36a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationinternalsponsorbyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md index 6584567f32f1..888f6bd3942c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md @@ -14,16 +14,16 @@ Invoke function delta ### Delta (Default) ``` -Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta -ConnectedOrganizationId [-Count] +Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta -ConnectedOrganizationId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta -InputObject - [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] - [-Top ] [] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-Count] [] ``` ## DESCRIPTION @@ -40,6 +40,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ConnectedOrganizationId The unique identifier of connectedOrganization @@ -60,7 +75,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -70,6 +85,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md index 249dbed2f8c8..ef13e132aedd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementsetting schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementSetting diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md index e01b5da49ef7..d1e3fe19e75b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinition schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md index c01e967b8f2a..6ee21275ed7f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstance schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md index f9e8e61b53e6..a20da6b0cd0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancecontactedreviewer schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index e1c713056f0e..b6f2f3f4eb5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancedecision schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md index 639f927ea921..563f99ffef70 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancestage schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index 0200013b8309..5fb9c9133ae3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancestagedecision schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md index d210ac40abe1..f7608b8564d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewhistorydefinition schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewHistoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md index eda654308745..dbaa334b1160 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewhistorydefinitioninstance schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md index 1f399e9dc09e..12b0f4c92fa9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceappconsentrequest schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAppConsentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md index 041f8d501566..b4ea55fbe8bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceappconsentrequestuserconsentrequest schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md index c1b58e02393f..4ca75df9a180 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceappconsentrequestuserconsentrequestapprovalstage schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md index 0caa0ffd7403..938eff610abd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernancetermofuseagreement schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceTermOfUseAgreement diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md index e1579e9f5a40..d21880fb0a39 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernancetermofuseagreementfile schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceTermOfUseAgreementFile diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md index ca60fc1d7edf..a32df77f6cbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mguseragreementacceptance schema: 2.0.0 -ms.prod: users --- # Get-MgUserAgreementAcceptance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md index 242022b22685..78f85d145d08 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md @@ -141,6 +141,9 @@ Some common uses for this function are to: Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. +### [Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta](Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md) +Invoke function delta + ### [Get-MgEntitlementManagementConnectedOrganizationInternalSponsor](Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md) Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. @@ -157,6 +160,9 @@ Some common uses for this function are to: Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. +### [Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta](Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md) +Invoke function delta + ### [Get-MgEntitlementManagementSetting](Get-MgEntitlementManagementSetting.md) Retrieve the properties of an entitlementManagementSettings object. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md index 5c17312b3498..53d5ddb44c1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgagreementacceptance schema: 2.0.0 -ms.prod: governance --- # New-MgAgreementAcceptance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md index 8f12ef25ad77..920472f296c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementaccesspackage schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAccessPackage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md index 466344678abd..176b6aa3c8d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageAssignmentApprovalStage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementaccesspackageassignmentapprovalstage schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAccessPackageAssignmentApprovalStage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md index ca60af26aed0..afe6ade8ddcc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementaccesspackageincompatibleaccesspackagebyref schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md index abeb5c2a8cfe..cae11570544f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementaccesspackageincompatiblegroupbyref schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignment.md index 976817c57c34..a7e79e232f30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementassignment schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentPolicy.md index ec812e2e722e..8b528828c2b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementassignmentpolicy schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAssignmentPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentRequest.md index 9816ce128090..7754db4d2df3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAssignmentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementassignmentrequest schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAssignmentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalog.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalog.md index 18b5b4afa0ec..0d701ab62ec6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalog.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalog.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementcatalog schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementCatalog diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md index d00ceb150822..62b2f122ac99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementcatalogaccesspackageincompatibleaccesspackagebyref schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md index e29f0f25f133..72e53621a5a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementcatalogaccesspackageincompatiblegroupbyref schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganization.md index c57ffef4dfb3..167718884881 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementconnectedorganization schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementConnectedOrganization diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md index 59161461f799..57e0e780f39c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementconnectedorganizationexternalsponsorbyref schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md index 13d5ee65f087..115a9b7eabec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementconnectedorganizationinternalsponsorbyref schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinition.md index 79759403f97c..86c89e4595c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewdefinition schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstance.md index 39b61b5de455..8b9a3c460bb0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewdefinitioninstance schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewDefinitionInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md index 0bd49167d219..ab17d628b179 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewdefinitioninstancecontactedreviewer schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index 0cc4dacbbe24..726fe72dbbea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewdefinitioninstancedecision schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md index 6cc919495335..2809d4e0e4f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewdefinitioninstancestage schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index eccbcbf0ba7e..81ec78fe31f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewdefinitioninstancestagedecision schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinition.md index 18920aca0c4c..f7f0925627d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewhistorydefinition schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewHistoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md index 3f485a35bfb7..edd4a807ba28 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceaccessreviewhistorydefinitioninstance schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequest.md index 3f27178df9c3..f12ad559207b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceappconsentrequest schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAppConsentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md index 2074c6c6d386..f58018ea57d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceappconsentrequestuserconsentrequest schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAppConsentRequestUserConsentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md index 2e14e4d9df31..79247e6d3277 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernanceappconsentrequestuserconsentrequestapprovalstage schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceTermOfUseAgreement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceTermOfUseAgreement.md index b19f75a2cd38..f5f1e82bcca3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceTermOfUseAgreement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/New-MgIdentityGovernanceTermOfUseAgreement.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgidentitygovernancetermofuseagreement schema: 2.0.0 -ms.prod: governance --- # New-MgIdentityGovernanceTermOfUseAgreement diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgAgreementFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgAgreementFile.md index 09bcfa307605..5fbcbfe9017f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgAgreementFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/remove-mgagreementfile schema: 2.0.0 -ms.prod: governance --- # Remove-MgAgreementFile diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgIdentityGovernanceTermOfUseAgreementFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgIdentityGovernanceTermOfUseAgreementFile.md index 2c456fed0e58..cdb13a054be9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgIdentityGovernanceTermOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Remove-MgIdentityGovernanceTermOfUseAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/remove-mgidentitygovernancetermofuseagreementfile schema: 2.0.0 -ms.prod: governance --- # Remove-MgIdentityGovernanceTermOfUseAgreementFile diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgAgreementFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgAgreementFile.md index 3f823c5211d5..a1a8a81ec992 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgAgreementFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/update-mgagreementfile schema: 2.0.0 -ms.prod: governance --- # Update-MgAgreementFile diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgEntitlementManagementSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgEntitlementManagementSetting.md index 89761f54dd6e..4a3f3a884d2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgEntitlementManagementSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgEntitlementManagementSetting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/update-mgentitlementmanagementsetting schema: 2.0.0 -ms.prod: governance --- # Update-MgEntitlementManagementSetting diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgIdentityGovernanceTermOfUseAgreementFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgIdentityGovernanceTermOfUseAgreementFile.md index 1c80ddc61f75..e1a5ff07716d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgIdentityGovernanceTermOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.Governance/Update-MgIdentityGovernanceTermOfUseAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/update-mgidentitygovernancetermofuseagreementfile schema: 2.0.0 -ms.prod: governance --- # Update-MgIdentityGovernanceTermOfUseAgreementFile diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md index e385b10db979..75cfef63c653 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityapiconnector schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityApiConnector diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md index 6aa684879df1..5cb8949b70e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflow schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlow diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md index 59fa9286e626..a93114175dc3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowidentityprovider schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowIdentityProvider diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md index db8c4d18641e..0fb71dbfe0c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowlanguage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowLanguage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md index 17aa184555e8..bb12c2e2626e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowlanguageoverridepage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowLanguageOverridePage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md index a084cdd757b5..c2f3d2e4965a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowlanguageoverridepagecontent schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowLanguageOverridePageContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md index d763083aeda9..19ae772e00a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowuserattributeassignment schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowUserAttributeAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md index e886aa8e15ad..9167f1ca724e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityconditionalaccessauthenticationcontextclassreference schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityConditionalAccessAuthenticationContextClassReference diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md index 1b5c4c926ddc..e89dbbb95ade 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityconditionalaccessnamedlocation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityConditionalAccessNamedLocation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md index 77e11485294a..6dd9e66dc6b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityconditionalaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityConditionalAccessPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md index d951cc4500fe..f27628f21b42 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityprovider schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityProvider diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md index b950544f722f..7f221136b075 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityuserflowattribute schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityUserFlowAttribute diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md index dff03bde9ac5..613104113627 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mginformationprotectionbitlockerrecoverykey schema: 2.0.0 -ms.prod: directory-management --- # Get-MgInformationProtectionBitlockerRecoveryKey diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md index e3eca3da3a9a..a8448bab6378 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mginformationprotectionthreatassessmentrequest schema: 2.0.0 -ms.prod: security --- # Get-MgInformationProtectionThreatAssessmentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md index f9e0a2470f8b..cd619d959473 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md index 730daab9eee8..d8f850466693 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgOauth2PermissionGrantDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgOauth2PermissionGrantDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md index 139c0e3eafd0..3658d9d1b30d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgorganizationcertificatebasedauthconfiguration schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationCertificateBasedAuthConfiguration diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md index 51c6bb06f132..87a000ad08f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyactivitybasedtimeoutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyActivityBasedTimeoutPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md index 46b9ba9cda30..30518cb87d8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyadminconsentrequestpolicy schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyAdminConsentRequestPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md index 0ce6331fb9f9..54a6c7705d21 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyauthenticationflowpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyAuthenticationFlowPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md index bb85d43a9a2c..d504594561e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyauthenticationmethodpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyAuthenticationMethodPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md index a2761dff42c7..afffb695793d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyauthorizationpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyAuthorizationPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md index 43acf7c5320a..e0ff8088cb81 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyclaimmappingpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyClaimMappingPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md index 85965685952f..8bae7e19eea5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicycrosstenantaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyCrossTenantAccessPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md index 0fdb97ebd0d6..8c7aff30b434 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicycrosstenantaccesspolicydefault schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyCrossTenantAccessPolicyDefault diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md index e2a9f4b7133c..c1a993b9de73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicycrosstenantaccesspolicypartner schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyCrossTenantAccessPolicyPartner diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md index d0d079836b5c..ee94db08b103 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyfeaturerolloutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyFeatureRolloutPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md index 7b6fb9d909ba..d49a56bb35a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgPolicyFeatureRolloutPolicyApplyToDelta -FeatureRolloutPolicyId [-Count] [-Filter ] +Get-MgPolicyFeatureRolloutPolicyApplyToDelta -FeatureRolloutPolicyId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgPolicyFeatureRolloutPolicyApplyToDelta -InputObject [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgPolicyFeatureRolloutPolicyApplyToDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -40,12 +40,27 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -55,6 +70,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -FeatureRolloutPolicyId The unique identifier of featureRolloutPolicy @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md index 66a6741cb6bc..1f6182369af8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyhomerealmdiscoverypolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyHomeRealmDiscoveryPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index f83bcfd9c474..055cb3ecfd8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyidentitysecuritydefaultenforcementpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md index 7f2bbaedb955..15473cc7414d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicypermissiongrantpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyPermissionGrantPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md index 503b5b6031ec..31ed557e7284 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicypermissiongrantpolicyexclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyPermissionGrantPolicyExclude diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md index 9e3b79e42765..8686b17ba0fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicypermissiongrantpolicyinclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyPermissionGrantPolicyInclude diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md index 71c6b48c5eb7..eebb45a143f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyrolemanagementpolicy schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyRoleManagementPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md index b0840557fa54..8a8eeafdcd47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyrolemanagementpolicyassignment schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyRoleManagementPolicyAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md index e301e59a65b2..c371f60fac93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyrolemanagementpolicyrule schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyRoleManagementPolicyRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md index 17a3ba64cded..46b1e39ff405 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicytokenissuancepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyTokenIssuancePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md index 8a3382b16428..434b1e67e9a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicytokenlifetimepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyTokenLifetimePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md index 07f64d6328e7..bc015e334275 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskDetection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md index e39b6d002c3f..394d4fa50829 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyserviceprincipal schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyServicePrincipal diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md index 64af771015c6..1e638e7e1c4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyserviceprincipalhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyServicePrincipalHistory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md index de2b47d06e99..05204812ad6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyuser schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md index 7424a487ff27..f77b0003d128 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyuserhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyUserHistory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md index 95df0c627de4..879246611ac3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgserviceprincipalriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgServicePrincipalRiskDetection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md index a48b165127df..fbd35af629d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationemailmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationEmailMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md index ad551a76ae59..c9d85d6aba27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index 511b21894f59..274593d4b835 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationmicrosoftauthenticatormethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationMicrosoftAuthenticatorMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md index f6d489cbc78e..e810c05291a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationpasswordmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationPasswordMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md index 60c5e8039112..12160654d654 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationphonemethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationPhoneMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md index 950879e247a9..9821dcb73582 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationsoftwareoathmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationSoftwareOathMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md index eca57f68be81..d9b0ac3ecd99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationtemporaryaccesspassmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationTemporaryAccessPassMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md index 179c6558fd57..79d497640140 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationwindowhelloforbusinessmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationWindowHelloForBusinessMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md index ee996bb17fb9..622e3d77d5e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md @@ -122,6 +122,12 @@ The policy that controls the idle time out for web sessions for applications. ### [Get-MgPolicyAdminConsentRequestPolicy](Get-MgPolicyAdminConsentRequestPolicy.md) Read the properties and relationships of an adminConsentRequestPolicy object. +### [Get-MgPolicyAppManagementPolicy](Get-MgPolicyAppManagementPolicy.md) +Get appManagementPolicies from policies + +### [Get-MgPolicyAppManagementPolicyApplyTo](Get-MgPolicyAppManagementPolicyApplyTo.md) +Get appliesTo from policies + ### [Get-MgPolicyAuthenticationFlowPolicy](Get-MgPolicyAuthenticationFlowPolicy.md) Read the properties and relationships of an authenticationFlowsPolicy object. @@ -148,6 +154,9 @@ This default configuration may be the service default assigned by Azure AD (**is ### [Get-MgPolicyCrossTenantAccessPolicyPartner](Get-MgPolicyCrossTenantAccessPolicyPartner.md) Defines partner-specific configurations for external Azure Active Directory organizations. +### [Get-MgPolicyDefaultAppManagementPolicy](Get-MgPolicyDefaultAppManagementPolicy.md) +Get defaultAppManagementPolicy from policies + ### [Get-MgPolicyFeatureRolloutPolicy](Get-MgPolicyFeatureRolloutPolicy.md) The feature rollout policy associated with a directory object. @@ -167,6 +176,9 @@ Some common uses for this function are to: Nullable. Specifies a list of directoryObjects that feature is enabled for. +### [Get-MgPolicyFeatureRolloutPolicyApplyToDelta](Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md) +Invoke function delta + ### [Get-MgPolicyHomeRealmDiscoveryPolicy](Get-MgPolicyHomeRealmDiscoveryPolicy.md) The policy to control Azure AD authentication behavior for federated users. @@ -346,6 +358,9 @@ A delegated permission grant authorizes a client service principal (representing ### [New-MgPolicyActivityBasedTimeoutPolicy](New-MgPolicyActivityBasedTimeoutPolicy.md) Create a new activityBasedTimeoutPolicy object. +### [New-MgPolicyAppManagementPolicy](New-MgPolicyAppManagementPolicy.md) +Create new navigation property to appManagementPolicies for policies + ### [New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration](New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md) Create new navigation property to authenticationMethodConfigurations for policies @@ -493,6 +508,9 @@ Delete navigation property activityBasedTimeoutPolicies for policies ### [Remove-MgPolicyAdminConsentRequestPolicy](Remove-MgPolicyAdminConsentRequestPolicy.md) Delete navigation property adminConsentRequestPolicy for policies +### [Remove-MgPolicyAppManagementPolicy](Remove-MgPolicyAppManagementPolicy.md) +Delete navigation property appManagementPolicies for policies + ### [Remove-MgPolicyAuthenticationFlowPolicy](Remove-MgPolicyAuthenticationFlowPolicy.md) Delete navigation property authenticationFlowsPolicy for policies @@ -517,6 +535,9 @@ Delete navigation property default for policies ### [Remove-MgPolicyCrossTenantAccessPolicyPartner](Remove-MgPolicyCrossTenantAccessPolicyPartner.md) Delete navigation property partners for policies +### [Remove-MgPolicyDefaultAppManagementPolicy](Remove-MgPolicyDefaultAppManagementPolicy.md) +Delete navigation property defaultAppManagementPolicy for policies + ### [Remove-MgPolicyFeatureRolloutPolicy](Remove-MgPolicyFeatureRolloutPolicy.md) Delete navigation property featureRolloutPolicies for policies @@ -677,6 +698,9 @@ Update the navigation property activityBasedTimeoutPolicies in policies ### [Update-MgPolicyAdminConsentRequestPolicy](Update-MgPolicyAdminConsentRequestPolicy.md) Update the properties of an adminConsentRequestPolicy object. +### [Update-MgPolicyAppManagementPolicy](Update-MgPolicyAppManagementPolicy.md) +Update the navigation property appManagementPolicies in policies + ### [Update-MgPolicyAuthenticationFlowPolicy](Update-MgPolicyAuthenticationFlowPolicy.md) Update the **selfServiceSignUp** property of an authenticationFlowsPolicy object. The properties **id**, **type**, and **description** cannot be modified. @@ -702,6 +726,9 @@ Update the default configuration of a cross-tenant access policy. ### [Update-MgPolicyCrossTenantAccessPolicyPartner](Update-MgPolicyCrossTenantAccessPolicyPartner.md) Update the navigation property partners in policies +### [Update-MgPolicyDefaultAppManagementPolicy](Update-MgPolicyDefaultAppManagementPolicy.md) +Update the navigation property defaultAppManagementPolicy in policies + ### [Update-MgPolicyFeatureRolloutPolicy](Update-MgPolicyFeatureRolloutPolicy.md) Update the navigation property featureRolloutPolicies in policies diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md index c5b88846c3c3..0e88ea619169 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityapiconnector schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityApiConnector diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md index 5212b02fe195..feb504345b5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflow schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlow diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md index 6ef954a75ead..67899641fc34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflowlanguage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlowLanguage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md index 41b232b9382b..3ef0f6ce9b4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflowlanguageoverridepage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlowLanguageOverridePage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md index eae20ae4fd77..b3c65d2b6875 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflowuserattributeassignment schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlowUserAttributeAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md index 2b29ca707dd8..b84709b50235 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityconditionalaccessauthenticationcontextclassreference schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityConditionalAccessAuthenticationContextClassReference diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md index 037c83901d2d..c6de678a4157 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityconditionalaccessnamedlocation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityConditionalAccessNamedLocation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md index 9ed1d104e71f..0dd080ed3fe0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityconditionalaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityConditionalAccessPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md index f823fb800071..55dd4e10f374 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityprovider schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityProvider diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md index 7766dd9eae00..71c24172c26f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityuserflowattribute schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityUserFlowAttribute diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md index 6495116d8d0b..018f818b5a4a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mginformationprotectionthreatassessmentrequest schema: 2.0.0 -ms.prod: security --- # New-MgInformationProtectionThreatAssessmentRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md index 30fc60ae63c5..e20ffa476997 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mginvitation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgInvitation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md index 5cd29566272d..acd73bcf8e77 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md index d0be0fbf0d13..525a06321c27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyactivitybasedtimeoutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyActivityBasedTimeoutPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md index 0dab150d148d..152e643b4acf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyclaimmappingpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyClaimMappingPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md index 83af4e1c92bc..1d62ba75bf78 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicycrosstenantaccesspolicypartner schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyCrossTenantAccessPolicyPartner diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md index aaa93e810d0a..8f83ed42528f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyfeaturerolloutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyFeatureRolloutPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md index 0813c1f32b19..ccebd7f59ee2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyhomerealmdiscoverypolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyHomeRealmDiscoveryPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md index 5e9c8e607740..31bff947991e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicypermissiongrantpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyPermissionGrantPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md index f4d6d8538589..9bf723b9f7b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicypermissiongrantpolicyexclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyPermissionGrantPolicyExclude diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md index a3f39839c687..4080fc37d149 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicypermissiongrantpolicyinclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyPermissionGrantPolicyInclude diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md index 07b2d041d9a9..883d2629eca8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyrolemanagementpolicy schema: 2.0.0 -ms.prod: governance --- # New-MgPolicyRoleManagementPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md index 62b9cef1700f..ea4dbfac8431 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyrolemanagementpolicyassignment schema: 2.0.0 -ms.prod: governance --- # New-MgPolicyRoleManagementPolicyAssignment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md index 18d7f83eb929..f370930dc8f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyrolemanagementpolicyrule schema: 2.0.0 -ms.prod: governance --- # New-MgPolicyRoleManagementPolicyRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md index f93152a17def..cfeb788fd91d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicytokenissuancepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyTokenIssuancePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md index 95aaac4f85de..5d9d33fdcdf1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicytokenlifetimepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyTokenLifetimePolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md index eb19d2c7e9a6..3c73dffd81d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskDetection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md index 1b2c36553668..32957333a1d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyserviceprincipal schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyServicePrincipal diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md index 471cbfad8d20..598792c0f733 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyserviceprincipalhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyServicePrincipalHistory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md index dcfa6f6ba966..b60fecc59759 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyuser schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md index 65e6d80cc1e8..d9e5b937d4c7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyuserhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyUserHistory diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md index 45631e8f4ba8..2874f0cbe594 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgserviceprincipalriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgServicePrincipalRiskDetection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md index 2643043ae4f9..d6fb252d37da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mguserauthenticationemailmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgUserAuthenticationEmailMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md index ddcbd9016cc6..7675d3000548 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mguserauthenticationphonemethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgUserAuthenticationPhoneMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md index bd17e6a8a089..b4690388a1e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mguserauthenticationtemporaryaccesspassmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgUserAuthenticationTemporaryAccessPassMethod diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md index ab5e479f4a8d..d5ce9e06e4b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgdatapolicyoperation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgDataPolicyOperation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md index acf9e19e4ddc..ca90ed22f395 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md index 3486f52c53d4..56b278e1cd15 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyadminconsentrequestpolicy schema: 2.0.0 -ms.prod: governance --- # Remove-MgPolicyAdminConsentRequestPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md index d6a1c9cb3c70..9460a14ac570 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyauthenticationflowpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyAuthenticationFlowPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md index a838441aea78..05e3af29adca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyauthenticationmethodpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyAuthenticationMethodPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md index febdd46e664c..623786735fcb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyauthorizationpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyAuthorizationPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md index f7abeadc899d..fb72881d82a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicycrosstenantaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyCrossTenantAccessPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md index b1996e269c9f..084b51c9295c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicycrosstenantaccesspolicydefault schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyCrossTenantAccessPolicyDefault diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index 597bbe0e7c64..9bbbc82d725b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyidentitysecuritydefaultenforcementpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md index ada322d18acb..256a75bd3a8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/set-mgidentityb2xuserflowlanguageoverridepagecontent schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgIdentityB2XUserFlowLanguageOverridePageContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md index 8593ffa71c5d..87e6c4600399 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgdatapolicyoperation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgDataPolicyOperation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md index 193c227385ac..f8d8f46a1b78 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md index 2010b7ac097f..a3e9248a157a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyadminconsentrequestpolicy schema: 2.0.0 -ms.prod: governance --- # Update-MgPolicyAdminConsentRequestPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md index 556f226a06ec..9e9dfffd917c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthenticationflowpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyAuthenticationFlowPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md index 5514c2f5bb13..ce73c3d41fc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthenticationmethodpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyAuthenticationMethodPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md index 5aa7e4a1b577..419a04017565 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthorizationpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyAuthorizationPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md index f08e6dc3597f..5f557127b63d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicycrosstenantaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyCrossTenantAccessPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md index 595d4a3f0ed6..647b4e1946c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicycrosstenantaccesspolicydefault schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyCrossTenantAccessPolicyDefault diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index 539aae8bedf0..e67e90234bd6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyidentitysecuritydefaultenforcementpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md index 7d4fa80b1563..1451df8815c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mguserinferenceclassificationoverride schema: 2.0.0 -ms.prod: mail --- # Get-MgUserInferenceClassificationOverride diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolder.md index 48342c7ed092..cabcc4ffb60b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md index ccfc847c5b87..47fb1ffa9492 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderChildFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md index b82d804b5a57..a71aac7b9090 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessage schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md index cea79a1d6ee2..510ffe12db29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessageattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderMessageAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md index 451c313ca5ec..98484fcfded0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessageextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserMailFolderMessageExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md index 66f46d1597d8..fee7f4bb2027 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessagerule schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderMessageRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessage.md index 29271b2fd419..5a721211726d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessage schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md index 3ccd481e9239..f51e1d862152 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessageattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMessageAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md index 4e94886eda5d..a7f9f8cfd373 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessageextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserMessageExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md index 7bd959157a70..13e718a2a284 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mguserinferenceclassificationoverride schema: 2.0.0 -ms.prod: mail --- # New-MgUserInferenceClassificationOverride diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolder.md index 94b4dc3b9d76..62a93388e9d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md index 062bcfc59f11..c683673a7196 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderChildFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md index af6f34a14708..ba604091c58d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessage schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md index 67c6ae1f5cd7..d100985716d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessageattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderMessageAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md index c3a17c47b818..ccd61629bee7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessageextension schema: 2.0.0 -ms.prod: extensions --- # New-MgUserMailFolderMessageExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md index 89ea46eccde9..cf05ff3bbf3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessagerule schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderMessageRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessage.md index bc55b2122ea8..cee8fd6ed829 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermessage schema: 2.0.0 -ms.prod: extensions --- # New-MgUserMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md index ccdeaefed8f7..613c132294da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermessageattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMessageAttachment diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageExtension.md index c466cf5cc1ce..040a75565189 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Mail/New-MgUserMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermessageextension schema: 2.0.0 -ms.prod: extensions --- # New-MgUserMessageExtension diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md index cf30f0e98cfd..ed9aabfeed2a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mggrouponenotesection schema: 2.0.0 -ms.prod: onenote --- # Get-MgGroupOnenoteSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md index 0f13d2edebfb..ef3d76b0de1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mggrouponenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgGroupOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md index bfea094885e0..55a179170456 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mggrouponenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # Get-MgGroupOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md index 503044bb3074..54ae813c6527 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotenotebook schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md index 3b4c36dfe3c0..60cfccdaf787 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md index cf959b5c3b5f..e8701707c09b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md index ba6e92ebb399..0caedd6985d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotesection schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md index 8c2f4e9a5df8..9892050e677e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md index 437be492bfc3..4108a3ebe15b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md index 3cf1d705b8a6..e16bda659b5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotenotebook schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md index 1c8a4688e73e..9fb3e004b17e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md index edab777610f4..b825cb9d11c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md index b4fee6dec8c2..d550c15424d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotesection schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md index 86da7aa15824..4a68920f15be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md index 62e41a56bc8f..044d8b1739eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md index 7a8cc562eaa9..2803110ca760 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotenotebook schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md index 6f4d1f05fd12..6d739c74d19b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md index ca05a65421d2..4700db329ce7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md index 8045e3395d0e..b3100217e26f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotesection schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md index 7d51d29f2952..5b3080d447c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md index b1fc1adb7f13..c42c54475bb2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md index c50fb4e157ae..f80d716432cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotenotebook schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md index aebb089bcf62..90034101e29e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md index 23f795976a28..3ea4ce51e889 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md index d75a361f04c8..e0936060a506 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotesection schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md index eb77855b390e..c20b2b63d317 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md index 4dbe1069dd46..73f826492361 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md index 01ca42d5b197..7b2fe5632bfc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotenotebook schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md index b909dcc2b79b..9fcc20265cec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md index 35c86a7df284..861c972d9604 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md index db991fb360ba..069a7f12f98c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotesection schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md index e4a680ef32a5..63f13102eaa0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md index 889497a379c3..6f9a99672b09 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserPerson.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserPerson.md index 08986edad209..53762e76a922 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserPerson.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserPerson.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.People-help.xml Module Name: Microsoft.Graph.People online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.people/get-mguserperson schema: 2.0.0 -ms.prod: insights --- # Get-MgUserPerson diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserUsedInsight.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserUsedInsight.md index 21793482a6ea..4ddefef9cc0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserUsedInsight.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.People/Get-MgUserUsedInsight.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.People-help.xml Module Name: Microsoft.Graph.People online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.people/get-mguserusedinsight schema: 2.0.0 -ms.prod: insights --- # Get-MgUserUsedInsight diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md index 4ac6a6b1774e..0ab28f414a7d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/get-mgusercontactfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserContactFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md index 86d72f7e8f6c..0d3d3ee768d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/get-mgusercontactfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserContactFolderChildFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md index 65782c58b98e..e33b246ffd40 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/get-mgusercontactfoldercontact schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserContactFolderContact diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContact.md index 5ab6a9789678..50f27d4eabac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontact schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContact diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md index efdb4d9723cc..3359bc273908 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontactfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContactFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md index e5ead3961702..7e5f482fa312 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontactfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContactFolderChildFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md index 12d9b8a90f71..4381bd70764e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontactfoldercontact schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContactFolderContact diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md index 621ef28af4b1..aef57dbd69f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplan schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlan diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md index dc04c6ebbe24..52efeb18764f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplanbucket schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlanBucket diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md index 1fc25bff853c..9abe02733ef2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md index 5550b1594e85..1b032e442a90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplantask schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlanTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucket.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucket.md index 7834111005c7..ca595b36e9f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucket.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerbucket schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerBucket diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md index 99b0032963d8..885f6525b37c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerbuckettask schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerBucketTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlan.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlan.md index 86f87fed2d4b..23775dc61d91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlan.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplan schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlan diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md index 3e678f16d6e0..befeaf098ff1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplanbucket schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlanBucket diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md index 57ca44aecf2c..b88c182c1a90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md index 6a6480f8c231..91a275dddbed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplantask schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlanTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTask.md index 4f450c826233..4dee4c9deb61 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertask schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md index 3806f73ee0fa..122face5d1ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskassignedtotaskboardformat schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskAssignedToTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md index 7fda76b7095a..de6039ef50d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskbuckettaskboardformat schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskBucketTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md index 16c7fd679434..55351adcbd92 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskdetail schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md index a98fc36f5987..65f304ec1085 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskprogresstaskboardformat schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskProgressTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md index 469dcde89789..cb3ed00e331f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mguserplannerplan schema: 2.0.0 -ms.prod: planner --- # Get-MgUserPlannerPlan diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md index 2b0c305c5dad..bdaf2af94873 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mguserplannertask schema: 2.0.0 -ms.prod: planner --- # Get-MgUserPlannerTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerBucket.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerBucket.md index 1af2828b7277..5a66d3ace2ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerBucket.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/new-mgplannerbucket schema: 2.0.0 -ms.prod: planner --- # New-MgPlannerBucket diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerPlan.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerPlan.md index 231a962c07cc..07ef7ea20946 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerPlan.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/new-mgplannerplan schema: 2.0.0 -ms.prod: planner --- # New-MgPlannerPlan diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerTask.md index 22a9bdb8cb2f..2a42a482583d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/New-MgPlannerTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/new-mgplannertask schema: 2.0.0 -ms.prod: planner --- # New-MgPlannerTask diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md index 0145d1e6f354..32456e40c29c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mggroupplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Remove-MgGroupPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md index 21e66ea38c9d..d0bb39a6bf59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mgplannertaskassignedtotaskboardformat schema: 2.0.0 -ms.prod: planner --- # Remove-MgPlannerTaskAssignedToTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md index 98ec710a56f1..4622e3524c59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mgplannertaskbuckettaskboardformat schema: 2.0.0 -ms.prod: planner --- # Remove-MgPlannerTaskBucketTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md index b6c702f25959..d5643c1ed136 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mgplannertaskprogresstaskboardformat schema: 2.0.0 -ms.prod: planner --- # Remove-MgPlannerTaskProgressTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md index 19e8b783987a..5478d951b923 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mggroupplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Update-MgGroupPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md index f7ec107aac18..50d8af3b307f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md index 44a26c6d8b32..21ee572b553a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskassignedtotaskboardformat schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskAssignedToTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md index cccf3215add8..d2fa9eab093f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskbuckettaskboardformat schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskBucketTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md index bc0fd1dee3bf..d1b86481b858 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskdetail schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md index bde7aa1bc6e2..f1eea4917fc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskprogresstaskboardformat schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskProgressTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByPrinter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByPrinter.md index 3b10b1e331ee..03df1143f1af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByPrinter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByPrinter.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Reports-help.xml Module Name: Microsoft.Graph.Reports online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports/get-mgreportdailyprintusagebyprinter schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgReportDailyPrintUsageByPrinter diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByUser.md index f034a8244c20..fb5a8fddb6ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Reports/Get-MgReportDailyPrintUsageByUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Reports-help.xml Module Name: Microsoft.Graph.Reports online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports/get-mgreportdailyprintusagebyuser schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgReportDailyPrintUsageByUser diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnection.md index 6e1091f7aa07..afcc494582a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnection schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md index c482e0f962eb..51f1884e2283 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnectiongroup schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md index e8e4d5f53e37..973ecf1ea544 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnectiongroupmember schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnectionGroupMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md index 1d541a66498c..57e32cf196c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnectionschema schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnectionSchema diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnection.md index 5603b285a9b8..71e47b1a7f7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/new-mgexternalconnection schema: 2.0.0 -ms.prod: search --- # New-MgExternalConnection diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md index 787d27ecc495..f38bf3523188 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/new-mgexternalconnectiongroup schema: 2.0.0 -ms.prod: search --- # New-MgExternalConnectionGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md index 393c425af9c7..da885ecd4350 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/new-mgexternalconnectiongroupmember schema: 2.0.0 -ms.prod: search --- # New-MgExternalConnectionGroupMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md index e675771d5b25..0a1abbb31721 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/remove-mgexternalconnectionschema schema: 2.0.0 -ms.prod: search --- # Remove-MgExternalConnectionSchema diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md index 9d62da4a708e..dd46185366f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/update-mgexternalconnectionschema schema: 2.0.0 -ms.prod: search --- # Update-MgExternalConnectionSchema diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md index 602cc767ea24..425cfc4e8395 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md @@ -20,14 +20,14 @@ Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -EdiscoveryCaseId ] [-Ids ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Apply2 +### Apply3 ``` Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -EdiscoveryCaseId -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Apply1 +### Apply2 ``` Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-PassThru] [-WhatIf] [-Confirm] [] @@ -39,14 +39,14 @@ Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-Ids ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### ApplyViaIdentity2 +### ApplyViaIdentity3 ``` Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` -### ApplyViaIdentity1 +### ApplyViaIdentity2 ``` Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject [-PassThru] [-WhatIf] [-Confirm] [] @@ -100,7 +100,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: IPathsUr2Sc1SecurityCasesEdiscoverycasesEdiscoverycaseIdNoncustodialdatasourcesMicrosoftGraphSecurityApplyholdPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Apply2, ApplyViaIdentity2 +Parameter Sets: Apply3, ApplyViaIdentity3 Aliases: Required: True @@ -115,7 +115,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: ApplyExpanded1, Apply2, Apply1 +Parameter Sets: ApplyExpanded1, Apply3, Apply2 Aliases: Required: True @@ -130,7 +130,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Apply1 +Parameter Sets: Apply2 Aliases: Required: True @@ -161,7 +161,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: ApplyViaIdentityExpanded1, ApplyViaIdentity2, ApplyViaIdentity1 +Parameter Sets: ApplyViaIdentityExpanded1, ApplyViaIdentity3, ApplyViaIdentity2 Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityAlertV2.md new file mode 100644 index 000000000000..d39f638cc7b5 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityAlertV2.md @@ -0,0 +1,245 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecurityalertv2 +schema: 2.0.0 +--- + +# Get-MgSecurityAlertV2 + +## SYNOPSIS +A collection of alerts in Microsoft 365 Defender. + +## SYNTAX + +### List (Default) +``` +Get-MgSecurityAlertV2 [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### Get +``` +Get-MgSecurityAlertV2 -AlertId [-ExpandProperty ] [-Property ] + [] +``` + +### GetViaIdentity +``` +Get-MgSecurityAlertV2 -InputObject [-ExpandProperty ] [-Property ] + [] +``` + +## DESCRIPTION +A collection of alerts in Microsoft 365 Defender. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -AlertId +The unique identifier of alert + +```yaml +Type: String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter items by property values + +```yaml +Type: String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: ISecurityIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: Limit + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ISecurityIdentity +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md index 91b9280c1003..d2309fddd5b9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md @@ -23,7 +23,7 @@ Get-MgSecurityAttackSimulation -SimulationId [-ExpandProperty ] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgSecurityAttackSimulation -InputObject [-ExpandProperty ] [-Property ] [] @@ -110,7 +110,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md index 6de3a4149097..a5a4d90a907d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md @@ -12,14 +12,14 @@ Operation entity that represents the latest indexing for the non-custodial data ## SYNTAX -### Get (Default) +### Get1 (Default) ``` Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation -InputObject [-ExpandProperty ] [-Property ] [] @@ -37,7 +37,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -52,7 +52,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -83,7 +83,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/New-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/New-MgSecurityAlertV2.md new file mode 100644 index 000000000000..c2fd49655bd5 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/New-MgSecurityAlertV2.md @@ -0,0 +1,564 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecurityalertv2 +schema: 2.0.0 +--- + +# New-MgSecurityAlertV2 + +## SYNOPSIS +Create new navigation property to alerts_v2 for security + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgSecurityAlertV2 [-ActorDisplayName ] [-AdditionalProperties ] [-AlertWebUrl ] + [-AssignedTo ] [-Category ] [-Classification ] + [-Comments ] [-CreatedDateTime ] [-Description ] + [-DetectionSource ] [-DetectorId ] [-Determination ] + [-Evidence ] [-FirstActivityDateTime ] [-Id ] + [-IncidentId ] [-IncidentWebUrl ] [-LastActivityDateTime ] + [-LastUpdateDateTime ] [-MitreTechniques ] [-ProviderAlertId ] + [-RecommendedActions ] [-ResolvedDateTime ] [-ServiceSource ] [-Severity ] + [-Status ] [-TenantId ] [-ThreatDisplayName ] [-ThreatFamilyName ] + [-Title ] [-WhatIf] [-Confirm] [] +``` + +### Create +``` +New-MgSecurityAlertV2 -BodyParameter [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Create new navigation property to alerts_v2 for security + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -ActorDisplayName +The adversary or activity group that is associated with this alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: Hashtable +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AlertWebUrl +URL for the alert page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AssignedTo +Owner of the alert, or null if no owner is assigned. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +alert +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlert +Parameter Sets: Create +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Category +The attack kill-chain category that the alert belongs to. +Aligned with the MITRE ATT&CK framework. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Classification +alertClassification + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Comments +Array of comments created by the Security Operations (SecOps) team during the alert management process. +To construct, please use Get-Help -Online and see NOTES section for COMMENTS properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertComment[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Time when Microsoft 365 Defender created the alert. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Description +String value describing each alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectionSource +detectionSource + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectorId +The ID of the detector that triggered the alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Determination +alertDetermination + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Evidence +Collection of evidence related to the alert. +To construct, please use Get-Help -Online and see NOTES section for EVIDENCE properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertEvidence1[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FirstActivityDateTime +The earliest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +The unique idenfier for an entity. +Read-only. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentId +Unique identifier to represent the incident this alert resource is associated with. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentWebUrl +URL for the incident page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastActivityDateTime +The oldest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastUpdateDateTime +Time when the alert was last updated at Microsoft 365 Defender. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MitreTechniques +The attack techniques, as aligned with the MITRE ATT&CK framework. + +```yaml +Type: String[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProviderAlertId +The ID of the alert as it appears in the security provider product that generated the alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RecommendedActions +Recommended response and remediation actions to take in the event this alert was generated. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResolvedDateTime +Time when the alert was resolved. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceSource +serviceSource + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Severity +alertSeverity + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Status +alertStatus + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TenantId +The Azure Active Directory tenant the alert was created in. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatDisplayName +The threat associated with this alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatFamilyName +Threat family associated with this alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Title +Brief identifying string value describing the alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md index ef1a2b7dfbc2..c5f2ead3b8cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md @@ -12,7 +12,7 @@ Create new navigation property to simulations for security ## SYNTAX -### CreateExpanded1 (Default) +### CreateExpanded (Default) ``` New-MgSecurityAttackSimulation [-AdditionalProperties ] [-AttackTechnique ] [-AttackType ] [-AutomationId ] [-CompletionDateTime ] @@ -22,7 +22,7 @@ New-MgSecurityAttackSimulation [-AdditionalProperties ] [-AttackTechn [-Report ] [-Status ] [-WhatIf] [-Confirm] [] ``` -### Create1 +### Create ``` New-MgSecurityAttackSimulation -BodyParameter [-WhatIf] [-Confirm] [] @@ -40,7 +40,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -55,7 +55,7 @@ simulationAttackTechnique ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -70,7 +70,7 @@ simulationAttackType ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -85,7 +85,7 @@ Unique identifier for the attack simulation automation. ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -101,7 +101,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: IMicrosoftGraphSimulation -Parameter Sets: Create1 +Parameter Sets: Create Aliases: Required: True @@ -117,7 +117,7 @@ Supports $filter and $orderby. ```yaml Type: DateTime -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -133,7 +133,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: IMicrosoftGraphEmailIdentity -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -148,7 +148,7 @@ Date and time of creation of the attack simulation and training campaign. ```yaml Type: DateTime -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -163,7 +163,7 @@ Description of the attack simulation and training campaign. ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -179,7 +179,7 @@ Supports $filter and $orderby. ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -195,7 +195,7 @@ Read-only. ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -211,7 +211,7 @@ Supports $filter and $orderby. ```yaml Type: SwitchParameter -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -227,7 +227,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: IMicrosoftGraphEmailIdentity -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -242,7 +242,7 @@ Date and time of the most recent modification of the attack simulation and train ```yaml Type: DateTime -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -258,7 +258,7 @@ Supports $filter and $orderby. ```yaml Type: DateTime -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -273,7 +273,7 @@ payloadDeliveryPlatform ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -289,7 +289,7 @@ To construct, please use Get-Help -Online and see NOTES section for REPORT prope ```yaml Type: IMicrosoftGraphSimulationReport -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False @@ -304,7 +304,7 @@ simulationStatus ```yaml Type: String -Parameter Sets: CreateExpanded1 +Parameter Sets: CreateExpanded Aliases: Required: False diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md index 2de618932ad5..5a619e3decd1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md @@ -12,13 +12,13 @@ Release the non-custodial data source from the case. ## SYNTAX -### Release (Default) +### Release1 (Default) ``` Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-PassThru] [-WhatIf] [-Confirm] [] ``` -### ReleaseViaIdentity +### ReleaseViaIdentity1 ``` Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject [-PassThru] [-WhatIf] [-Confirm] [] @@ -45,7 +45,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: Release +Parameter Sets: Release1 Aliases: Required: True @@ -60,7 +60,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Release +Parameter Sets: Release1 Aliases: Required: True @@ -76,7 +76,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: ReleaseViaIdentity +Parameter Sets: ReleaseViaIdentity1 Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityAlertV2.md new file mode 100644 index 000000000000..fa14e3ff2435 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityAlertV2.md @@ -0,0 +1,148 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/remove-mgsecurityalertv2 +schema: 2.0.0 +--- + +# Remove-MgSecurityAlertV2 + +## SYNOPSIS +Delete navigation property alerts_v2 for security + +## SYNTAX + +### Delete1 (Default) +``` +Remove-MgSecurityAlertV2 -AlertId [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity1 +``` +Remove-MgSecurityAlertV2 -InputObject [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Delete navigation property alerts_v2 for security + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -AlertId +The unique identifier of alert + +```yaml +Type: String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: ISecurityIdentity +Parameter Sets: DeleteViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ISecurityIdentity +## OUTPUTS + +### System.Boolean +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/remove-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/remove-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md index d3464b08eeda..356c29b2594a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md @@ -12,7 +12,7 @@ Delete navigation property attackSimulation for security ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgSecurityAttackSimulation [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -23,7 +23,7 @@ Remove-MgSecurityAttackSimulation -SimulationId [-IfMatch ] [-P [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgSecurityAttackSimulation -InputObject [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] @@ -57,7 +57,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md index f941c04e950a..bfb8a8e1b5fe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md @@ -12,14 +12,14 @@ Delete navigation property noncustodialDataSources for security ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] @@ -37,7 +37,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -52,7 +52,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -83,7 +83,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Update-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Update-MgSecurityAlertV2.md new file mode 100644 index 000000000000..4c7c172262b8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Update-MgSecurityAlertV2.md @@ -0,0 +1,632 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/update-mgsecurityalertv2 +schema: 2.0.0 +--- + +# Update-MgSecurityAlertV2 + +## SYNOPSIS +Update the navigation property alerts_v2 in security + +## SYNTAX + +### UpdateExpanded1 (Default) +``` +Update-MgSecurityAlertV2 -AlertId [-ActorDisplayName ] [-AdditionalProperties ] + [-AlertWebUrl ] [-AssignedTo ] [-Category ] [-Classification ] + [-Comments ] [-CreatedDateTime ] [-Description ] + [-DetectionSource ] [-DetectorId ] [-Determination ] + [-Evidence ] [-FirstActivityDateTime ] [-Id ] + [-IncidentId ] [-IncidentWebUrl ] [-LastActivityDateTime ] + [-LastUpdateDateTime ] [-MitreTechniques ] [-ProviderAlertId ] + [-RecommendedActions ] [-ResolvedDateTime ] [-ServiceSource ] [-Severity ] + [-Status ] [-TenantId ] [-ThreatDisplayName ] [-ThreatFamilyName ] + [-Title ] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### Update1 +``` +Update-MgSecurityAlertV2 -AlertId -BodyParameter [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### UpdateViaIdentityExpanded1 +``` +Update-MgSecurityAlertV2 -InputObject [-ActorDisplayName ] + [-AdditionalProperties ] [-AlertWebUrl ] [-AssignedTo ] [-Category ] + [-Classification ] [-Comments ] [-CreatedDateTime ] + [-Description ] [-DetectionSource ] [-DetectorId ] [-Determination ] + [-Evidence ] [-FirstActivityDateTime ] [-Id ] + [-IncidentId ] [-IncidentWebUrl ] [-LastActivityDateTime ] + [-LastUpdateDateTime ] [-MitreTechniques ] [-ProviderAlertId ] + [-RecommendedActions ] [-ResolvedDateTime ] [-ServiceSource ] [-Severity ] + [-Status ] [-TenantId ] [-ThreatDisplayName ] [-ThreatFamilyName ] + [-Title ] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity1 +``` +Update-MgSecurityAlertV2 -InputObject -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Update the navigation property alerts_v2 in security + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -ActorDisplayName +The adversary or activity group that is associated with this alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AlertId +The unique identifier of alert + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, Update1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AlertWebUrl +URL for the alert page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AssignedTo +Owner of the alert, or null if no owner is assigned. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +alert +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlert +Parameter Sets: Update1, UpdateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Category +The attack kill-chain category that the alert belongs to. +Aligned with the MITRE ATT&CK framework. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Classification +alertClassification + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Comments +Array of comments created by the Security Operations (SecOps) team during the alert management process. +To construct, please use Get-Help -Online and see NOTES section for COMMENTS properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertComment[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Time when Microsoft 365 Defender created the alert. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Description +String value describing each alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectionSource +detectionSource + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectorId +The ID of the detector that triggered the alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Determination +alertDetermination + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Evidence +Collection of evidence related to the alert. +To construct, please use Get-Help -Online and see NOTES section for EVIDENCE properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertEvidence1[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FirstActivityDateTime +The earliest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +The unique idenfier for an entity. +Read-only. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentId +Unique identifier to represent the incident this alert resource is associated with. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentWebUrl +URL for the incident page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: ISecurityIdentity +Parameter Sets: UpdateViaIdentityExpanded1, UpdateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -LastActivityDateTime +The oldest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastUpdateDateTime +Time when the alert was last updated at Microsoft 365 Defender. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MitreTechniques +The attack techniques, as aligned with the MITRE ATT&CK framework. + +```yaml +Type: String[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProviderAlertId +The ID of the alert as it appears in the security provider product that generated the alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RecommendedActions +Recommended response and remediation actions to take in the event this alert was generated. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResolvedDateTime +Time when the alert was resolved. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceSource +serviceSource + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Severity +alertSeverity + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Status +alertStatus + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TenantId +The Azure Active Directory tenant the alert was created in. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatDisplayName +The threat associated with this alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatFamilyName +Threat family associated with this alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Title +Brief identifying string value describing the alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert +### Microsoft.Graph.PowerShell.Models.ISecurityIdentity +## OUTPUTS + +### System.Boolean +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/update-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/update-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md index c20bc3f1cbce..01fe16956f1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md @@ -12,7 +12,7 @@ Update the navigation property noncustodialDataSources in security ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-AdditionalProperties ] [-CreatedDateTime ] @@ -21,7 +21,7 @@ Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Update +### Update1 ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId @@ -29,7 +29,7 @@ Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId ] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject [-AdditionalProperties ] [-CreatedDateTime ] @@ -38,7 +38,7 @@ Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject -BodyParameter [-PassThru] [-WhatIf] [-Confirm] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Created date and time of the dataSourceContainer entity. ```yaml Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for DATASOURCE p ```yaml Type: IMicrosoftGraphSecurityDataSource -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Display name of the dataSourceContainer entity. ```yaml Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: UpdateExpanded, Update +Parameter Sets: UpdateExpanded1, Update1 Aliases: Required: True @@ -149,7 +149,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: UpdateExpanded, Update +Parameter Sets: UpdateExpanded1, Update1 Aliases: Required: True @@ -164,7 +164,7 @@ dataSourceHoldStatus ```yaml Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -180,7 +180,7 @@ Read-only. ```yaml Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -196,7 +196,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: UpdateViaIdentityExpanded, UpdateViaIdentity +Parameter Sets: UpdateViaIdentityExpanded1, UpdateViaIdentity1 Aliases: Required: True @@ -211,7 +211,7 @@ ediscoveryIndexOperation ```yaml Type: Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -226,7 +226,7 @@ Last modified date and time of the dataSourceContainer. ```yaml Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -256,7 +256,7 @@ Date and time that the dataSourceContainer was released from the case. ```yaml Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -271,7 +271,7 @@ dataSourceContainerStatus ```yaml Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSite.md index 41ed6c96a1f9..d8198501e23d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsite schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSite diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteColumn.md index a243e6c3f091..f4b841c106e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentType.md index bc34e7cf337a..a557eadaf1af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitecontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteContentType diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md index f6ca2e21df3a..eb12ff79dbd7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitecontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteContentTypeColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteDrive.md index 3f49c6b393c6..33e82dee246f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteDrive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitedrive schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteDrive diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteList.md index c851997240fe..be9f8fd2aa4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteList.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelist schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteList diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListColumn.md index ea592c5915ca..3ba2023dd8dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteListColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentType.md index 3c2f753409ba..aebee55a4120 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteListContentType diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md index 5a2e14ba5fe0..d77a740c8600 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItem.md index 407a316f3b23..32e442995c63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistitem schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteListItem diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemField.md index ad20c638cb1f..27e414485432 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteListItemField diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md index d6a70c12716d..596979bbeed8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteListItemVersion diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSitePermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSitePermission.md index 3e1964eb86bb..4a0341a5f380 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSitePermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSitePermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitepermission schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSitePermission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md index 548838948996..8e5e0873bbe5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroup schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md index 5dd542a7c1a8..32639baf6bd1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroupset schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroupSet diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md index f9991db16ccc..0bd75f4fb4a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroupsetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroupSetChild diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md index ac1c0cc0e7e9..f7d2c7f82019 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroupsetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroupSetRelation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md index dc42300073b1..a1414fff7703 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoresetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreSetChild diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetParentGroupSet.md index 92b5d1643310..0e10cea7c726 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetParentGroupSet.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoresetparentgroupset schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreSetParentGroupSet diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md index a551d1598b8c..f9c4f1a8dd00 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoresetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreSetRelation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSubSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSubSite.md index 86767211aad9..00b7bbf9161c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSubSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgSubSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsubsite schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSubSite diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md index 2200d68809e6..fcebdafac323 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mguserfollowedsite schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgUserFollowedSite diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteColumn.md index ad73ea5846de..7157bf08b561 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentType.md index ecadf84cd7ce..d9645d7765d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitecontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteContentType diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md index 8075b39d5c2a..4e7de82a526c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitecontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteContentTypeColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteList.md index 04abaf50aa10..8c24f42c5e1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteList.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelist schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSiteList diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListColumn.md index 05c12843568b..2da0bb521d4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteListColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentType.md index a88ef5aaec20..8fd22c52b26f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteListContentType diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md index 011727a224b5..e4b2b8fef0f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItem.md index c4f4f3e0a1f7..9446e55e1c5f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistitem schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSiteListItem diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md index a028d56b2db1..c8c33f22a71e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSiteListItemVersion diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSitePermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSitePermission.md index a009a727f53c..8a9e825cae83 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSitePermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSitePermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitepermission schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSitePermission diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md index 980425f5c2df..2450fa494d63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroup schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md index 9f691b4f1c7f..0be9f4e02d6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroupset schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroupSet diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md index 40b2d584c15b..cce0e15a9953 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroupsetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroupSetChild diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md index 2c8fdcc83d43..c7f85770c11a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroupsetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroupSetRelation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md index 49d6ef2aa2b3..84f8bc9fde16 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoresetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreSetChild diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetParentGroupSet.md index 910c5301973c..72e85ed81b2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetParentGroupSet.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoresetparentgroupset schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreSetParentGroupSet diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md index 0de160422464..13fd6e76b9f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoresetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreSetRelation diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md index 3bca6c23b5b1..3b2b39b95184 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/remove-mgsitelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Remove-MgSiteListItemField diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md index 1f6b47094709..0c44bf09da1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/remove-mgsitetermstore schema: 2.0.0 -ms.prod: sites-and-lists --- # Remove-MgSiteTermStore diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSite.md index 659a9b30b03a..d56842a50640 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mgsite schema: 2.0.0 -ms.prod: sharepoint --- # Update-MgSite diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteListItemField.md index 3a36a9a87d23..10553d32daf0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mgsitelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Update-MgSiteListItemField diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteTermStore.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteTermStore.md index c9f819bdc4d0..2d6142c7a429 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteTermStore.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Sites/Update-MgSiteTermStore.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mgsitetermstore schema: 2.0.0 -ms.prod: sites-and-lists --- # Update-MgSiteTermStore diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md index 3e9662ea3881..50545acd5870 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgappcatalogteamapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgAppCatalogTeamApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md index d6a4a54aad43..8a83a4d4db3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgappcatalogteamappdefinition schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgAppCatalogTeamAppDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md index 9d7f0e1a17bc..73e1f93845ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgappcatalogteamappdefinitionbot schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgAppCatalogTeamAppDefinitionBot diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChat.md index b94031d52b7b..4189f446f8c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md index f876ce6bde0d..6affca99123f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMember.md index 6cce9ed385e1..02a4fa8fcb34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessage.md index e66b68cd9a4d..05e116df12b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md index 02669f56407b..6d525fc5c7f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md @@ -14,14 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgChatMessageDelta -ChatId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatMessageDelta -ChatId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgChatMessageDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -31,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -51,7 +67,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -61,6 +77,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -92,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md index 150949cc5f7c..570bd773f98f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReply.md index 116a5396d037..5706fe51e361 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md index 655109503219..b22b1f04620f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgChatMessageReplyDelta -ChatId -ChatMessageId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgChatMessageReplyDelta -ChatId -ChatMessageId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgChatMessageReplyDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatMessageReplyDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -67,7 +82,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -77,6 +92,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -108,6 +139,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md index 6a0f34c2dba3..20d973674146 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md index 3b0bbd4206b1..cc280ea60146 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatTab.md index 045e621b39ad..3e896dcba751 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeam.md index 978450839abd..a53899a99aa1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md index 6aca4cccd1dc..78c06b13a0fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md index e8924dea6909..271b3c05528f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelFileFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md index 978ef4815269..cf8610310c0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md index a97a185bb6fe..e4b13fb9a401 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md index cc63760e3516..0ebb7ada2836 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md index b7e84729a7d5..9dbbfe58302b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md index 4e5eaa70da4a..58aab8ee0360 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md index b6c656a5b088..0383563335ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md index fcd9a301a8ef..517ed886d5fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md index cf7eed4cdfc8..322901ac484f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md index 617fff49ca72..60520e7e9cab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md index 596d1a225e81..2da0609198ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamincomingchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamIncomingChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md index 90364e8d45e6..d6b727710ef7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md index 8aa3e56d35d6..d89516cc6427 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md index 92e443844605..0ca16d3c7b4f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md index 4fe12bacfc57..e1b4110914d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelFileFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md index 5c47d22018e5..9e2897bc7525 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md index 56df7aa0ae6d..5c699f5beb3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md index 27de68def034..8d8707e56789 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md index 2216f173d336..7c5dbf84e671 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md index aaf604d227de..2eeec0b13227 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md index c2508d54444a..879280a46a82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md index 907b258169e1..d56c8cb0e3ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md index 9aa9a0963bf1..bb7abefe9648 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md index e0f940f148f8..e96e3e31edea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md index edf832ea649c..abc603093d3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md index ea9e2090deef..50837d587008 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md index c2261df9dbcb..6a0f52bd22c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md index 11b5c4828d88..5f969efd0e8d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md index d8d9e79a131e..016ccf7a0075 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md index 933cf0f17564..6462a179b96a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md index b16f834486c4..d93059094d27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md index 6e30dfdb9776..7f26bb9af250 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md index 27b74a919959..422d3b70ecd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md index 5034534f8c15..7dd1bafbfaaf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md index c0db2c927182..dd1cdac651a4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamTag diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md index e0b7bd1ec311..c06fd74aeaa1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamTagMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeam.md index e73cd3156c8c..b2aa12bb6ce3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannel.md index b602a456daaf..b73871904c7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md index 162919933a7a..e6935feced92 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelFileFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md index ae4dd5f2d954..38a4c5ebf226 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md index 090faf358aec..4f312b2ecfc3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md index c013ffb15349..2f32a01789f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md index a609bf68fd7c..e6573412fa81 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgTeamChannelMessageDelta -ChannelId -TeamId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamChannelMessageDelta -ChannelId -TeamId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgTeamChannelMessageDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgTeamChannelMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId key: id of channel @@ -52,7 +67,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -62,6 +77,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -93,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md index e414ac6fda54..a7be8d3bbf7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md index ced1c1ef17b0..e1deb1a1d9b9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md index 36e8ac3d51b3..1a057b27f0b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md @@ -14,16 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgTeamChannelMessageReplyDelta -ChannelId -ChatMessageId -TeamId [-Count] +Get-MgTeamChannelMessageReplyDelta -ChannelId -ChatMessageId -TeamId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgTeamChannelMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamChannelMessageReplyDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -33,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId key: id of channel @@ -68,7 +82,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -78,6 +92,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -109,6 +139,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md index 0e5e0e044203..d63d1c3c971c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md index e195c98d747b..c812390f4924 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md index eff91b03a4a8..7f8c1a07c63e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md index baf1d7ca88fd..d70123fb7b94 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md index e9b8f48c9233..60d7492c1376 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamincomingchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamIncomingChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md index aa83f60ab829..10be2630b035 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamMember.md index a1299a6534d7..379768a3a2b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md index c84b2b96f48c..2840d2794411 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md index 1f7486627785..cb6e2d06abcc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelFileFolder diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md index e03773c6d748..fc422c5c4b41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md index ff004deb9d9e..e007aad0f5a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md index 3077b0b0b6e0..2c9da3153fa3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md index 1f87fea6c174..598beefd9312 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgTeamPrimaryChannelMessageDelta -TeamId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgTeamPrimaryChannelMessageDelta -TeamId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgTeamPrimaryChannelMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamPrimaryChannelMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -47,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -78,6 +109,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md index 8843f9605b58..2a39ca9244ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md index 5cca2fda6608..085b15ed3113 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md index 1a4c92f00b7c..011af9fd3965 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgTeamPrimaryChannelMessageReplyDelta -ChatMessageId -TeamId [-Count] [-Filter ] +Get-MgTeamPrimaryChannelMessageReplyDelta -ChatMessageId -TeamId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgTeamPrimaryChannelMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgTeamPrimaryChannelMessageReplyDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,6 +33,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatMessageId key: id of chatMessage @@ -53,7 +68,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -63,6 +78,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -94,6 +125,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md index 4828a5c0d84f..fa8f6ec46118 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md index aacdc43938c3..495c75fafcf4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md index 5b9a29774b78..deaf7f949ae2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md index 2044ffd32d56..82a80f3c9818 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamSchedule.md index 53fd01397538..9718bcd281ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md index eec54c76abb8..d1655ca670a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md index 86806bd6dc52..50144a07045c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md index f93c1729214d..3fddcb07a61e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md index 5eba1199d8af..3037d9187c4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md index c4a5b7efd226..ec9c1b600c81 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md index c7ea42ecda37..98ac96634f5f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md index 8ba6181f63d9..ad4df040eb47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md index 84b391fb0527..d0d51cfb9eda 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md index 76046737e510..bf59acfdd77b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTag.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTag.md index 2a527ee3c72e..8774695684f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTag.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamTag diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTagMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTagMember.md index 4a3999e93267..8c760544fdb5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTagMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamTagMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md index e56e7015b34c..01ccf9718a9e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgTeamworkDeletedTeamChannelMessageDelta -ChannelId -DeletedTeamId [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamworkDeletedTeamChannelMessageDelta -ChannelId -DeletedTeamId [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgTeamworkDeletedTeamChannelMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgTeamworkDeletedTeamChannelMessageDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -40,6 +40,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId The unique identifier of channel @@ -60,7 +75,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -70,6 +85,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DeletedTeamId The unique identifier of deletedTeam @@ -116,6 +147,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md index 130820cb432a..2418c0b88f67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md @@ -15,14 +15,14 @@ Invoke function delta ### Delta (Default) ``` Get-MgTeamworkDeletedTeamChannelMessageReplyDelta -ChannelId -ChatMessageId - -DeletedTeamId [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] + -DeletedTeamId [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgTeamworkDeletedTeamChannelMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgTeamworkDeletedTeamChannelMessageReplyDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -40,6 +40,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId The unique identifier of channel @@ -75,7 +90,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -85,6 +100,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DeletedTeamId The unique identifier of deletedTeam @@ -131,6 +162,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md index 3b5bc49eac5b..d10343e0bca9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamworkworkforceintegration schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamworkWorkforceIntegration diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChat.md index e76d7d6784ca..a39349426a99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md index 940eb705d415..db08f40231f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMember.md index 027b3246defb..89adc9f10360 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessage.md index 99a145a81d43..abf867f70a8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md index 1b9467389902..02932b68bb34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md index 24d00173a39c..71a8e29d224c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md index 1609c092d4b2..0b1b0a760206 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md index 5ec04a8be7aa..1359eb3c13d8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatTab.md index 0ff40f33211c..60a7a43d771e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md index aab245d04f72..3650d9d0bf30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserjoinedteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserJoinedTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md index 007943856fa5..3afcbc2f8746 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserteamworkassociatedteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserTeamworkAssociatedTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md index 81d3f8f84f61..a399142dbaa8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserteamworkinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserTeamworkInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md index 10ad389dea0f..524cc4680016 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserteamworkinstalledappchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserTeamworkInstalledAppChat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md index 1c159bc56274..99b65a22e1d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md @@ -27,6 +27,10 @@ The response provides details about which memberships could and couldn't be crea Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. +### [Add-MgTeamworkDeletedTeamChannelMember](Add-MgTeamworkDeletedTeamChannelMember.md) +Add multiple members in a single request to a team. +The response provides details about which memberships could and couldn't be created. + ### [Complete-MgTeamChannelMigration](Complete-MgTeamChannelMigration.md) Complete the message migration process by removing `migration mode` from a channel in a team. `Migration mode` is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. @@ -45,6 +49,12 @@ Complete the message migration process by removing `migration mode` from a chann After a **completeMigration** request is made, you cannot import additional messages into the team. You can add members to the team after the request returns a successful response. +### [Complete-MgTeamworkDeletedTeamChannelMigration](Complete-MgTeamworkDeletedTeamChannelMigration.md) +Complete the message migration process by removing \`migration mode\` from a channel in a team. +\`Migration mode\` is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. +After a **completeMigration** request is made, you cannot import additional messages into the team. +You can add members to the team after the request returns a successful response. + ### [Copy-MgTeam](Copy-MgTeam.md) Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they are put into an unconfigured state \n-- they are displayed on the tab bar in Microsoft Teams, and the first time you open them, you'll go through the configuration screen. @@ -450,6 +460,59 @@ See available templates. ### [Get-MgTeamwork](Get-MgTeamwork.md) Get teamwork +### [Get-MgTeamworkDeletedTeam](Get-MgTeamworkDeletedTeam.md) +The deleted team. + +### [Get-MgTeamworkDeletedTeamChannel](Get-MgTeamworkDeletedTeamChannel.md) +The channels that are either shared with this deleted team or created in this deleted team. + +### [Get-MgTeamworkDeletedTeamChannelFileFolder](Get-MgTeamworkDeletedTeamChannelFileFolder.md) +Get the metadata for the location where the files of a channel are stored. + +### [Get-MgTeamworkDeletedTeamChannelFileFolderContent](Get-MgTeamworkDeletedTeamChannelFileFolderContent.md) +The content stream, if the item represents a file. + +### [Get-MgTeamworkDeletedTeamChannelMember](Get-MgTeamworkDeletedTeamChannelMember.md) +A collection of membership records associated with the channel. + +### [Get-MgTeamworkDeletedTeamChannelMessage](Get-MgTeamworkDeletedTeamChannelMessage.md) +A collection of all the messages in the channel. +A navigation property. +Nullable. + +### [Get-MgTeamworkDeletedTeamChannelMessageDelta](Get-MgTeamworkDeletedTeamChannelMessageDelta.md) +Invoke function delta + +### [Get-MgTeamworkDeletedTeamChannelMessageHostedContent](Get-MgTeamworkDeletedTeamChannelMessageHostedContent.md) +Content in a message hosted by Microsoft Teams - for example, images or code snippets. + +### [Get-MgTeamworkDeletedTeamChannelMessageReply](Get-MgTeamworkDeletedTeamChannelMessageReply.md) +Replies for a specified message. +Supports $expand for channel messages. + +### [Get-MgTeamworkDeletedTeamChannelMessageReplyDelta](Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md) +Invoke function delta + +### [Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent](Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent.md) +Content in a message hosted by Microsoft Teams - for example, images or code snippets. + +### [Get-MgTeamworkDeletedTeamChannelSharedWithTeam](Get-MgTeamworkDeletedTeamChannelSharedWithTeam.md) +A collection of teams with which a channel is shared. + +### [Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember](Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember.md) +A collection of team members who have access to the shared channel. + +### [Get-MgTeamworkDeletedTeamChannelTab](Get-MgTeamworkDeletedTeamChannelTab.md) +A collection of all the tabs in the channel. +A navigation property. + +### [Get-MgTeamworkDeletedTeamChannelTabTeamApp](Get-MgTeamworkDeletedTeamChannelTabTeamApp.md) +The application that is linked to the tab. +This cannot be changed after tab creation. + +### [Get-MgTeamworkDeletedTeamMessage](Get-MgTeamworkDeletedTeamMessage.md) +Invoke function getAllMessages + ### [Get-MgTeamworkWorkforceIntegration](Get-MgTeamworkWorkforceIntegration.md) Get workforceIntegrations from teamwork @@ -536,6 +599,9 @@ Invoke function doesUserHaveAccess ### [Invoke-MgHaveTeamPrimaryChannel](Invoke-MgHaveTeamPrimaryChannel.md) Invoke function doesUserHaveAccess +### [Invoke-MgHaveTeamworkDeletedTeamChannel](Invoke-MgHaveTeamworkDeletedTeamChannel.md) +Invoke function doesUserHaveAccess + ### [Invoke-MgMarkChatReadForUser](Invoke-MgMarkChatReadForUser.md) Mark a chat as read for a user. @@ -566,6 +632,12 @@ Invoke action softDelete ### [Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete](Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md) Invoke action softDelete +### [Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete](Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete.md) +Invoke action softDelete + +### [Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete](Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete.md) +Invoke action softDelete + ### [Invoke-MgUnarchiveTeam](Invoke-MgUnarchiveTeam.md) Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. @@ -809,6 +881,39 @@ Create a standard tag for members in a team. ### [New-MgTeamTagMember](New-MgTeamTagMember.md) Create a new teamworkTagMember object in a team. +### [New-MgTeamworkDeletedTeam](New-MgTeamworkDeletedTeam.md) +Create new navigation property to deletedTeams for teamwork + +### [New-MgTeamworkDeletedTeamChannel](New-MgTeamworkDeletedTeamChannel.md) +Create new navigation property to channels for teamwork + +### [New-MgTeamworkDeletedTeamChannelEmail](New-MgTeamworkDeletedTeamChannelEmail.md) +Provision an email address for a channel. +Microsoft Teams doesn't automatically provision an email address for a **channel** by default. +To have Teams provision an email address, you can call **provisionEmail**, or through the Teams user interface, select **Get email address**, which triggers Teams to generate an email address if it has not already provisioned one. +To remove the email address of a **channel**, use the removeEmail method. + +### [New-MgTeamworkDeletedTeamChannelMember](New-MgTeamworkDeletedTeamChannelMember.md) +Add a conversationMember to a channel. + +### [New-MgTeamworkDeletedTeamChannelMessage](New-MgTeamworkDeletedTeamChannelMessage.md) +Send a new chatMessage in the specified channel. + +### [New-MgTeamworkDeletedTeamChannelMessageHostedContent](New-MgTeamworkDeletedTeamChannelMessageHostedContent.md) +Create new navigation property to hostedContents for teamwork + +### [New-MgTeamworkDeletedTeamChannelMessageReply](New-MgTeamworkDeletedTeamChannelMessageReply.md) +Send a new reply to a chatMessage in a specified channel. + +### [New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent](New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent.md) +Create new navigation property to hostedContents for teamwork + +### [New-MgTeamworkDeletedTeamChannelSharedWithTeam](New-MgTeamworkDeletedTeamChannelSharedWithTeam.md) +Create new navigation property to sharedWithTeams for teamwork + +### [New-MgTeamworkDeletedTeamChannelTab](New-MgTeamworkDeletedTeamChannelTab.md) +Create new navigation property to tabs for teamwork + ### [New-MgTeamworkWorkforceIntegration](New-MgTeamworkWorkforceIntegration.md) Create a new workforceIntegration object.\nYou can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests. @@ -1065,6 +1170,37 @@ Delete navigation property tags for teams ### [Remove-MgTeamTagMember](Remove-MgTeamTagMember.md) Delete navigation property members for teams +### [Remove-MgTeamworkDeletedTeam](Remove-MgTeamworkDeletedTeam.md) +Delete navigation property deletedTeams for teamwork + +### [Remove-MgTeamworkDeletedTeamChannel](Remove-MgTeamworkDeletedTeamChannel.md) +Delete navigation property channels for teamwork + +### [Remove-MgTeamworkDeletedTeamChannelEmail](Remove-MgTeamworkDeletedTeamChannelEmail.md) +Remove the email address of a channel. +You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. + +### [Remove-MgTeamworkDeletedTeamChannelMember](Remove-MgTeamworkDeletedTeamChannelMember.md) +Delete navigation property members for teamwork + +### [Remove-MgTeamworkDeletedTeamChannelMessage](Remove-MgTeamworkDeletedTeamChannelMessage.md) +Delete navigation property messages for teamwork + +### [Remove-MgTeamworkDeletedTeamChannelMessageHostedContent](Remove-MgTeamworkDeletedTeamChannelMessageHostedContent.md) +Delete navigation property hostedContents for teamwork + +### [Remove-MgTeamworkDeletedTeamChannelMessageReply](Remove-MgTeamworkDeletedTeamChannelMessageReply.md) +Delete navigation property replies for teamwork + +### [Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent](Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent.md) +Delete navigation property hostedContents for teamwork + +### [Remove-MgTeamworkDeletedTeamChannelSharedWithTeam](Remove-MgTeamworkDeletedTeamChannelSharedWithTeam.md) +Delete navigation property sharedWithTeams for teamwork + +### [Remove-MgTeamworkDeletedTeamChannelTab](Remove-MgTeamworkDeletedTeamChannelTab.md) +Delete navigation property tabs for teamwork + ### [Remove-MgTeamworkWorkforceIntegration](Remove-MgTeamworkWorkforceIntegration.md) Delete navigation property workforceIntegrations for teamwork @@ -1142,6 +1278,9 @@ The content stream, if the item represents a file. ### [Set-MgTeamSchedule](Set-MgTeamSchedule.md) Update the navigation property schedule in teams +### [Set-MgTeamworkDeletedTeamChannelFileFolderContent](Set-MgTeamworkDeletedTeamChannelFileFolderContent.md) +The content stream, if the item represents a file. + ### [Undo-MgChatMessageReplySoftDelete](Undo-MgChatMessageReplySoftDelete.md) Invoke action undoSoftDelete @@ -1160,6 +1299,12 @@ Invoke action undoSoftDelete ### [Undo-MgTeamPrimaryChannelMessageSoftDelete](Undo-MgTeamPrimaryChannelMessageSoftDelete.md) Invoke action undoSoftDelete +### [Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete](Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete.md) +Invoke action undoSoftDelete + +### [Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete](Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete.md) +Invoke action undoSoftDelete + ### [Update-MgAppCatalogTeamApp](Update-MgAppCatalogTeamApp.md) Update the navigation property teamsApps in appCatalogs @@ -1385,6 +1530,33 @@ Update the navigation property members in teams ### [Update-MgTeamwork](Update-MgTeamwork.md) Update teamwork +### [Update-MgTeamworkDeletedTeam](Update-MgTeamworkDeletedTeam.md) +Update the navigation property deletedTeams in teamwork + +### [Update-MgTeamworkDeletedTeamChannel](Update-MgTeamworkDeletedTeamChannel.md) +Update the navigation property channels in teamwork + +### [Update-MgTeamworkDeletedTeamChannelMember](Update-MgTeamworkDeletedTeamChannelMember.md) +Update the navigation property members in teamwork + +### [Update-MgTeamworkDeletedTeamChannelMessage](Update-MgTeamworkDeletedTeamChannelMessage.md) +Update the navigation property messages in teamwork + +### [Update-MgTeamworkDeletedTeamChannelMessageHostedContent](Update-MgTeamworkDeletedTeamChannelMessageHostedContent.md) +Update the navigation property hostedContents in teamwork + +### [Update-MgTeamworkDeletedTeamChannelMessageReply](Update-MgTeamworkDeletedTeamChannelMessageReply.md) +Update the navigation property replies in teamwork + +### [Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent](Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent.md) +Update the navigation property hostedContents in teamwork + +### [Update-MgTeamworkDeletedTeamChannelSharedWithTeam](Update-MgTeamworkDeletedTeamChannelSharedWithTeam.md) +Update the navigation property sharedWithTeams in teamwork + +### [Update-MgTeamworkDeletedTeamChannelTab](Update-MgTeamworkDeletedTeamChannelTab.md) +Update the navigation property tabs in teamwork + ### [Update-MgTeamworkWorkforceIntegration](Update-MgTeamworkWorkforceIntegration.md) Update the navigation property workforceIntegrations in teamwork diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md index 0d76fb35229f..34a7bfcec68f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgappcatalogteamapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgAppCatalogTeamApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md index 0f341cd9f605..fc55c15a2bc4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgappcatalogteamappdefinition schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgAppCatalogTeamAppDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChat.md index 4e331311e7cb..e06830d03b8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatInstalledApp.md index 20b771ccedfe..b6e6c1ec80a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMember.md index 7ebfccae99ff..c08b2e731228 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessage.md index 7b7645ab91af..aaa84bf5e8a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md index 67bd7dbca90d..f907af0324a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReply.md index f0e50f781766..9b9db856f021 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md index 0d068763917b..4f93c672f05e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md index 1d26b4e92343..61a63b20c9e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatTab.md index 2cb275aaa21a..a4dd3b52dd2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md index 40674f4da7d2..e2a5e59ca6df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md index 4e85efecbfe1..d938d0bc1769 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md index 043f35b8ed55..ec12b5c9b239 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md index 62a7d361cf40..b927b3a49e6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md index 9eec71a8fa16..4dd5e34702c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md index 13ce754e2fcb..d793ac905165 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md index 7a69b2b8b451..b2a75b0cf2a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md index 5ec4beff4917..0fa63e8829b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md index 25c5e312eb95..582c2b54ec8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamMember.md index 31f2109ed728..bbe23bba8dde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md index 31bf1a611141..ca6bb5368c5c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md index 95e2907737c0..55ff9420681e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md index 9f857bce5daa..51cfaba524c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md index ed9af2f5cfc5..483cc1c22516 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md index 57e117468f10..d1093adfe049 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md index 8f63fbc7a9f6..49b5cfb41101 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md index dbbe5d6ac582..323f04d7ad5c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md index 036a4ab761a0..d3ca75fe90a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md index 797a72747cdb..e89290304928 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md index 8d6fb9022d42..fd3da6f63a71 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md index eee274e81ce7..4b44092b31f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md index 01857e3eded4..70a0b8a8cc15 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md index 1d67928bea20..43b5a5497620 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md index 3e89c0afafaf..f01c90c01fe5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md index 6a3829a554c9..744e59ad7a91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md index 41ed503c5408..c354a5f3679a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTag.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTag.md index 3efc5abca32d..e2c08b9ff62c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamTag diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md index 4328ce4afe87..bd460b02e701 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamTagMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeam.md index 0d04b2b4dcd5..5d2e40c52e40 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannel.md index 751d1b93e850..7c83e515eaef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMember.md index 7af251b1dc83..853b94c20dec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md index 3e470a3456b5..68aa2141056b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md index 5da0200e0a4c..e2bae270fc41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md index 72b851cbdb1a..29002b6f8727 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md index 056ad8e7a6a2..e4ee77084b6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md index b050741311da..65f953a75141 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelTab.md index 487bb4a8ca3b..e8dbba56d254 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md index 61a606b9e9be..8a57a5b9fa29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamMember.md index e57284056c3d..d61cf72a340b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md index 406168e7bc86..71f2e9e26900 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md index 9a2aa6891d2d..5cbf983436b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md index 12d7cb23b7f4..ae7802835c24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md index f01c4508cf20..e245158a8b7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md index 92538fbf0609..6aa154e4cb65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md index 063abc7ed817..1f4f8a8cffed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md index 15251244cf64..e8d9e0ce478d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md index d77c50d67e71..3e1c5308b5f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md index ceea74214e4e..a2d204b05cc9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md index 6ce82cab9f5f..fbd368c40b28 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md index 76ce76e707ed..6a3b2814c2e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md index fa30470a2302..ae700c1ea411 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md index eef3af0de80c..42c8a82438a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md index 49220516a6d1..ccf0bc9db4c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md index 8124be45b472..0f5c5431ed2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md index a64f88b08f4a..d9a5cfce6fa8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTag.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTag.md index 0b011be6e6e5..6f4c3614fc0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTag.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamTag diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTagMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTagMember.md index 24d2d1365301..9cb1ffb1610c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTagMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamTagMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md index b24413806271..bde9dfd99b0f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamworkworkforceintegration schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamworkWorkforceIntegration diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChat.md index 215cb75b04e7..ebc30db1b1ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchat schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md index 8a13b966f2e4..4e0e691dae70 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMember.md index e27e45fdb273..9b7f44293e3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMember diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessage.md index 91e3d08f82b0..37d906551202 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md index ca9759ca8bc5..c32b7b16a259 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md index ef75a5e8837d..0d921ae1fae0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessageReply diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md index 3ac5a0ee5007..8134720b6e73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md index 67950aceae06..278391f318ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatTab.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatTab.md index 2657526ce38e..1c1e20c1a88f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatTab.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatTab diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md index f9ba7994e7aa..f07baf95ccfe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserteamworkassociatedteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserTeamworkAssociatedTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md index 097f79bd2988..706a3080f67d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserteamworkinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserTeamworkInstalledApp diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md index 63edccbdfdef..c4f36934e0af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgappcatalogteamappdefinitionbot schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgAppCatalogTeamAppDefinitionBot diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgChat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgChat.md index 20b74c558a4c..8baa056a43f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgChat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgChat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeam.md index 8bd24689d0ed..f576dc00a6e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mggroupteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgGroupTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md index 5af96fff6fcb..9b2c08424d20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mggroupteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgGroupTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md index 869993ea4e4d..3316b06f5a3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mggroupteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgGroupTeamSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeam.md index 40ba78c18790..8ca52c3c991a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md index f6c4bf7afb65..2a27662fa987 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md index 7c4a108eb368..5c5b60c5c558 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgTeamSchedule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md index 072c1a142ff8..6cf8f848d7e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mggroupteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgGroupTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md index 811cd4844ff3..8b70bf4f595f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mggroupteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgGroupTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md index 44045f9e87e1..8394d0d74ff9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mgteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md index 46ffa3b4dbf6..6965afc574db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mgteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md index 9a85c0c15d4c..1b1744e4ecca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgappcatalogteamappdefinitionbot schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgAppCatalogTeamAppDefinitionBot diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgChat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgChat.md index d80c6d474aed..fd616b542505 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgChat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgChat diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeam.md index 45f9d6c94093..9a3f8f508bb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mggroupteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgGroupTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md index 87ff7872a635..5ff98eb65544 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mggroupteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgGroupTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeam.md index 659732bd84e6..faf9bb9d9e65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgTeam diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md index 031195bdcc0d..2f724ef87fe2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md index dc2335abbabe..4c0fc2909a9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md @@ -17,29 +17,28 @@ This allows you to maintain and synchronize a local store of events in the speci ### Delta2 (Default) ``` -Get-MgUserCalendarEventDelta -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserCalendarEventDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### Delta3 ``` -Get-MgUserCalendarEventDelta -UserId -CalendarId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserCalendarEventDelta -UserId -CalendarId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgUserCalendarEventDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserCalendarEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgUserCalendarEventDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserCalendarEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -52,6 +51,21 @@ This allows you to maintain and synchronize a local store of events in the speci ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CalendarId key: id of calendar @@ -72,7 +86,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -82,6 +96,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -113,6 +143,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md index 8798e33546de..037f3e304605 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserChatMessageDelta -ChatId -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserChatMessageDelta -ChatId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserChatMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserChatMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -52,7 +67,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -62,6 +77,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -93,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md index 4ec00d5bd021..ff133b9e0d36 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgUserChatMessageReplyDelta -ChatId -ChatMessageId -UserId [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserChatMessageReplyDelta -ChatId -ChatMessageId -UserId [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserChatMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserChatMessageReplyDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,6 +33,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -68,7 +83,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -78,6 +93,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -109,6 +140,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md index 0c6fd8b66469..5e92444cf382 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's contacts w ### Delta1 (Default) ``` -Get-MgUserContactDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserContactDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserContactDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserContactDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -36,12 +36,27 @@ This allows you to maintain and synchronize a local store of a user's contacts w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -51,6 +66,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -82,6 +113,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md index 70c56861e34e..954b80e76f67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md @@ -17,14 +17,14 @@ This allows you to maintain and synchronize a local store of a user's contacts w ### Delta1 (Default) ``` Get-MgUserContactFolderChildFolderContactDelta -ContactFolderId -ContactFolderId1 - -UserId [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] + -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserContactFolderChildFolderContactDelta -InputObject [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserContactFolderChildFolderContactDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,6 +37,21 @@ This allows you to maintain and synchronize a local store of a user's contacts w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ContactFolderId key: id of contactFolder @@ -72,7 +87,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -82,6 +97,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -113,6 +144,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md index 36bfc8c5f14c..076f87227ba6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's contact ### Delta1 (Default) ``` -Get-MgUserContactFolderChildFolderDelta -ContactFolderId -UserId [-Count] [-Filter ] +Get-MgUserContactFolderChildFolderDelta -ContactFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserContactFolderChildFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserContactFolderChildFolderDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,6 +37,21 @@ This allows you to maintain and synchronize \na local store of a user's contact ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ContactFolderId key: id of contactFolder @@ -57,7 +72,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -67,6 +82,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +129,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md index 61ecc3885023..52445f24f41b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's contacts w ### Delta1 (Default) ``` -Get-MgUserContactFolderContactDelta -ContactFolderId -UserId [-Count] [-Filter ] +Get-MgUserContactFolderContactDelta -ContactFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserContactFolderContactDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserContactFolderContactDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,6 +37,21 @@ This allows you to maintain and synchronize a local store of a user's contacts w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ContactFolderId key: id of contactFolder @@ -57,7 +72,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -67,6 +82,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +129,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md index 6105ebe3f4af..0528a5eed1c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's contact ### Delta1 (Default) ``` -Get-MgUserContactFolderDelta -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserContactFolderDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserContactFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserContactFolderDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -46,12 +46,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -61,6 +76,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -92,6 +123,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index 84cf6b839e40..069d76bc88f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgUserDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgUserDelta [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md index 09e4a5078cfc..fac16b4c1012 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md @@ -14,30 +14,28 @@ Invoke function delta ### Delta2 (Default) ``` -Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId [-Count] [-Filter ] +Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Delta3 ``` -Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId -Token [-Count] +Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgUserDriveItemDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgUserDriveItemDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -47,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -62,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -123,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md index 38fc308f4916..48531d9f9390 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md @@ -14,29 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserDriveRootDelta -DriveId -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserDriveRootDelta -DriveId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgUserDriveRootDelta -DriveId -UserId -Token [-Count] [-Filter ] +Get-MgUserDriveRootDelta -DriveId -UserId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserDriveRootDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgUserDriveRootDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -46,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -61,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -107,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md index f7bef6a967ff..6dfc56e1110a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md @@ -17,14 +17,15 @@ This allows you to maintain and synchronize a local store of events in the speci ### Delta (Default) ``` -Get-MgUserEventDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserEventDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserEventDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -37,12 +38,27 @@ This allows you to maintain and synchronize a local store of events in the speci ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -52,6 +68,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -83,6 +115,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md index 2583431e6503..0ec6e43e671e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md @@ -17,16 +17,15 @@ This allows you to maintain and synchronize a local store of events in the speci ### Delta (Default) ``` -Get-MgUserEventInstanceDelta -EventId -UserId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserEventInstanceDelta -EventId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserEventInstanceDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserEventInstanceDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -39,12 +38,27 @@ This allows you to maintain and synchronize a local store of events in the speci ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -54,6 +68,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EventId key: id of event @@ -100,6 +130,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md index 58004350bca5..f81c821e4df6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ### Delta (Default) ``` -Get-MgUserMailFolderChildFolderDelta -MailFolderId -UserId [-Count] [-Filter ] +Get-MgUserMailFolderChildFolderDelta -MailFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserMailFolderChildFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserMailFolderChildFolderDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,12 +37,27 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -52,6 +67,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md index 93578a587a26..0883874224b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md @@ -17,14 +17,14 @@ This allows you to maintain and synchronize a local store of a user's messages w ### Delta (Default) ``` Get-MgUserMailFolderChildFolderMessageDelta -MailFolderId -MailFolderId1 -UserId - [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] - [-Top ] [] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserMailFolderChildFolderMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserMailFolderChildFolderMessageDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,12 +37,27 @@ This allows you to maintain and synchronize a local store of a user's messages w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -52,6 +67,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -113,6 +144,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md index e03f56ee6d14..c1bc1b1fef5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ### Delta (Default) ``` -Get-MgUserMailFolderDelta -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserMailFolderDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserMailFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserMailFolderDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -36,12 +36,27 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -51,6 +66,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -82,6 +113,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md index 56f19224cfd6..73926f0de3ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's messages w ### Delta (Default) ``` -Get-MgUserMailFolderMessageDelta -MailFolderId -UserId [-Count] [-Filter ] +Get-MgUserMailFolderMessageDelta -MailFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserMailFolderMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserMailFolderMessageDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -47,12 +47,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -62,6 +77,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -108,6 +139,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md index 070178f4f015..150b96e5e88b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's messages w ### Delta (Default) ``` -Get-MgUserMessageDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserMessageDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -36,12 +36,27 @@ This allows you to maintain and synchronize a local store of a user's messages w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -51,6 +66,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -82,6 +113,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md index 91ae1330b9cb..645a963752a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserTodoListDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserTodoListDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserTodoListDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserTodoListDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -47,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -78,6 +109,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md index 7ec8eef23bcc..e4aee267a376 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md @@ -14,16 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserTodoListTaskDelta -TodoTaskListId -UserId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserTodoListTaskDelta -TodoTaskListId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserTodoListTaskDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserTodoListTaskDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -33,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -48,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -79,6 +109,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md index cfcaff2279b5..d3c0fe840f89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mguserlicensedetail schema: 2.0.0 -ms.prod: users --- # Get-MgUserLicenseDetail diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManager.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManager.md index a6e8e81d53b6..ff31b808cdb7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManager.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManager.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mgusermanager schema: 2.0.0 -ms.prod: users --- # Get-MgUserManager diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManagerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManagerByRef.md index d928bfc32fe6..bbc0302a0cea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManagerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserManagerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mgusermanagerbyref schema: 2.0.0 -ms.prod: users --- # Get-MgUserManagerByRef diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserMemberOf.md index 034551768a26..08bf93bb47ec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUserMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mgusermemberof schema: 2.0.0 -ms.prod: users --- # Get-MgUserMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplication.md index 99a730150608..996d160e2941 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplication schema: 2.0.0 -ms.prod: applications --- # Get-MgApplication diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationDelta.md index 6459f1cfed59..45b551640ae4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgApplicationDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgApplicationDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md index 0b84fa15525b..9f75874d932f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationextensionproperty schema: 2.0.0 -ms.prod: extensions --- # Get-MgApplicationExtensionProperty diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md index 031b32207c79..8cee44038ed7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationfederatedidentitycredential schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationFederatedIdentityCredential diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwner.md index 21413da2e2aa..1956d6e0d7b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationowner schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationOwner diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md index bf7938b8bf46..04f5731c594b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationownerbyref schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationOwnerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md index bdf2bebb3e57..1d9a53c7fb3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtemplate schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTemplate diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md index 021b4dfb7244..3977c4829372 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenIssuancePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md index dd316b5d3428..a8108647d1ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenIssuancePolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md index 1dbda52f7bb2..26cedf17be5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenLifetimePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md index fec211c504f7..8f41f0330bc1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgApplicationTokenLifetimePolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md index eb10ec9a4f9c..5fcaffe47b98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mggroupapproleassignment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipal.md index d9a843795f5c..da87c74df87d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md index 17aab0aa6992..0584f963083e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignedto schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalAppRoleAssignedTo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md index dfa00ef49f6f..eab4028b8d41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignment schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md index 2cf804ec6f8f..0e836184eb25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalClaimMappingPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md index 77661d6432f4..2219c56aef55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalClaimMappingPolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md index 28f510c38d16..feb2f5bcf776 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaldelegatedpermissionclassification schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalDelegatedPermissionClassification diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md index fa354b40c115..7be7515ecf56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgServicePrincipalDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgServicePrincipalDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md index 335e6db9d97e..9b73090ac073 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicy schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalHomeRealmDiscoveryPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index 837f5c9c9d09..145ec0e9528b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicybyref schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md index 6a76703e28c7..eba28c0d6c97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberof schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md index e325864abab4..3823f3b46b64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaloauth2permissiongrant schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md index 920ed6726731..b77af3c46faa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalowner schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalOwner diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md index 19043a4bf99c..95de27a81552 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerbyref schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalOwnerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md index 7409106592f5..9c4bc58220af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberof schema: 2.0.0 -ms.prod: applications --- # Get-MgServicePrincipalTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md index 1331c008532c..7904d4d296b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mguserapproleassignment schema: 2.0.0 -ms.prod: users --- # Get-MgUserAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplication.md index 2c321d373719..f48e3bfe3371 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplication schema: 2.0.0 -ms.prod: applications --- # New-MgApplication diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md index 74b10f2b3f9d..ca4ea7cdc46d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationextensionproperty schema: 2.0.0 -ms.prod: extensions --- # New-MgApplicationExtensionProperty diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md index ea0d3abb3d33..32d3183dc15e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationfederatedidentitycredential schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationFederatedIdentityCredential diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md index 735a8721e447..1037a0e06597 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationownerbyref schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationOwnerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md index e275031bb700..777236683959 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationtokenissuancepolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationTokenIssuancePolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md index 64705df05cf4..542dd8a7542e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationtokenlifetimepolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgApplicationTokenLifetimePolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md index 1a0f290788e4..4c056724c6b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mggroupapproleassignment schema: 2.0.0 -ms.prod: groups --- # New-MgGroupAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipal.md index 745585ca0725..123449bb9ea3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md index 9de015a99540..1c5d41ff97eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalapproleassignedto schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalAppRoleAssignedTo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md index d05e3ed2425f..e81121752681 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalapproleassignment schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md index bca715b7b0f8..b2a2693b56cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalclaimmappingpolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalClaimMappingPolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md index c88ff53ff1a4..ed2abbb24b2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipaldelegatedpermissionclassification schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalDelegatedPermissionClassification diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index fbeebd3bf3fb..e12eb03623a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalhomerealmdiscoverypolicybyref schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md index 7c83a163d4d2..b64fb5d5f9f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgserviceprincipalownerbyref schema: 2.0.0 -ms.prod: applications --- # New-MgServicePrincipalOwnerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md index cd83caf5200a..9c362a81bef5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mguserapproleassignment schema: 2.0.0 -ms.prod: users --- # New-MgUserAppRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgApplication.md index ce810b91d085..cec0251d297a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/remove-mgapplication schema: 2.0.0 -ms.prod: applications --- # Remove-MgApplication diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md index c48d6a39cc9c..8e4375597827 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/remove-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # Remove-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgApplication.md index e7d7ba1afe72..7c86d05f2bea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgApplication.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgapplication schema: 2.0.0 -ms.prod: applications --- # Update-MgApplication diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgServicePrincipal.md index b589b305e6bb..0af1e39b7084 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml Module Name: Microsoft.Graph.Applications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgserviceprincipal schema: 2.0.0 -ms.prod: applications --- # Update-MgServicePrincipal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md index 8efc9ec6c7de..59bd4ae21c0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupcalendarpermission schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupCalendarPermission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md index db0cf994442a..a2906cdbb5c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupcalendarview schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupCalendarView diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEvent.md index 388463102b78..7b8ddf8d42b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupevent schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupEvent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md index 5e8635d9010a..0d360813ea45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupeventattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupEventAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md index 337376640ebf..46ed4a15b6e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupeventextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgGroupEventExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md index f562cc16deaa..ae3fd1a76df4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupeventinstance schema: 2.0.0 -ms.prod: outlook --- # Get-MgGroupEventInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendar.md index 86cdf5200451..4f5f2ff159c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendar schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendar diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md index 7603fefbfede..5832c7717850 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendarevent schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarEvent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md index a196f909e542..d1821e5eefcd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendargroup schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md index a5614193507b..bff737109cbf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendargroupcalendar schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarGroupCalendar diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md index 5499688ba194..e2852f6ce0d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendarpermission schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarPermission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md index 281b4bf859f0..b4ecb2da4fc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusercalendarview schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserCalendarView diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md index 16b101cd603d..76384bd59c4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mguserdefaultcalendar schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserDefaultCalendar diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEvent.md index c7f168cfc06c..ccb7fe2220b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mguserevent schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserEvent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md index 6e1b3418e228..bdff6b8bc784 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusereventattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserEventAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md index 272ea2b11a8e..048ed6b05adf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusereventextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserEventExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md index 4f2b7954ec34..b7fcceac3f52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mgusereventinstance schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserEventInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md index 3ca446bcce93..6f2bafb49ffe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupcalendarpermission schema: 2.0.0 -ms.prod: outlook --- # New-MgGroupCalendarPermission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEvent.md index 58c1c32b6cf6..d78f5cc9573e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupevent schema: 2.0.0 -ms.prod: outlook --- # New-MgGroupEvent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md index 5282d8217edb..1f17b343a59c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupeventattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgGroupEventAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md index bd980c4b6915..30d091bdc84a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupeventextension schema: 2.0.0 -ms.prod: extensions --- # New-MgGroupEventExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendar.md index 5156de87c085..cd3dcc7ede77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendar schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendar diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md index bee5b4f0f16a..9ec5b890fc07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendarevent schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarEvent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md index d3a693d08036..74d3c048c64d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendargroup schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md index bb92e7c3dacd..9e3f5bdebe89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendargroupcalendar schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarGroupCalendar diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md index 7b61be8e9983..2fb348dba9c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusercalendarpermission schema: 2.0.0 -ms.prod: outlook --- # New-MgUserCalendarPermission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEvent.md index 969821ad9b27..5885f9e3cc8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEvent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mguserevent schema: 2.0.0 -ms.prod: outlook --- # New-MgUserEvent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md index 99b1f0e42bc3..9ad3c14defdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusereventattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgUserEventAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventExtension.md index 5c204001f136..14520249778a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/New-MgUserEventExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mgusereventextension schema: 2.0.0 -ms.prod: extensions --- # New-MgUserEventExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Remove-MgPlace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Remove-MgPlace.md index 19d7cf9688f7..77d9f60d08c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Remove-MgPlace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Remove-MgPlace.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/remove-mgplace schema: 2.0.0 -ms.prod: calendar --- # Remove-MgPlace diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Update-MgPlace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Update-MgPlace.md index 8151d90e61a5..530dc05fad89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Update-MgPlace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Calendar/Update-MgPlace.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Calendar-help.xml Module Name: Microsoft.Graph.Calendar online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/update-mgplace schema: 2.0.0 -ms.prod: calendar --- # Update-MgPlace diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md index b38dafe1c122..7a39d2f88edb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallparticipant schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgCommunicationCallParticipant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md index 87ab5e6cb682..6ee3b2756474 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsession schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgCommunicationCallRecordSession diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md index 321566a037a7..829a24fbe4dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgCommunicationOnlineMeeting diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md index 748443ecdca6..6b0873d35861 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgUserOnlineMeeting diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md index 0972b40876e4..4b7e7ed1831f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/get-mguserpresence schema: 2.0.0 -ms.prod: cloud-communications --- # Get-MgUserPresence diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md index 014fbb046fc3..14f79521d98d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcall schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationCall diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md index 41882d468258..c87660ca3659 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallparticipant schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationCallParticipant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md index 91f5215851e9..16bbef46937a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallrecordsession schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationCallRecordSession diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md index 58c7a13cb7c8..e037b5341315 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgCommunicationOnlineMeeting diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md index e64dc270b90b..66e47643ec6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeeting schema: 2.0.0 -ms.prod: cloud-communications --- # New-MgUserOnlineMeeting diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md index ef4ff92e77c1..e201f1f8a94e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/remove-mguserpresence schema: 2.0.0 -ms.prod: cloud-communications --- # Remove-MgUserPresence diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md index cbd130a94f91..d244e4c58fe4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.CloudCommunications-help.xml Module Name: Microsoft.Graph.CloudCommunications online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/update-mguserpresence schema: 2.0.0 -ms.prod: cloud-communications --- # Update-MgUserPresence diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Actions/Microsoft.Graph.DeviceManagement.Actions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Actions/Microsoft.Graph.DeviceManagement.Actions.md index 917f24a8b0c8..ec327c66f6d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Actions/Microsoft.Graph.DeviceManagement.Actions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Actions/Microsoft.Graph.DeviceManagement.Actions.md @@ -17,6 +17,12 @@ Invoke action addApps ### [Add-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile](Add-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile.md) Invoke action addLanguageFiles +### [Add-MgDeviceManagementVirtualEndpointProvisioningPolicy](Add-MgDeviceManagementVirtualEndpointProvisioningPolicy.md) +Invoke action apply + +### [Add-MgDeviceManagementVirtualEndpointProvisioningPolicyConfig](Add-MgDeviceManagementVirtualEndpointProvisioningPolicyConfig.md) +Invoke action applyConfig + ### [Approve-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp](Approve-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md) Invoke action approveApps @@ -217,6 +223,15 @@ Invoke action getDeviceManagementIntentSettingsReport ### [Get-MgDeviceManagementReportDeviceNonComplianceReport](Get-MgDeviceManagementReportDeviceNonComplianceReport.md) Invoke action getDeviceNonComplianceReport +### [Get-MgDeviceManagementReportDevicePolicyComplianceReport](Get-MgDeviceManagementReportDevicePolicyComplianceReport.md) +Invoke action getDevicePoliciesComplianceReport + +### [Get-MgDeviceManagementReportDevicePolicySettingComplianceReport](Get-MgDeviceManagementReportDevicePolicySettingComplianceReport.md) +Invoke action getDevicePolicySettingsComplianceReport + +### [Get-MgDeviceManagementReportDeviceStatusBySettingReport](Get-MgDeviceManagementReportDeviceStatusBySettingReport.md) +Invoke action getDevicesStatusBySettingReport + ### [Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport](Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport.md) Invoke action getDevicesWithoutCompliancePolicyReport @@ -528,12 +543,18 @@ Rotate BitLockerKeys ### [Invoke-MgRotateDeviceManagementComanagedDeviceFileVaultKey](Invoke-MgRotateDeviceManagementComanagedDeviceFileVaultKey.md) Invoke action rotateFileVaultKey +### [Invoke-MgRotateDeviceManagementComanagedDeviceLocalAdminPassword](Invoke-MgRotateDeviceManagementComanagedDeviceLocalAdminPassword.md) +Initiates a manual rotation for the local admin password on the device + ### [Invoke-MgRotateDeviceManagementManagedDeviceBitLockerKey](Invoke-MgRotateDeviceManagementManagedDeviceBitLockerKey.md) Rotate BitLockerKeys ### [Invoke-MgRotateDeviceManagementManagedDeviceFileVaultKey](Invoke-MgRotateDeviceManagementManagedDeviceFileVaultKey.md) Invoke action rotateFileVaultKey +### [Invoke-MgRotateDeviceManagementManagedDeviceLocalAdminPassword](Invoke-MgRotateDeviceManagementManagedDeviceLocalAdminPassword.md) +Initiates a manual rotation for the local admin password on the device + ### [Invoke-MgScanDeviceManagementComanagedDeviceWindowDefender](Invoke-MgScanDeviceManagementComanagedDeviceWindowDefender.md) Invoke action windowsDefenderScan @@ -886,6 +907,9 @@ Trigger action on ConfigurationManager client ### [Start-MgDeviceManagementUserExperienceAnalyticDeviceScopeAction](Start-MgDeviceManagementUserExperienceAnalyticDeviceScopeAction.md) Invoke action triggerDeviceScopeAction +### [Start-MgDeviceManagementVirtualEndpointCloudPc](Start-MgDeviceManagementVirtualEndpointCloudPc.md) +Invoke action start + ### [Start-MgDeviceManagementVirtualEndpointOnPremisConnectionHealthCheck](Start-MgDeviceManagementVirtualEndpointOnPremisConnectionHealthCheck.md) Run health checks on the cloudPcOnPremisesConnection object. This will trigger a new health check for this cloudPcOnPremisesConnection object and change the healthCheckStatus and healthCheckStatusDetails properties when check finished. @@ -896,6 +920,9 @@ Remote help - End ACS session, Pubsub session and delete Remote help session ### [Stop-MgDeviceManagementManagedDeviceRemoteHelpSession](Stop-MgDeviceManagementManagedDeviceRemoteHelpSession.md) Remote help - End ACS session, Pubsub session and delete Remote help session +### [Stop-MgDeviceManagementVirtualEndpointCloudPc](Stop-MgDeviceManagementVirtualEndpointCloudPc.md) +Invoke action stop + ### [Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod](Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod.md) End the grace period for a specific Cloud PC. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md index d43a997929cf..6e08737f249f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md @@ -262,6 +262,9 @@ Represents the set of Microsoft 365 groups and security groups in Azure AD that Returned only on $expand. See an example of getting the assignments relationship. +### [Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser](Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md) +Get assignedUsers from deviceManagement + ### [Get-MgDeviceManagementVirtualEndpointReport](Get-MgDeviceManagementVirtualEndpointReport.md) Cloud PC related reports. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md index 605f1c683f58..e7c8e7fb3ce0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignment schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementDirectoryRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md index aed3ada5d918..9c29765ed8a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md index 0982b94d1aba..e63a9b06f198 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md index e48620b1cb58..6e22b9137b1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md index 4aca2b58901f..439c7ffc0159 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroledefinition schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementDirectoryRoleDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md index 7415c45bd1f1..fde72921fe0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md index e7cce9566288..0f84097eea18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 4448ee49a64f..2b6d0104ce25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagementdirectoryroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md index daa919263f7b..57710d42adcf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignment schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementEntitlementManagementRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md index f45a90bf69d0..70dcc8f2cf39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index 3e340cf825a0..74e472b857aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index 854f4dafdaa3..eac7972fd7a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md index a364c8739d0d..d2c199f622fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroledefinition schema: 2.0.0 -ms.prod: directory-management --- # Get-MgRoleManagementEntitlementManagementRoleDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md index 391936fb287b..93763c8390ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index bb57691aa5de..a810d229c59d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index eeca7fbb0583..a5cfe8c7238b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/get-mgrolemanagemententitlementmanagementroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md index 2f9dbbc295b9..428ff974cf73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignment schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementDirectoryRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md index 2306c5fc2fd1..e3d78d54e643 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md index 1c48e2f952b1..01fc158741c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md index e792c5688a56..7458ae32ce0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md index 88753455e904..5f3c8e77f93d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroledefinition schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementDirectoryRoleDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md index 3f40b962debd..effb1496fef5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md index 12fadba5ab6c..0f6d07d09757 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 7daa30c0b70e..b116e771ec09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagementdirectoryroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md index 554feb124d5c..93bf8c802757 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignment schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementEntitlementManagementRoleAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md index e328e815811c..3c6d18b7f2ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignmentschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index 53f89709bbd1..6bcd85114a4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignmentscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index b41612c18e05..a7297618a033 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleassignmentschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md index 593103263562..c308252176a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroledefinition schema: 2.0.0 -ms.prod: directory-management --- # New-MgRoleManagementEntitlementManagementRoleDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md index d2e6a3aa1166..0571fbfed340 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleeligibilityschedule schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index 91156f1a5164..ff3ec0816a9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleeligibilityscheduleinstance schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index a6c0249c7f86..205856493d42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Enrolment/New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DeviceManagement.Enrolment-help.xml Module Name: Microsoft.Graph.DeviceManagement.Enrolment online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrolment/new-mgrolemanagemententitlementmanagementroleeligibilityschedulerequest schema: 2.0.0 -ms.prod: governance --- # New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md index e008113af918..bec78dd4f17b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md @@ -95,6 +95,9 @@ Invoke function getRemediationSummary ### [Get-MgDeviceManagementEffectivePermission](Get-MgDeviceManagementEffectivePermission.md) Invoke function getEffectivePermissions +### [Get-MgDeviceManagementIntentCustomizedSetting](Get-MgDeviceManagementIntentCustomizedSetting.md) +Invoke function getCustomizedSettings + ### [Get-MgDeviceManagementManagedDeviceCloudPcRemoteActionResult](Get-MgDeviceManagementManagedDeviceCloudPcRemoteActionResult.md) Invoke function getCloudPcRemoteActionResults diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md index d772788360b6..99d02f09d291 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md @@ -672,6 +672,9 @@ Create new navigation property to deviceCompliancePolicyStates for deviceManagem ### [New-MgDeviceManagementComanagedDeviceConfigurationState](New-MgDeviceManagementComanagedDeviceConfigurationState.md) Create new navigation property to deviceConfigurationStates for deviceManagement +### [New-MgDeviceManagementComanagedDeviceHealthScriptState](New-MgDeviceManagementComanagedDeviceHealthScriptState.md) +Create new navigation property to deviceHealthScriptStates for deviceManagement + ### [New-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState](New-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md) Create new navigation property to managedDeviceMobileAppConfigurationStates for deviceManagement @@ -879,6 +882,9 @@ Create new navigation property to deviceConfigurationStates for deviceManagement ### [New-MgDeviceManagementManagedDeviceEncryptionState](New-MgDeviceManagementManagedDeviceEncryptionState.md) Create new navigation property to managedDeviceEncryptionStates for deviceManagement +### [New-MgDeviceManagementManagedDeviceHealthScriptState](New-MgDeviceManagementManagedDeviceHealthScriptState.md) +Create new navigation property to deviceHealthScriptStates for deviceManagement + ### [New-MgDeviceManagementManagedDeviceMobileAppConfigurationState](New-MgDeviceManagementManagedDeviceMobileAppConfigurationState.md) Create new navigation property to managedDeviceMobileAppConfigurationStates for deviceManagement @@ -1152,6 +1158,9 @@ Delete navigation property deviceCompliancePolicyStates for deviceManagement ### [Remove-MgDeviceManagementComanagedDeviceConfigurationState](Remove-MgDeviceManagementComanagedDeviceConfigurationState.md) Delete navigation property deviceConfigurationStates for deviceManagement +### [Remove-MgDeviceManagementComanagedDeviceHealthScriptState](Remove-MgDeviceManagementComanagedDeviceHealthScriptState.md) +Delete navigation property deviceHealthScriptStates for deviceManagement + ### [Remove-MgDeviceManagementComanagedDeviceLogCollectionRequest](Remove-MgDeviceManagementComanagedDeviceLogCollectionRequest.md) Delete navigation property logCollectionRequests for deviceManagement @@ -1398,6 +1407,9 @@ Delete navigation property deviceConfigurationStates for deviceManagement ### [Remove-MgDeviceManagementManagedDeviceEncryptionState](Remove-MgDeviceManagementManagedDeviceEncryptionState.md) Delete navigation property managedDeviceEncryptionStates for deviceManagement +### [Remove-MgDeviceManagementManagedDeviceHealthScriptState](Remove-MgDeviceManagementManagedDeviceHealthScriptState.md) +Delete navigation property deviceHealthScriptStates for deviceManagement + ### [Remove-MgDeviceManagementManagedDeviceLogCollectionRequest](Remove-MgDeviceManagementManagedDeviceLogCollectionRequest.md) Delete navigation property logCollectionRequests for deviceManagement @@ -1695,6 +1707,9 @@ Update the navigation property deviceCompliancePolicyStates in deviceManagement ### [Update-MgDeviceManagementComanagedDeviceConfigurationState](Update-MgDeviceManagementComanagedDeviceConfigurationState.md) Update the navigation property deviceConfigurationStates in deviceManagement +### [Update-MgDeviceManagementComanagedDeviceHealthScriptState](Update-MgDeviceManagementComanagedDeviceHealthScriptState.md) +Update the navigation property deviceHealthScriptStates in deviceManagement + ### [Update-MgDeviceManagementComanagedDeviceLogCollectionRequest](Update-MgDeviceManagementComanagedDeviceLogCollectionRequest.md) Update the navigation property logCollectionRequests in deviceManagement @@ -1941,6 +1956,9 @@ Update the navigation property deviceConfigurationStates in deviceManagement ### [Update-MgDeviceManagementManagedDeviceEncryptionState](Update-MgDeviceManagementManagedDeviceEncryptionState.md) Update the navigation property managedDeviceEncryptionStates in deviceManagement +### [Update-MgDeviceManagementManagedDeviceHealthScriptState](Update-MgDeviceManagementManagedDeviceHealthScriptState.md) +Update the navigation property deviceHealthScriptStates in deviceManagement + ### [Update-MgDeviceManagementManagedDeviceLogCollectionRequest](Update-MgDeviceManagementManagedDeviceLogCollectionRequest.md) Update the navigation property logCollectionRequests in deviceManagement diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md index 12693b591f62..5bce46beffbf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintconnector schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintConnector diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md index bef513b8406d..f8a754e3e188 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinter schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinter diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md index e21a9a1ace60..e7880b873ef8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterconnector schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinterConnector diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md index d8fff8fa52ce..75e3e87e6a0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintershare schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinterShare diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md index f952e4cad708..49fe5741dfc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintertasktrigger schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintPrinterTaskTrigger diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md index 5ed8bf6f585c..b3f4d18db605 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintservice schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintService diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md index c197c2ecaf46..00355db30ca6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintserviceendpoint schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintServiceEndpoint diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md index 8657ddd417e5..3506d2f2c0f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshare schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintShare diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md index 7eb7cf05a347..b858f6b09914 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedgroup schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintShareAllowedGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md index 2280c9794624..d1e06df129b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharealloweduser schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintShareAllowedUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md index c566ae4c59bc..3e6cfc55b6e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinition schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintTaskDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md index cb779724008c..70a008ab5a11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinitiontask schema: 2.0.0 -ms.prod: cloud-printing --- # Get-MgPrintTaskDefinitionTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md index 7667ec0591cf..c5b5d5266095 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintconnector schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintConnector diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md index 4c61d8f102e3..1ebfda766d18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprintertasktrigger schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintPrinterTaskTrigger diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md index 967b1c26c2ac..438ae3004685 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintservice schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintService diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md index 6ea13782b569..74ff7c6eacc1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintserviceendpoint schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintServiceEndpoint diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md index d71a0478a5ff..4acb7b6b3584 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintshare schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintShare diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md index 23faf785364f..17c13b677741 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprinttaskdefinition schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintTaskDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md index f198506cde50..7a19ee4b5493 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.CloudPrint-help.xml Module Name: Microsoft.Graph.Devices.CloudPrint online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/new-mgprinttaskdefinitiontask schema: 2.0.0 -ms.prod: cloud-printing --- # New-MgPrintTaskDefinitionTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md index 5cd444dca5e2..412911aa0932 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md @@ -323,6 +323,9 @@ Create new navigation property to deviceCompliancePolicyStates for users ### [New-MgUserManagedDeviceConfigurationState](New-MgUserManagedDeviceConfigurationState.md) Create new navigation property to deviceConfigurationStates for users +### [New-MgUserManagedDeviceHealthScriptState](New-MgUserManagedDeviceHealthScriptState.md) +Create new navigation property to deviceHealthScriptStates for users + ### [New-MgUserManagedDeviceLogCollectionResponse](New-MgUserManagedDeviceLogCollectionResponse.md) Create new navigation property to logCollectionRequests for users @@ -569,6 +572,9 @@ Delete navigation property deviceCompliancePolicyStates for users ### [Remove-MgUserManagedDeviceConfigurationState](Remove-MgUserManagedDeviceConfigurationState.md) Delete navigation property deviceConfigurationStates for users +### [Remove-MgUserManagedDeviceHealthScriptState](Remove-MgUserManagedDeviceHealthScriptState.md) +Delete navigation property deviceHealthScriptStates for users + ### [Remove-MgUserManagedDeviceLogCollectionResponse](Remove-MgUserManagedDeviceLogCollectionResponse.md) Delete navigation property logCollectionRequests for users @@ -950,6 +956,9 @@ Update the navigation property deviceCompliancePolicyStates in users ### [Update-MgUserManagedDeviceConfigurationState](Update-MgUserManagedDeviceConfigurationState.md) Update the navigation property deviceConfigurationStates in users +### [Update-MgUserManagedDeviceHealthScriptState](Update-MgUserManagedDeviceHealthScriptState.md) +Update the navigation property deviceHealthScriptStates in users + ### [Update-MgUserManagedDeviceLogCollectionResponse](Update-MgUserManagedDeviceLogCollectionResponse.md) Update the navigation property logCollectionRequests in users diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md index 0b7bb842b5f4..86e4ee1507fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementissue schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementIssue diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md index f74480f5de6e..1f4054d14b8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessage schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md index 145369c241d2..2512b4986418 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachment schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessageAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md index 64135344e922..6cc305b2abc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachmentarchive schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessageAttachmentArchive diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md index fec34ce031f9..c78586559bac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachmentcontent schema: 2.0.0 -ms.prod: service-communications --- # Get-MgServiceAnnouncementMessageAttachmentContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md index 774167699857..bd0b8f2f09d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementHealthOverview.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementhealthoverview schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementHealthOverview diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md index 8b6a21ee197b..069442bc92e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementIssue.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementissue schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementIssue diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md index c57238f722c3..72db61197e4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementmessage schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md index 3e8021f1d759..aa8bee40f978 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/New-MgServiceAnnouncementMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/new-mgserviceannouncementmessageattachment schema: 2.0.0 -ms.prod: service-communications --- # New-MgServiceAnnouncementMessageAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md index 39499c8fc733..c6171aa54836 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentArchive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/set-mgserviceannouncementmessageattachmentarchive schema: 2.0.0 -ms.prod: service-communications --- # Set-MgServiceAnnouncementMessageAttachmentArchive diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md index e7b41b21bf12..1a68a4949356 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Devices.ServiceAnnouncement/Set-MgServiceAnnouncementMessageAttachmentContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-help.xml Module Name: Microsoft.Graph.Devices.ServiceAnnouncement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/set-mgserviceannouncementmessageattachmentcontent schema: 2.0.0 -ms.prod: service-communications --- # Set-MgServiceAnnouncementMessageAttachmentContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md index cb624ee068d2..b22436ec01d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryObjectDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryObjectDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md index fff6ef937018..cb5b140e47eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md @@ -28,6 +28,9 @@ Retrieve the properties and relationships of a directoryObject object. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgDirectoryObjectDelta](Get-MgDirectoryObjectDelta.md) +Invoke function delta + ### [Get-MgDirectoryObjectMemberGroup](Get-MgDirectoryObjectMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md index 0341f4bafc7a..30bb3bb2d987 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DirectoryObjects-help.xml Module Name: Microsoft.Graph.DirectoryObjects online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects/remove-mgdirectoryobject schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDirectoryObject diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md index cf6d22495dfd..55b1e24d39d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.DirectoryObjects-help.xml Module Name: Microsoft.Graph.DirectoryObjects online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects/update-mgdirectoryobject schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDirectoryObject diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md index 5a6ee32741e5..377dd790e0f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md @@ -14,29 +14,29 @@ Invoke function delta ### Delta (Default) ``` -Get-MgEducationClassAssignmentCategoryDelta -EducationClassId [-Count] [-Filter ] +Get-MgEducationClassAssignmentCategoryDelta -EducationClassId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgEducationClassAssignmentCategoryDelta -EducationClassId -EducationAssignmentId [-Count] +Get-MgEducationClassAssignmentCategoryDelta -EducationClassId -EducationAssignmentId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationClassAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -83,12 +83,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -98,6 +113,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationAssignmentId key: id of educationAssignment @@ -159,6 +190,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md index 4817e0e94c26..82503f62373f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md @@ -14,16 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgEducationClassAssignmentDelta -EducationClassId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgEducationClassAssignmentDelta -EducationClassId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgEducationClassAssignmentDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgEducationClassAssignmentDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -60,12 +59,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -75,6 +89,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationClassId key: id of educationClass @@ -121,6 +151,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassDelta.md index 2f5401c58c13..26374c156fc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationClassDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgEducationClassDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMember.md index 52e9c98bb55f..7c42410886ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassmember schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md index 08f05ee8e5fc..2e09d7a9561f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassmemberbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassMemberByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassSchool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassSchool.md index 20ea399c14ca..4c67049767d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassSchool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassSchool diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md index 28ddd8dcad21..533edb36d862 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassteacher schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassTeacher diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md index d3b2f62ba484..f52ba6fa817b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationclassteacherbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationClassTeacherByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md index fb6791905f4f..a39db3e833c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignment schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md index a7196d54e8e9..d56a8f75dbc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentcategory schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentCategory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md index fad43f5f1c20..b0137aeac427 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgEducationMeAssignmentCategoryDelta -EducationAssignmentId [-Count] [-Filter ] +Get-MgEducationMeAssignmentCategoryDelta -EducationAssignmentId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgEducationMeAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationMeAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,12 +33,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -48,6 +63,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationAssignmentId key: id of educationAssignment @@ -94,6 +125,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md index bb95a1f125f3..a85ab1e99b4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationMeAssignmentDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgEducationMeAssignmentDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -24,14 +24,30 @@ Invoke function delta ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -54,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md index 0765d8744621..378b2308907f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md index 6584adf7f81e..9f6685dba5ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentrubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md index d42ee1cf5146..b762bcc60910 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmission schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md index 62de2efca664..abd3df2294f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md index a8841eab29b1..2f1ba4a5fdd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md index 42d384e3150d..67a3ae673928 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeClass.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeClass.md index 2281b995a5e3..d9cf2dc0c2bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeClass.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeClass diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeRubric.md index e348f14c8768..06f0a0006def 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmerubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeSchool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeSchool.md index 9ea483184f2f..7ca5b8a342f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeSchool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeSchool diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md index 0f0e9d38911d..5e5e62af6e40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmetaughtclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeTaughtClass diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeUser.md index 304cbe2b3d29..e70ec6d8adf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationMeUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationmeuser schema: 2.0.0 -ms.prod: education --- # Get-MgEducationMeUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchool.md index 8edd09324ae9..9e709fbd682d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchool diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md index ee97e2bc4e01..754b3723c5d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschooladministrativeunit schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolAdministrativeUnit diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md index 82cf3a61e085..656c9d88601a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschoolclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolClass diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md index 0f7fb94e5b80..f4f28b1c7048 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschoolclassbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolClassByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md index 997bc6b10eb4..75ad30528edf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationSchoolDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgEducationSchoolDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md index 4501d5800394..a5c63f54b264 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschooluser schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md index 6b1d4fc3e029..41a4bf03de4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationschooluserbyref schema: 2.0.0 -ms.prod: education --- # Get-MgEducationSchoolUserByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUser.md index dddf3bb3de6f..29f731a55cb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuser schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md index 0beb63ab231f..3b7f4cd28306 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignment schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md index cab3f0e49337..3cbed9c1cc30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentcategory schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentCategory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md index 95e1bb8de73a..7cde53c37162 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgEducationUserAssignmentCategoryDelta -EducationAssignmentId -EducationUserId [-Count] +Get-MgEducationUserAssignmentCategoryDelta -EducationAssignmentId -EducationUserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgEducationUserAssignmentCategoryDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgEducationUserAssignmentCategoryDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,12 +33,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -48,6 +63,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationAssignmentId key: id of educationAssignment @@ -109,6 +140,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md index 940c10877683..11aee2d3cc70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgEducationUserAssignmentDelta -EducationUserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgEducationUserAssignmentDelta -EducationUserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgEducationUserAssignmentDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgEducationUserAssignmentDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -47,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EducationUserId key: id of educationUser @@ -93,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md index e719e6cc6916..8d1fdeec983d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md index 344c86132fb2..47e5b9b5d2d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentrubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md index 59cc86d1b4b3..fe71d6da2909 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmission schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md index 6e96217713ad..f3ddd332accb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md index ee285285930e..180290119ded 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md index 634d47881f80..907bb2541acc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserClass.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserClass.md index 9ad25335b34d..16972f07dc3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserClass.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserClass diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserDelta.md index c454caaa36d4..70a1e4847cee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgEducationUserDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgEducationUserDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserRubric.md index 557982979889..3304c1beb57f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserrubric schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserSchool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserSchool.md index ee9f2e84a19e..644902011cab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserSchool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationuserschool schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserSchool diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md index 47c70da29dd6..fa0cce3001f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/get-mgeducationusertaughtclass schema: 2.0.0 -ms.prod: education --- # Get-MgEducationUserTaughtClass diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClass.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClass.md index 35704f742bd4..d6fd07b74c12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClass.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClass.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclass schema: 2.0.0 -ms.prod: education --- # New-MgEducationClass diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignment.md index 4141dfe0961f..f65809b1040c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignment schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md index a956ed5f5674..19c300717295 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentcategory schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentCategory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md index d8138754086d..6672b4dacc77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md index ea09906f2e90..85e5136bb008 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmission schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md index 9bea3f253f06..82f3adb8f5e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md index bd4e0ccfe561..cdb86f1dab28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md index 1ed06dba4805..ac4a8059e86c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md index 7bb55a3e1eb2..62fae433b791 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassmemberbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassMemberByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md index 554c883b6ca6..197da7da1531 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationclassteacherbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationClassTeacherByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignment.md index fd1babb3ecf2..f52eaf626a0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignment schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md index 1df36927635d..22b21d4ee85d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentcategory schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentCategory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md index 9eb41f2cde37..45900a7d32e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md index ae42d856f3df..0ac46ab49837 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmission schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md index abefc476edb1..fe412636a3a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md index 27a486079335..2cd9f7b0ad6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md index ff23838dc9ee..68e0dfc0d0de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeRubric.md index f4c4987efcb9..a814212b74f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationMeRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationmerubric schema: 2.0.0 -ms.prod: education --- # New-MgEducationMeRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchool.md index cfd1c768c213..399d178badb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchool.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationschool schema: 2.0.0 -ms.prod: education --- # New-MgEducationSchool diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md index daddc0c0ecec..3926121386ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationschoolclassbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationSchoolClassByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md index 18010f607e61..343ee63988ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationschooluserbyref schema: 2.0.0 -ms.prod: education --- # New-MgEducationSchoolUserByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUser.md index b3a56dc81843..717e79f3c2ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuser schema: 2.0.0 -ms.prod: education --- # New-MgEducationUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignment.md index 085a7efa9233..e236093a8187 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignment schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md index 980ae4262129..ecdc76ff0435 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentcategory schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentCategory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md index 9368c31cce9d..9ab7f4ec6bad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md index 4415715cef5c..2079a4ede6b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmission schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md index 4896dfda87ef..c3b86d2c7015 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionoutcome schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmissionOutcome diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md index e395696f06e0..16ea7e227729 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmissionResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md index aff231c896fd..36e6e781aff6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionsubmittedresource schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserAssignmentSubmissionSubmittedResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserRubric.md index 4ab248b30847..bf14e609c0f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/New-MgEducationUserRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/new-mgeducationuserrubric schema: 2.0.0 -ms.prod: education --- # New-MgEducationUserRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md index 4436e84f871a..754a7f165598 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentrubric schema: 2.0.0 -ms.prod: education --- # Remove-MgEducationClassAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md index 93c8e683b4fa..b26fce2b8ec2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentrubric schema: 2.0.0 -ms.prod: education --- # Remove-MgEducationMeAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md index bee000bb3a89..54fb9d492ee8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentrubric schema: 2.0.0 -ms.prod: education --- # Remove-MgEducationUserAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md index 8a90feccb268..a40e7b22ec27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentrubric schema: 2.0.0 -ms.prod: education --- # Update-MgEducationClassAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md index c6d3413affac..4e5c1230faae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentrubric schema: 2.0.0 -ms.prod: education --- # Update-MgEducationMeAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md index 00abc009aaa4..de0d1e0caad9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Education-help.xml Module Name: Microsoft.Graph.Education online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentrubric schema: 2.0.0 -ms.prod: education --- # Update-MgEducationUserAssignmentRubric diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveBundle.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveBundle.md index 562d4381e85f..955c4ee2acb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveBundle.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveBundle.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivebundle schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveBundle diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveFollowing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveFollowing.md index 5b1bc8e353ea..2d3426ed468b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveFollowing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveFollowing.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivefollowing schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveFollowing diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveItemDelta.md index a68c04d1a18b..e4ddadd21ed3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveItemDelta.md @@ -14,27 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgDriveItemDelta -DriveId -DriveItemId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveItemDelta -DriveId -DriveItemId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgDriveItemDelta -DriveId -DriveItemId -Token [-Count] [-Filter ] +Get-MgDriveItemDelta -DriveId -DriveItemId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveItemDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveItemDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -44,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -59,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -120,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListColumn.md index 23684e1397b4..3c7c2c5ca1fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgDriveListColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentType.md index 7b7c75544e97..a6d4867f4ef5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgDriveListContentType diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md index 80fe47030527..8ea6d24de91d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgDriveListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItem.md index ea7f0e0fd5d0..487fab1cf704 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistitem schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveListItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md index f328fe658262..ca967e8fdc21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md @@ -14,26 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgDriveListItemDelta -DriveId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveListItemDelta -DriveId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### Delta1 ``` -Get-MgDriveListItemDelta -DriveId -Token [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveListItemDelta -DriveId -Token [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgDriveListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgDriveListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -43,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -58,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -104,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemField.md index e95afa96599f..7b58f4af0a42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveListItemField diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md index 4da0037ced63..83b1c5a21241 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveListItemVersion diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRoot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRoot.md index 9f38c3846af7..214196b404d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRoot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdriveroot schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgDriveRoot diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRootDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRootDelta.md index 735d7852c562..52c682c91af8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgDriveRootDelta.md @@ -14,26 +14,28 @@ Invoke function delta ### Delta2 (Default) ``` -Get-MgDriveRootDelta -DriveId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -DriveId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### Delta3 ``` -Get-MgDriveRootDelta -DriveId -Token [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -DriveId -Token [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgDriveRootDelta -InputObject [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -43,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -58,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -104,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgGroupDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgGroupDrive.md index a991dc7477ee..d9c6b43ae3ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgGroupDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgGroupDrive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mggroupdrive schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgGroupDrive diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareDriveItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareDriveItem.md index 64a7304c11dc..ced4c178983b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareDriveItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareDriveItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharedriveitem schema: 2.0.0 -ms.prod: files --- # Get-MgShareDriveItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListColumn.md index f3b9442ac133..a2f991cee386 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgShareListColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentType.md index 4f7b9082fc7b..09371c0f632f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgShareListContentType diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md index 636a870f4920..3288d98c5cb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgShareListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItem.md index 1648c924ea2a..24cb3507b7e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistitem schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgShareListItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemDelta.md index ac63b5fa3d5b..fb8f1d9f9d88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemDelta.md @@ -14,27 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgShareListItemDelta -SharedDriveItemId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgShareListItemDelta -SharedDriveItemId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgShareListItemDelta -SharedDriveItemId -Token [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgShareListItemDelta -SharedDriveItemId -Token [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgShareListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgShareListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgShareListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgShareListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -44,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -59,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -90,6 +122,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemField.md index 5ffd762aa905..3adc04d4b0de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgShareListItemField diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemVersion.md index bcd7f1953141..77429101d166 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgShareListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgShareListItemVersion diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgUserDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgUserDrive.md index dfa883de3afe..2377b0c14622 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgUserDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Get-MgUserDrive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Files-help.xml Module Name: Microsoft.Graph.Files online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mguserdrive schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgUserDrive diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Microsoft.Graph.Files.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Microsoft.Graph.Files.md index e11476a66d00..7c0f32710165 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Microsoft.Graph.Files.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Files/Microsoft.Graph.Files.md @@ -1090,6 +1090,9 @@ Associate a [content type][contentType] with a list of hub sites. ### [New-MgDrive](New-MgDrive.md) Add new entity to drives +### [New-MgDriveBundle](New-MgDriveBundle.md) +Create new navigation property to bundles for drives + ### [New-MgDriveItem](New-MgDriveItem.md) Create new navigation property to items for drives @@ -1206,6 +1209,9 @@ Create new navigation property to versions for drives ### [New-MgGroupDrive](New-MgGroupDrive.md) Create new navigation property to drives for groups +### [New-MgGroupDriveBundle](New-MgGroupDriveBundle.md) +Create new navigation property to bundles for groups + ### [New-MgGroupDriveItem](New-MgGroupDriveItem.md) Create new navigation property to items for groups @@ -1317,6 +1323,9 @@ Add new entity to shares ### [New-MgUserDrive](New-MgUserDrive.md) Create new navigation property to drives for users +### [New-MgUserDriveBundle](New-MgUserDriveBundle.md) +Create new navigation property to bundles for users + ### [New-MgUserDriveItem](New-MgUserDriveItem.md) Create new navigation property to items for users diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroup.md index 983b05d9cec0..c119c40454af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroup schema: 2.0.0 -ms.prod: groups --- # Get-MgGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md index 32254901d6be..54596396fb98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSender.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupacceptedsender schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupAcceptedSender diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md index 4d0ae6b88449..a335f953752f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupAcceptedSenderByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupacceptedsenderbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupAcceptedSenderByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md index 79e2e2cccf63..d8c5d001da2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupCalendarEventDelta.md @@ -21,14 +21,15 @@ The following table lists the differences between the **delta** function on even ### Delta (Default) ``` -Get-MgGroupCalendarEventDelta -GroupId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupCalendarEventDelta -GroupId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgGroupCalendarEventDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupCalendarEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +46,27 @@ The following table lists the differences between the **delta** function on even ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -60,6 +76,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -106,6 +138,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversation.md index cbad0950b82e..60fc4bd53dcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversation schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md index 0cbac91046af..0e5a6b02e65e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThread.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthread schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThread diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md index 822c11d18f47..6086c2a1db80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPost.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthreadpost schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThreadPost diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md index efde68de251f..b1b567ffee0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthreadpostattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThreadPostAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md index 94b39ce7bf6f..01f83c8daf3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupConversationThreadPostInReplyToAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupconversationthreadpostinreplytoattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupConversationThreadPostInReplyToAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDelta.md index 2499b71b0472..345cc33a906a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgGroupDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgGroupDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -42,14 +42,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -72,6 +88,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md index 8f9d1b04582b..4c923689cceb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveItemDelta.md @@ -14,28 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId [-Count] [-Filter ] +Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId -Token [-Count] +Get-MgGroupDriveItemDelta -DriveId -DriveItemId -GroupId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgGroupDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgGroupDriveItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -60,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -136,6 +167,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveListItemDelta.md index 1de9fefbb8c9..af4ceb3250f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveListItemDelta.md @@ -14,28 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgGroupDriveListItemDelta -DriveId -GroupId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgGroupDriveListItemDelta -DriveId -GroupId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgGroupDriveListItemDelta -DriveId -GroupId -Token [-Count] [-Filter ] +Get-MgGroupDriveListItemDelta -DriveId -GroupId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgGroupDriveListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgGroupDriveListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -60,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -121,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md index 95b30e2f220a..78b8b2932fda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupDriveRootDelta.md @@ -14,28 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgGroupDriveRootDelta -DriveId -GroupId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgGroupDriveRootDelta -DriveId -GroupId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgGroupDriveRootDelta -DriveId -GroupId -Token [-Count] [-Filter ] +Get-MgGroupDriveRootDelta -DriveId -GroupId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgGroupDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgGroupDriveRootDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -60,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -121,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md index 503b27459142..3bbb755e2c2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupEventDelta.md @@ -21,14 +21,15 @@ The following table lists the differences between the **delta** function on even ### Delta (Default) ``` -Get-MgGroupEventDelta -GroupId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupEventDelta -GroupId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgGroupEventDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +46,27 @@ The following table lists the differences between the **delta** function on even ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -60,6 +76,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -106,6 +138,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md index 8936fa216e84..279379101f22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupLifecyclePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouplifecyclepolicy schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupLifecyclePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMember.md index e28ee79ac05d..7ba1940e1a20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupmember schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md index 1683bb08e3b2..c1a88b8a21a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupmemberbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupMemberByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md index 7529b8314a74..169a95b49eae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupmemberof schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwner.md index d8a5b880e6c0..edd6c86fcae7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupowner schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupOwner diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md index c1e0942dfac2..a2718df62852 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupownerbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupOwnerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md index b866000c61c9..1818223163ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouppermissiongrant schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupPermissionGrant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md index 86e4cd7e13b9..717b9f49ec33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPermissionGrantDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgGroupPermissionGrantDelta -GroupId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupPermissionGrantDelta -GroupId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgGroupPermissionGrantDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgGroupPermissionGrantDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -39,12 +39,27 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -54,6 +69,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -100,6 +131,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPhoto.md index 023421eddf23..7db4cb4ea2a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupPhoto.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupphoto schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupPhoto diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md index e06f22cb93dc..662beb93a6b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSender.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouprejectedsender schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupRejectedSender diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md index 3a4d3c024e75..0a0585dc6051 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupRejectedSenderByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouprejectedsenderbyref schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupRejectedSenderByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteDelta.md index 5d10ecec8770..07232ea3b88f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteDelta.md @@ -14,14 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgGroupSiteDelta -GroupId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupSiteDelta -GroupId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgGroupSiteDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupSiteDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -31,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -46,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -92,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteListItemDelta.md index 31c4e6492980..1757b56ddc58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupSiteListItemDelta.md @@ -14,28 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgGroupSiteListItemDelta -GroupId -ListId -SiteId [-Count] [-Filter ] +Get-MgGroupSiteListItemDelta -GroupId -ListId -SiteId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgGroupSiteListItemDelta -GroupId -ListId -SiteId -Token [-Count] +Get-MgGroupSiteListItemDelta -GroupId -ListId -SiteId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgGroupSiteListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupSiteListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgGroupSiteListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgGroupSiteListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -60,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -121,6 +152,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThread.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThread.md index 9313ed622436..355751bdc284 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThread.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThread.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthread schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThread diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md index 3c60342c2c6e..7d4007989bb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPost.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthreadpost schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThreadPost diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md index 06e2bf8256f9..4bc388b9b675 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthreadpostattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThreadPostAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md index daaa8ffb290e..cc3f734d55a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupThreadPostInReplyToAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggroupthreadpostinreplytoattachment schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupThreadPostInReplyToAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md index a42b08c9c8a8..d72ac7bbacc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouptransitivemember schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupTransitiveMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md index 2740f203093e..fb1c31632180 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Get-MgGroupTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/get-mggrouptransitivememberof schema: 2.0.0 -ms.prod: groups --- # Get-MgGroupTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md index 9a85786d041e..a92c99e620b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/Microsoft.Graph.Groups.md @@ -332,6 +332,9 @@ Supports $expand. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgGroupPermissionGrantDelta](Get-MgGroupPermissionGrantDelta.md) +Invoke function delta + ### [Get-MgGroupPermissionGrantMemberGroup](Get-MgGroupPermissionGrantMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroup.md index b712b8f9cb88..5c0e2d6e6d23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroup schema: 2.0.0 -ms.prod: groups --- # New-MgGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md index 95bcfc9ea78a..c326cbce20dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupAcceptedSenderByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupacceptedsenderbyref schema: 2.0.0 -ms.prod: groups --- # New-MgGroupAcceptedSenderByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversation.md index 9bd4284a5aab..b77e6cc993ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversation schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThread.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThread.md index b75ee4ffcac2..b0709a55cf3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThread.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThread.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversationthread schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversationThread diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md index 372e1191fd89..1d3b158f2869 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversationthreadpostattachment schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversationThreadPostAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md index 621a082831ef..2a6406eca36f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupConversationThreadPostInReplyToAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversationthreadpostinreplytoattachment schema: 2.0.0 -ms.prod: groups --- # New-MgGroupConversationThreadPostInReplyToAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md index c431fdde48a3..cc13b269828e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Groups/New-MgGroupLifecyclePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Groups-help.xml Module Name: Microsoft.Graph.Groups online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggrouplifecyclepolicy schema: 2.0.0 -ms.prod: groups --- # New-MgGroupLifecyclePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgAdministrativeUnitDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgAdministrativeUnitDelta.md index d6c1a76a3396..cc1ee7b7e33e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgAdministrativeUnitDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgAdministrativeUnitDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgAdministrativeUnitDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgAdministrativeUnitDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md index b256a58f9d88..920326d55b1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContact diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md index 867164c8853c..54fadf60061b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgContactDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgContactDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md index c4632819a3c6..481cdb2e1a28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactDirectReport.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontactdirectreport schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactDirectReport diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md index dedf2bebac4d..e828e516826b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactManager.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontactmanager schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactManager diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md index 9d7fb17141fb..ad511636da0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontactmemberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md index 96c18ee609c3..8ad9198087f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContactTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontacttransitivememberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContactTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md index 57140f964048..d753898c3ade 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # Get-MgContract diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md index e8ea93d37bd0..86dcd41828b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgContractDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgContractDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgContractDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md index 9597c3ccb0e7..665d8c747740 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDevice diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md index 3bf48e9b9f14..f5586a739090 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDeviceDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgDeviceDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -24,14 +24,30 @@ Invoke function delta ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -54,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md index 4549d74c73f5..a06f7f80f7a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevicememberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md index bc2fabd2a51e..2ad5d88d3d1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdeviceregisteredowner schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceRegisteredOwner diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md index 8d88ea9b873c..9163da005918 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdeviceregisteredownerbyref schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceRegisteredOwnerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md index 78f3f0e868cb..d85bff5b7480 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceRegisteredUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdeviceregistereduser schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceRegisteredUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md index b8400dee1d63..bf68d1aab773 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDeviceTransitiveMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevicetransitivememberof schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDeviceTransitiveMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md index c3f5f7577758..a0fcafabf724 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnit.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunit schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnit diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md index 7480daa3a585..a9ba94a77700 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitDelta.md @@ -13,8 +13,9 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryAdministrativeUnitDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryAdministrativeUnitDelta [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ## DESCRIPTION @@ -24,14 +25,30 @@ Invoke function delta ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -54,6 +71,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md index 6b656c53ed59..0ca35b76c2fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunitmember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnitMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md index e4779988bc6c..a4837b49975a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunitmemberbyref schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnitMemberByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md index 9d9df713b7e2..b3b5635f8653 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryAdministrativeUnitScopedRoleMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryadministrativeunitscopedrolemember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryAdministrativeUnitScopedRoleMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md index aabf48d5d302..77083ae095b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryDeletedItemDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryDeletedItemDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryDeletedItemDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryFeatureRolloutPolicyApplyToDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryFeatureRolloutPolicyApplyToDelta.md index 66956953f586..537f3af819aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryFeatureRolloutPolicyApplyToDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryFeatureRolloutPolicyApplyToDelta.md @@ -14,16 +14,16 @@ Invoke function delta ### Delta (Default) ``` -Get-MgDirectoryFeatureRolloutPolicyApplyToDelta -FeatureRolloutPolicyId [-Count] [-Filter ] +Get-MgDirectoryFeatureRolloutPolicyApplyToDelta -FeatureRolloutPolicyId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgDirectoryFeatureRolloutPolicyApplyToDelta -InputObject [-Count] +Get-MgDirectoryFeatureRolloutPolicyApplyToDelta -InputObject [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-Count] [] ``` ## DESCRIPTION @@ -40,12 +40,27 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -55,6 +70,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -FeatureRolloutPolicyId The unique identifier of featureRolloutPolicy @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md index 0a753bad63ad..3a066fac312a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md index ef249c0b39ed..3d781f72430a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryRoleDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgDirectoryRoleDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md index fa3396677d35..50c361207a65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrolemember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md index b18159ada52f..5c5ae77b38ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrolememberbyref schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleMemberByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md index 63a047353497..dba699eea0da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleScopedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryrolescopedmember schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleScopedMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md index 9024501a5438..f1b01613d636 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md index 14841d6a181a..4073b89ec01c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectoryRoleTemplateDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectoryRoleTemplateDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectoryRoleTemplateDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -31,8 +31,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +46,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectorySettingTemplateDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectorySettingTemplateDelta.md index 3bdc2f487a7e..53b2d1c897aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectorySettingTemplateDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDirectorySettingTemplateDelta.md @@ -13,8 +13,9 @@ Invoke function delta ## SYNTAX ``` -Get-MgDirectorySettingTemplateDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgDirectorySettingTemplateDelta [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ## DESCRIPTION @@ -31,8 +32,8 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter @@ -46,6 +47,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: (All) +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -61,6 +78,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md index c5dfc0057553..255be72e8668 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomain diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md index efa5ed2bccdb..d67ffc75c350 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainFederationConfiguration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainfederationconfiguration schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgDomainFederationConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md index 080b9a66d2a0..9ce7a1b9b027 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainNameReference.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainnamereference schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomainNameReference diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md index da20f1288e56..944000d13625 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainServiceConfigurationRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainserviceconfigurationrecord schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomainServiceConfigurationRecord diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md index 19c743316340..03da38638b1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgDomainVerificationDnsRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainverificationdnsrecord schema: 2.0.0 -ms.prod: directory-management --- # Get-MgDomainVerificationDnsRecord diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md index 2062aafbdba2..69c0814a5619 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # Get-MgOrganization diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md index 4a3a601fff69..08d72eec6106 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBranding.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbranding schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBranding diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md index ad19872e0b8b..3f88be6f6b22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandingbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingBackgroundImage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md index 3336c06b8b5d..a43e92473e1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandingbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingBannerLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md index d3698b92a02f..ac5e9328e827 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalization schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalization diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md index 42d78b54e2a2..189a0fd9c921 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalizationbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalizationBackgroundImage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md index dbc32919863b..738732d0996c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalizationbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalizationBannerLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md index 4a65fa6c6a2c..0b969c0b6081 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingLocalizationSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalizationsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingLocalizationSquareLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md index 0fc1918f92c5..1281d577e6d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgOrganizationBrandingSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandingsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationBrandingSquareLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md index 87474bdb933d..06425801b5d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Get-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # Get-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md index 8a3df69456c4..31fb213de347 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.md @@ -214,6 +214,9 @@ Retrieve the properties and relationships of contract object. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgContractDelta](Get-MgContractDelta.md) +Invoke function delta + ### [Get-MgContractMemberGroup](Get-MgContractMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -351,6 +354,9 @@ Get deletedItems from directory Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgDirectoryDeletedItemDelta](Get-MgDirectoryDeletedItemDelta.md) +Invoke function delta + ### [Get-MgDirectoryDeletedItemMemberGroup](Get-MgDirectoryDeletedItemMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -376,6 +382,9 @@ Some common uses for this function are to: Nullable. Specifies a list of directoryObjects that feature is enabled for. +### [Get-MgDirectoryFeatureRolloutPolicyApplyToDelta](Get-MgDirectoryFeatureRolloutPolicyApplyToDelta.md) +Invoke function delta + ### [Get-MgDirectoryFeatureRolloutPolicyApplyToUserOwnedObject](Get-MgDirectoryFeatureRolloutPolicyApplyToUserOwnedObject.md) Invoke action getUserOwnedObjects @@ -446,6 +455,9 @@ Retrieve the properties and relationships of a directoryroletemplate object. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgDirectoryRoleTemplateDelta](Get-MgDirectoryRoleTemplateDelta.md) +Invoke function delta + ### [Get-MgDirectoryRoleTemplateMemberGroup](Get-MgDirectoryRoleTemplateMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -470,6 +482,9 @@ This operation allows retrieval of the properties of the **directorySettingTempl Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgDirectorySettingTemplateDelta](Get-MgDirectorySettingTemplateDelta.md) +Invoke function delta + ### [Get-MgDirectorySettingTemplateMemberGroup](Get-MgDirectorySettingTemplateMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -627,6 +642,10 @@ To learn how to customize privacy for people insights in an organization, see Cu Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. Get organization settings returns the properties configured for profile cards for the organization. +### [Get-MgOrganizationSettingPronoun](Get-MgOrganizationSettingPronoun.md) +Get the properties of the pronounsSettings resource for an organization. +For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API. + ### [Get-MgOrganizationUserOwnedObject](Get-MgOrganizationUserOwnedObject.md) Invoke action getUserOwnedObjects @@ -997,6 +1016,9 @@ Delete navigation property peopleInsights for organization ### [Remove-MgOrganizationSettingProfileCardProperty](Remove-MgOrganizationSettingProfileCardProperty.md) Delete navigation property profileCardProperties for organization +### [Remove-MgOrganizationSettingPronoun](Remove-MgOrganizationSettingPronoun.md) +Delete navigation property pronouns for organization + ### [Remove-MgSubscribedSku](Remove-MgSubscribedSku.md) Delete entity from subscribedSkus @@ -1345,6 +1367,10 @@ To learn more about customizing insights privacy for your organization, see:\n- ### [Update-MgOrganizationSettingProfileCardProperty](Update-MgOrganizationSettingProfileCardProperty.md) Update the navigation property profileCardProperties in organization +### [Update-MgOrganizationSettingPronoun](Update-MgOrganizationSettingPronoun.md) +Update the properties of a pronounsSettings in an organization. +For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API. + ### [Update-MgSubscribedSku](Update-MgSubscribedSku.md) Update entity in subscribedSkus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md index 05aa41daa3c1..ca99c6df394d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # New-MgContact diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md index 3d194d19ca75..5d24addd2bc9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # New-MgContract diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md index 858a07f4f3bf..a630b3478e45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # New-MgDevice diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md index 2e0c879d3da8..a695d6fa1e3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDeviceRegisteredOwnerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdeviceregisteredownerbyref schema: 2.0.0 -ms.prod: directory-management --- # New-MgDeviceRegisteredOwnerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md index 64aa8125ecfb..95b34e0b9204 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnit.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryadministrativeunit schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryAdministrativeUnit diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md index f2471a572c62..3d4d5d9c8852 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryadministrativeunitmemberbyref schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryAdministrativeUnitMemberByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md index 1fc7291d84cf..dc4a54f88b36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryAdministrativeUnitScopedRoleMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryadministrativeunitscopedrolemember schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryAdministrativeUnitScopedRoleMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md index 382a5fb2a928..4dfc38aa92f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md index e348996e54f5..e9f97a1abcf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleMemberByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryrolememberbyref schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRoleMemberByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md index 26d8cc15f8fb..27bd383448d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleScopedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryrolescopedmember schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRoleScopedMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md index dc24b8d2a34a..03d827273157 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # New-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md index 0b4182a92364..c30dd6c775ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # New-MgDomain diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md index daee162c4f4d..b16110da6242 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainFederationConfiguration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomainfederationconfiguration schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgDomainFederationConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md index 8dc43c819916..9685d5c0887f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainServiceConfigurationRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomainserviceconfigurationrecord schema: 2.0.0 -ms.prod: directory-management --- # New-MgDomainServiceConfigurationRecord diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md index 1fe31e96812e..92f221a3c85f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgDomainVerificationDnsRecord.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgdomainverificationdnsrecord schema: 2.0.0 -ms.prod: directory-management --- # New-MgDomainVerificationDnsRecord diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md index 2ec1e78f29eb..f421043f536a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # New-MgOrganization diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md index 42e1a5cade50..c99fef193f8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgOrganizationBrandingLocalization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgorganizationbrandinglocalization schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgOrganizationBrandingLocalization diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md index 3c67731aa297..720087e31645 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/New-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # New-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md index ed70b75d186c..774815a56d15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgContact diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md index 8f70870e30cb..982430bce53a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgContract diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md index 61d935322d68..0be13f127bde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDevice diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md index 20d2af0f7f14..202201055e34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md index c9fbac6263df..e3ee37240118 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md index 815d260b7d55..16905fd00999 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgDomain diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md index ae074257172d..1ff821eacbf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgOrganization diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md index b460ea3e6656..acb6080071c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgOrganizationBranding.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgorganizationbranding schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgOrganizationBranding diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md index a6f8f40e5986..acdcbc913d67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Remove-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # Remove-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md index 9742ba775f48..180f1659bc02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandingbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingBackgroundImage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md index 08b5af84b148..be613b0c2d6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandingbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingBannerLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md index 6674dd14a2d1..115be1feacc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBackgroundImage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandinglocalizationbackgroundimage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingLocalizationBackgroundImage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md index 17a3fa1b3fce..2023d4172981 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationBannerLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandinglocalizationbannerlogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingLocalizationBannerLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md index fbedc45dc045..1af3d848ecea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingLocalizationSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandinglocalizationsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingLocalizationSquareLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md index 86a6e4ecafd0..7133583badb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Set-MgOrganizationBrandingSquareLogo.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandingsquarelogo schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgOrganizationBrandingSquareLogo diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md index a9278ff6db2c..97c08866798e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgcontact schema: 2.0.0 -ms.prod: directory-management --- # Update-MgContact diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md index 86d9bd4618ef..f6a784bc7e95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgContract.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgcontract schema: 2.0.0 -ms.prod: directory-management --- # Update-MgContract diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md index c91679f432ef..71f4ae9e710f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDevice.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdevice schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDevice diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md index bcc06a486800..bc3e20f81d99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRole.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdirectoryrole schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDirectoryRole diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md index 6d68773653b8..149fdffc5bf7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDirectoryRoleTemplate.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdirectoryroletemplate schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDirectoryRoleTemplate diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md index 168397ca7590..d6f85b687b53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgDomain.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdomain schema: 2.0.0 -ms.prod: directory-management --- # Update-MgDomain diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md index c534257df588..cc75c8aa87ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgorganization schema: 2.0.0 -ms.prod: directory-management --- # Update-MgOrganization diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md index 641d9973c6d7..c3322cf48b54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgOrganizationBranding.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgorganizationbranding schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgOrganizationBranding diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md index 14d8cf337088..231ba0d411cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Update-MgSubscribedSku.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.DirectoryManagement-help.xml Module Name: Microsoft.Graph.Identity.DirectoryManagement online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgsubscribedsku schema: 2.0.0 -ms.prod: directory-management --- # Update-MgSubscribedSku diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md index 7c33c1856777..e20663ee64c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementAcceptance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgagreementacceptance schema: 2.0.0 -ms.prod: governance --- # Get-MgAgreementAcceptance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md index 0c24c60ade0a..b73580ea295b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgagreementfile schema: 2.0.0 -ms.prod: governance --- # Get-MgAgreementFile diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md index a9f414f834c0..90cf277563e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackage schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md index 338084d17ace..74752f01c229 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatibleaccesspackage schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md index efc0843dc8df..13e4a6cc1181 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatibleaccesspackagebyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md index 43ea6a353efa..f0f438097db9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatiblegroup schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md index 0be4f87a9887..9b3f89c5e17e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatiblegroupbyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md index 4a16a524614f..b39f3247b98e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementAccessPackageIncompatibleWith.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementaccesspackageincompatiblewith schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementAccessPackageIncompatibleWith diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md index b7b3e3aac01e..1503706915c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganization.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganization schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganization diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md index c857bbfa037d..a3575489f673 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsor.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationexternalsponsor schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationExternalSponsor diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md index 4ad63bc8fe55..17e76a9f6346 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationexternalsponsorbyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md index 3ebe963024f2..adb631ebaab4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md @@ -14,16 +14,16 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta -ConnectedOrganizationId [-Count] +Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta -ConnectedOrganizationId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta -InputObject - [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] - [-Top ] [] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-Count] [] ``` ## DESCRIPTION @@ -40,6 +40,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ConnectedOrganizationId The unique identifier of connectedOrganization @@ -60,7 +75,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -70,6 +85,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md index dacdf0582dfe..92aafc482ff8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsor.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationinternalsponsor schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationInternalSponsor diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md index 731fe8f07bc9..a2fb4d6df36a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementconnectedorganizationinternalsponsorbyref schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md index 8df8bf96ada0..39073fbf9dd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md @@ -14,16 +14,16 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta -ConnectedOrganizationId [-Count] +Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta -ConnectedOrganizationId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta -InputObject - [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] - [-Top ] [] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-Count] [] ``` ## DESCRIPTION @@ -40,6 +40,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ConnectedOrganizationId The unique identifier of connectedOrganization @@ -60,7 +75,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -70,6 +85,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md index 3338b79bff86..3a383436db49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSetting.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgentitlementmanagementsetting schema: 2.0.0 -ms.prod: governance --- # Get-MgEntitlementManagementSetting diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md index 4c131ecbfabe..a8717ba8034a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinition schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md index 9b8be0c2bc8f..226c8e888e03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstance schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md index 42b4230fb99d..b13ee808b7e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancecontactedreviewer schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index 41946f548993..7fa950a199d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancedecision schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md index 056297d149ee..4f17fa1e186b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancestage schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index d6aa6a1e9a95..346f7d299f27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewdefinitioninstancestagedecision schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md index 0c0f2fb716be..7668031f7e23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewhistorydefinition schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewHistoryDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md index df6e66826974..72c2ccc0db97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceaccessreviewhistorydefinitioninstance schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md index f8d7339c1ad2..b360aa35394f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceappconsentrequest schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAppConsentRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md index 37fae87636c6..106933d3fc37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernanceappconsentrequestuserconsentrequest schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md index 739dd643bd2d..5ea8c2281b71 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreement.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernancetermofuseagreement schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceTermOfUseAgreement diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md index 75d31da07a84..d6148eb4ca72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceTermOfUseAgreementFile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mgidentitygovernancetermofuseagreementfile schema: 2.0.0 -ms.prod: governance --- # Get-MgIdentityGovernanceTermOfUseAgreementFile diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md index 13aeb2662c4e..c076069f30b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Get-MgUserAgreementAcceptance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/get-mguseragreementacceptance schema: 2.0.0 -ms.prod: users --- # Get-MgUserAgreementAcceptance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md index 81ed577d264d..594001903372 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/Microsoft.Graph.Identity.Governance.md @@ -119,6 +119,10 @@ Represents the policy that governs which subjects can request or be assigned an The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. +### [Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting](Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md) +The collection of stages when to execute one or more custom access package workflow extensions. +Supports $expand. + ### [Get-MgEntitlementManagementAccessPackageAssignmentRequest](Get-MgEntitlementManagementAccessPackageAssignmentRequest.md) Represents access package assignment requests created by or on behalf of a user. @@ -128,6 +132,9 @@ Represents the resource-specific role which a subject has been assigned through ### [Get-MgEntitlementManagementAccessPackageCatalog](Get-MgEntitlementManagementAccessPackageCatalog.md) A container of access packages. +### [Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension](Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md) +The attributes of a logic app, which can be called at various stages of an access package request and assignment cycle. + ### [Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource](Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource.md) Retrieve a list of accessPackageResource objects in an accessPackageCatalog. To request to add or remove an accessPackageResource, use create accessPackageResourceRequest. @@ -183,6 +190,9 @@ Some common uses for this function are to: Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. +### [Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta](Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta.md) +Invoke function delta + ### [Get-MgEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject](Get-MgEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject.md) Invoke action getUserOwnedObjects @@ -198,6 +208,9 @@ Some common uses for this function are to: Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. +### [Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta](Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta.md) +Invoke function delta + ### [Get-MgEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject](Get-MgEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject.md) Invoke action getUserOwnedObjects @@ -495,6 +508,24 @@ Get principal from identityGovernance ### [Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule](Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule.md) Get targetSchedule from identityGovernance +### [Get-MgIdentityGovernanceRoleManagementAlert](Get-MgIdentityGovernanceRoleManagementAlert.md) +Get alerts from identityGovernance + +### [Get-MgIdentityGovernanceRoleManagementAlertConfiguration](Get-MgIdentityGovernanceRoleManagementAlertConfiguration.md) +Get alertConfigurations from identityGovernance + +### [Get-MgIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition](Get-MgIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition.md) +Get alertDefinition from identityGovernance + +### [Get-MgIdentityGovernanceRoleManagementAlertDefinition](Get-MgIdentityGovernanceRoleManagementAlertDefinition.md) +Get alertDefinitions from identityGovernance + +### [Get-MgIdentityGovernanceRoleManagementAlertIncident](Get-MgIdentityGovernanceRoleManagementAlertIncident.md) +Get alertIncidents from identityGovernance + +### [Get-MgIdentityGovernanceRoleManagementAlertOperation](Get-MgIdentityGovernanceRoleManagementAlertOperation.md) +Get operations from identityGovernance + ### [Get-MgIdentityGovernanceTermOfUseAgreement](Get-MgIdentityGovernanceTermOfUseAgreement.md) Represents a tenant's customizable terms of use agreement that's created and managed with Azure Active Directory (Azure AD). @@ -857,6 +888,9 @@ If no IDs are specified, the decisions will apply to every **accessReviewInstanc As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every **accessReviewInstanceDecisionItem** for which you are the reviewer. +### [Invoke-MgRemediateIdentityGovernanceRoleManagementAlertIncident](Invoke-MgRemediateIdentityGovernanceRoleManagementAlertIncident.md) +Invoke action remediate + ### [Invoke-MgSelfPrivilegedApprovalRoleInfoActivate](Invoke-MgSelfPrivilegedApprovalRoleInfoActivate.md) Activate the role that is assigned to the requester. @@ -963,6 +997,9 @@ This operation is used to assign a user to an access package, or to remove an ac ### [New-MgEntitlementManagementAccessPackageCatalog](New-MgEntitlementManagementAccessPackageCatalog.md) Create a new accessPackageCatalog object. +### [New-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension](New-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md) +Create new navigation property to accessPackageCustomWorkflowExtensions for identityGovernance + ### [New-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension](New-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md) Create a new customAccessPackageWorkflowExtension object and add it to an existing accessPackageCatalog object. @@ -1089,6 +1126,21 @@ Create new navigation property to eligibilityScheduleInstances for identityGover ### [New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest](New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md) Create new navigation property to eligibilityScheduleRequests for identityGovernance +### [New-MgIdentityGovernanceRoleManagementAlert](New-MgIdentityGovernanceRoleManagementAlert.md) +Create new navigation property to alerts for identityGovernance + +### [New-MgIdentityGovernanceRoleManagementAlertConfiguration](New-MgIdentityGovernanceRoleManagementAlertConfiguration.md) +Create new navigation property to alertConfigurations for identityGovernance + +### [New-MgIdentityGovernanceRoleManagementAlertDefinition](New-MgIdentityGovernanceRoleManagementAlertDefinition.md) +Create new navigation property to alertDefinitions for identityGovernance + +### [New-MgIdentityGovernanceRoleManagementAlertIncident](New-MgIdentityGovernanceRoleManagementAlertIncident.md) +Create new navigation property to alertIncidents for identityGovernance + +### [New-MgIdentityGovernanceRoleManagementAlertOperation](New-MgIdentityGovernanceRoleManagementAlertOperation.md) +Create new navigation property to operations for identityGovernance + ### [New-MgIdentityGovernanceTermOfUseAgreement](New-MgIdentityGovernanceTermOfUseAgreement.md) Create a new agreement object. @@ -1236,6 +1288,9 @@ Delete navigation property accessPackageAssignmentRequests for identityGovernanc ### [Remove-MgEntitlementManagementAccessPackageCatalog](Remove-MgEntitlementManagementAccessPackageCatalog.md) Delete navigation property accessPackageCatalogs for identityGovernance +### [Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension](Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md) +Delete navigation property accessPackageCustomWorkflowExtensions for identityGovernance + ### [Remove-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension](Remove-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md) Delete navigation property customAccessPackageWorkflowExtensions for identityGovernance @@ -1371,6 +1426,21 @@ Delete navigation property eligibilityScheduleInstances for identityGovernance ### [Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest](Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md) Delete navigation property eligibilityScheduleRequests for identityGovernance +### [Remove-MgIdentityGovernanceRoleManagementAlert](Remove-MgIdentityGovernanceRoleManagementAlert.md) +Delete navigation property alerts for identityGovernance + +### [Remove-MgIdentityGovernanceRoleManagementAlertConfiguration](Remove-MgIdentityGovernanceRoleManagementAlertConfiguration.md) +Delete navigation property alertConfigurations for identityGovernance + +### [Remove-MgIdentityGovernanceRoleManagementAlertDefinition](Remove-MgIdentityGovernanceRoleManagementAlertDefinition.md) +Delete navigation property alertDefinitions for identityGovernance + +### [Remove-MgIdentityGovernanceRoleManagementAlertIncident](Remove-MgIdentityGovernanceRoleManagementAlertIncident.md) +Delete navigation property alertIncidents for identityGovernance + +### [Remove-MgIdentityGovernanceRoleManagementAlertOperation](Remove-MgIdentityGovernanceRoleManagementAlertOperation.md) +Delete navigation property operations for identityGovernance + ### [Remove-MgIdentityGovernanceTermOfUseAgreement](Remove-MgIdentityGovernanceTermOfUseAgreement.md) Delete navigation property agreements for identityGovernance @@ -1533,6 +1603,10 @@ You can only restore a workflow that was deleted within the last 30 days before Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. +### [Resume-MgEntitlementManagementAccessPackageAssignmentRequest](Resume-MgEntitlementManagementAccessPackageAssignmentRequest.md) +In Azure AD entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. +It is performed on an accessPackageAssignmentRequest object whose **requestStatus** is in a \`WaitingForCallback\` state. + ### [Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult](Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md) Resume a task processing result that's `inProgress`. An Azure Logic Apps system-assigned managed identity calls this API. @@ -1717,6 +1791,9 @@ Invoke action reprocess ### [Update-MgEntitlementManagementAccessPackageCatalog](Update-MgEntitlementManagementAccessPackageCatalog.md) Update the navigation property accessPackageCatalogs in identityGovernance +### [Update-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension](Update-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md) +Update the navigation property accessPackageCustomWorkflowExtensions in identityGovernance + ### [Update-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension](Update-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md) Update the navigation property customAccessPackageWorkflowExtensions in identityGovernance @@ -1840,6 +1917,21 @@ Update the navigation property eligibilityScheduleInstances in identityGovernanc ### [Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest](Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md) Update the navigation property eligibilityScheduleRequests in identityGovernance +### [Update-MgIdentityGovernanceRoleManagementAlert](Update-MgIdentityGovernanceRoleManagementAlert.md) +Update the navigation property alerts in identityGovernance + +### [Update-MgIdentityGovernanceRoleManagementAlertConfiguration](Update-MgIdentityGovernanceRoleManagementAlertConfiguration.md) +Update the navigation property alertConfigurations in identityGovernance + +### [Update-MgIdentityGovernanceRoleManagementAlertDefinition](Update-MgIdentityGovernanceRoleManagementAlertDefinition.md) +Update the navigation property alertDefinitions in identityGovernance + +### [Update-MgIdentityGovernanceRoleManagementAlertIncident](Update-MgIdentityGovernanceRoleManagementAlertIncident.md) +Update the navigation property alertIncidents in identityGovernance + +### [Update-MgIdentityGovernanceRoleManagementAlertOperation](Update-MgIdentityGovernanceRoleManagementAlertOperation.md) +Update the navigation property operations in identityGovernance + ### [Update-MgIdentityGovernanceTermOfUseAgreement](Update-MgIdentityGovernanceTermOfUseAgreement.md) Update the navigation property agreements in identityGovernance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md index 0de7679e6760..839c5156490f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgAgreementAcceptance.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgagreementacceptance schema: 2.0.0 -ms.prod: governance --- # New-MgAgreementAcceptance diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md index 14b5612bc112..f27d61c4bd7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementAccessPackage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.Governance-help.xml Module Name: Microsoft.Graph.Identity.Governance online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance/new-mgentitlementmanagementaccesspackage schema: 2.0.0 -ms.prod: governance --- # New-MgEntitlementManagementAccessPackage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md index 6f1c46243823..fa2e3d16aeac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityApiConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityapiconnector schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityApiConnector diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md index 570f47d7a46b..95f6e5fe49f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlow.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflow schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlow diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md index da4ad2f1f026..5a5dd33b5aee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowIdentityProvider.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowidentityprovider schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowIdentityProvider diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md index 86b193c3dc41..4303240b79ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowlanguage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowLanguage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md index 9006cbf89df4..49ddb49639c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowlanguageoverridepage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowLanguageOverridePage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md index c57f9271efa2..21d6bb07e1e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowLanguageOverridePageContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowlanguageoverridepagecontent schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowLanguageOverridePageContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md index 70a02cd14db6..97a3910dc327 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityB2XUserFlowUserAttributeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityb2xuserflowuserattributeassignment schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityB2XUserFlowUserAttributeAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md index 020f28f236e0..36845413e899 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityconditionalaccessauthenticationcontextclassreference schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityConditionalAccessAuthenticationContextClassReference diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md index c5c90cf27e22..362db9e23d34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessNamedLocation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityconditionalaccessnamedlocation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityConditionalAccessNamedLocation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md index 7ad94c4ce8a5..c34237bf0910 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityconditionalaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityConditionalAccessPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md index 7cd21c02d3f7..b6ecd665d33b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityProvider.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityprovider schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityProvider diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md index 344ab50e0590..b52c874c8fd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgIdentityUserFlowAttribute.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgidentityuserflowattribute schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgIdentityUserFlowAttribute diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md index 64ae5e83691b..ce4cc8dcbe4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionBitlockerRecoveryKey.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mginformationprotectionbitlockerrecoverykey schema: 2.0.0 -ms.prod: directory-management --- # Get-MgInformationProtectionBitlockerRecoveryKey diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md index 166ae5150adf..cf7073140ba5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgInformationProtectionThreatAssessmentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mginformationprotectionthreatassessmentrequest schema: 2.0.0 -ms.prod: security --- # Get-MgInformationProtectionThreatAssessmentRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md index fd7ef93bc8c0..31c9d3be325d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md index 6064fa2b4f31..7588456a559a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOauth2PermissionGrantDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgOauth2PermissionGrantDelta [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgOauth2PermissionGrantDelta [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md index 5ddce45c807c..9eb120a34736 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgOrganizationCertificateBasedAuthConfiguration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgorganizationcertificatebasedauthconfiguration schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgOrganizationCertificateBasedAuthConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md index dc7757565f68..db2ac0467df3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyActivityBasedTimeoutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyactivitybasedtimeoutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyActivityBasedTimeoutPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md index b041fae66345..a31f802de589 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAdminConsentRequestPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyadminconsentrequestpolicy schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyAdminConsentRequestPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md index 0ce6331fb9f9..54a6c7705d21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationFlowPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyauthenticationflowpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyAuthenticationFlowPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md index 40124fceb590..9244bf126974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthenticationMethodPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyauthenticationmethodpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyAuthenticationMethodPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md index 29dc60969553..810c21577625 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyAuthorizationPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyauthorizationpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyAuthorizationPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md index 455f1fed1b3e..60bba196302b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyClaimMappingPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyclaimmappingpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyClaimMappingPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md index 1aa16fa61caf..87435719a083 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicycrosstenantaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyCrossTenantAccessPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md index 457e58c0be6d..04aadd2605c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyDefault.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicycrosstenantaccesspolicydefault schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyCrossTenantAccessPolicyDefault diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md index 1866e421a8bd..7acf97fafc47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicycrosstenantaccesspolicypartner schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyCrossTenantAccessPolicyPartner diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md index 16b720e53797..03b36f29780f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyfeaturerolloutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyFeatureRolloutPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md index 255bb85bfbca..42157fbb6de5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgPolicyFeatureRolloutPolicyApplyToDelta -FeatureRolloutPolicyId [-Count] [-Filter ] +Get-MgPolicyFeatureRolloutPolicyApplyToDelta -FeatureRolloutPolicyId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgPolicyFeatureRolloutPolicyApplyToDelta -InputObject [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgPolicyFeatureRolloutPolicyApplyToDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -40,12 +40,27 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -55,6 +70,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -FeatureRolloutPolicyId The unique identifier of featureRolloutPolicy @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md index 6218182adf97..3e1af4c92ee1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyHomeRealmDiscoveryPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyhomerealmdiscoverypolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyHomeRealmDiscoveryPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index f06ac0b562ec..6563e7836ed9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyidentitysecuritydefaultenforcementpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md index 284a5dacd94d..c61c2e60b603 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicypermissiongrantpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyPermissionGrantPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md index 89f8701d30d4..0fc611db590e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyExclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicypermissiongrantpolicyexclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyPermissionGrantPolicyExclude diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md index 230b5dd02e5d..021dcd657c20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyPermissionGrantPolicyInclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicypermissiongrantpolicyinclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyPermissionGrantPolicyInclude diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md index 6ba0276bc10b..8006e337913f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyrolemanagementpolicy schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyRoleManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md index 8050e6de3bd4..7ff36aa406f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyrolemanagementpolicyassignment schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyRoleManagementPolicyAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md index 31ee8bc55684..95f681fe205e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyRoleManagementPolicyRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicyrolemanagementpolicyrule schema: 2.0.0 -ms.prod: governance --- # Get-MgPolicyRoleManagementPolicyRule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md index 39e8c7b7017c..52b9d2fac60b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenIssuancePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicytokenissuancepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyTokenIssuancePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md index 31a98a4ca5ee..1e6e84ba2e4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgPolicyTokenLifetimePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgpolicytokenlifetimepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgPolicyTokenLifetimePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md index 48fa1ab963c2..306bdafae7f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskDetection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md index 457fefe05431..beb8ad59dfcd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyserviceprincipal schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyServicePrincipal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md index fb896b800ff1..a7b785597b24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyServicePrincipalHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyserviceprincipalhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyServicePrincipalHistory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md index b6a37e5bba66..cf68cd80f7a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyuser schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md index 3a64b7f89f28..b1976fffe898 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgRiskyUserHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgriskyuserhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgRiskyUserHistory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md index 534e41a2c739..d185a80d3ec8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgServicePrincipalRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mgserviceprincipalriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgServicePrincipalRiskDetection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md index cfbb943bf29d..ed47f47baa96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationEmailMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationemailmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationEmailMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md index 9d65b6c9c52f..9242e67c5b90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index 2873ae1eafbc..84f688b4cc2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationmicrosoftauthenticatormethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationMicrosoftAuthenticatorMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md index 95e1062b7a92..d9802044e7b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPasswordMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationpasswordmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationPasswordMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md index f8c0072cd6a4..84783252e36a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationPhoneMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationphonemethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationPhoneMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md index 5ecba91816e9..bbd90839baaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationSoftwareOathMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationsoftwareoathmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationSoftwareOathMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md index 0ebb8dbecd11..a8a01e6ba999 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationtemporaryaccesspassmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationTemporaryAccessPassMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md index 703b277430e9..8a2e91eb48f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationWindowHelloForBusinessMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mguserauthenticationwindowhelloforbusinessmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Get-MgUserAuthenticationWindowHelloForBusinessMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md index f2c63d13ccd8..a6ce3d623a1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Microsoft.Graph.Identity.SignIns.md @@ -281,6 +281,9 @@ Some common uses for this function are to: Nullable. Specifies a list of directoryObjects that feature is enabled for. +### [Get-MgPolicyFeatureRolloutPolicyApplyToDelta](Get-MgPolicyFeatureRolloutPolicyApplyToDelta.md) +Invoke function delta + ### [Get-MgPolicyFeatureRolloutPolicyApplyToUserOwnedObject](Get-MgPolicyFeatureRolloutPolicyApplyToUserOwnedObject.md) Invoke action getUserOwnedObjects diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md index fffca599b0cf..e0b86f0969a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityApiConnector.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityapiconnector schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityApiConnector diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md index b91cf91615aa..c8d24cbb08a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlow.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflow schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlow diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md index 63ff1ae65577..45e3fc6da0c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflowlanguage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlowLanguage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md index ac84eebd7e3d..318a7291bec8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowLanguageOverridePage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflowlanguageoverridepage schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlowLanguageOverridePage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md index 0e572a5391d8..104e12d18b8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityB2XUserFlowUserAttributeAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityb2xuserflowuserattributeassignment schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityB2XUserFlowUserAttributeAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md index 8ca8ce495f9b..8bb9c978531b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessAuthenticationContextClassReference.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityconditionalaccessauthenticationcontextclassreference schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityConditionalAccessAuthenticationContextClassReference diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md index d56e217d8d7f..2d9dc9fe321c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessNamedLocation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityconditionalaccessnamedlocation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityConditionalAccessNamedLocation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md index cb98a861348a..f1d712802b88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityconditionalaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityConditionalAccessPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md index a15bf052708d..5eb7a460455b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityProvider.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityprovider schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityProvider diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md index d529b71b3cd0..b567db21ff29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgIdentityUserFlowAttribute.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgidentityuserflowattribute schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgIdentityUserFlowAttribute diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md index 137564aed366..78ab606f7e94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInformationProtectionThreatAssessmentRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mginformationprotectionthreatassessmentrequest schema: 2.0.0 -ms.prod: security --- # New-MgInformationProtectionThreatAssessmentRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md index 55e1f8dd4d24..39e4057ff161 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgInvitation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mginvitation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgInvitation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md index ebf7e0c1ff0a..db40c24424ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md index 9754ae958a96..a8f95d2b09c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyActivityBasedTimeoutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyactivitybasedtimeoutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyActivityBasedTimeoutPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyAuthorizationPolicy.md index 8e1cd0182f30..b9843e6eb4cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyAuthorizationPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyauthorizationpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyAuthorizationPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md index 21f785737146..9abf8f79ebc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyClaimMappingPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyclaimmappingpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyClaimMappingPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md index f5c6ed1d7089..a00b64356553 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyCrossTenantAccessPolicyPartner.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicycrosstenantaccesspolicypartner schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyCrossTenantAccessPolicyPartner diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md index fa916420c65e..a14373e209a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyFeatureRolloutPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyfeaturerolloutpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyFeatureRolloutPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md index a09053fa9b8b..0dd510c2f824 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyHomeRealmDiscoveryPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyhomerealmdiscoverypolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyHomeRealmDiscoveryPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md index c53014e7f711..b68a435f0d72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicypermissiongrantpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyPermissionGrantPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md index e4fcc73b2aec..45ee8736b5bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyExclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicypermissiongrantpolicyexclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyPermissionGrantPolicyExclude diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md index ebe64709a935..72b88acfb8a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyPermissionGrantPolicyInclude.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicypermissiongrantpolicyinclude schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyPermissionGrantPolicyInclude diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md index 93eec3389cb2..4e24f5ac261f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyrolemanagementpolicy schema: 2.0.0 -ms.prod: governance --- # New-MgPolicyRoleManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md index 0e967e7e01c5..a6fa88360804 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyAssignment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyrolemanagementpolicyassignment schema: 2.0.0 -ms.prod: governance --- # New-MgPolicyRoleManagementPolicyAssignment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md index 4893add0ce6e..f10fa81b4790 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyRoleManagementPolicyRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicyrolemanagementpolicyrule schema: 2.0.0 -ms.prod: governance --- # New-MgPolicyRoleManagementPolicyRule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md index 20d38cb334ff..986e654c7ac9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenIssuancePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicytokenissuancepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyTokenIssuancePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md index 24dc0d923075..340d0ef49465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgPolicyTokenLifetimePolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicytokenlifetimepolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgPolicyTokenLifetimePolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md index 31204d005736..74d51f5904ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskDetection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md index 9c87c6ef5ca2..c687aeb14530 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipal.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyserviceprincipal schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyServicePrincipal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md index 841964227cc3..6a1b7d8136c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyServicePrincipalHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyserviceprincipalhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyServicePrincipalHistory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md index 48b8d41bbafc..6b8f106126cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUser.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyuser schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyUser diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md index 9b36cb4a4942..92a958a053f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgRiskyUserHistory.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgriskyuserhistory schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgRiskyUserHistory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md index bc881414e390..ce9653f34378 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgServicePrincipalRiskDetection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgserviceprincipalriskdetection schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgServicePrincipalRiskDetection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md index 356d39737ce0..84d66d1d1137 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationEmailMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mguserauthenticationemailmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgUserAuthenticationEmailMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md index 631723826786..70bd42f240a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationPhoneMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mguserauthenticationphonemethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgUserAuthenticationPhoneMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md index 36f5124b3b3f..df7183dadc83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mguserauthenticationtemporaryaccesspassmethod schema: 2.0.0 -ms.prod: identity-and-sign-in --- # New-MgUserAuthenticationTemporaryAccessPassMethod diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md index d916d7e73885..187bdcb3bb3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgDataPolicyOperation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgdatapolicyoperation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgDataPolicyOperation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md index 667cedb67060..442696fd36b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md index 3486f52c53d4..56b278e1cd15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAdminConsentRequestPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyadminconsentrequestpolicy schema: 2.0.0 -ms.prod: governance --- # Remove-MgPolicyAdminConsentRequestPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md index d6a1c9cb3c70..9460a14ac570 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationFlowPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyauthenticationflowpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyAuthenticationFlowPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md index a838441aea78..05e3af29adca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthenticationMethodPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyauthenticationmethodpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyAuthenticationMethodPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md index b77463943286..4016333f1d04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyAuthorizationPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyauthorizationpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyAuthorizationPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md index f7abeadc899d..fb72881d82a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicycrosstenantaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyCrossTenantAccessPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md index b1996e269c9f..084b51c9295c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyDefault.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicycrosstenantaccesspolicydefault schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyCrossTenantAccessPolicyDefault diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index 597bbe0e7c64..9bbbc82d725b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/remove-mgpolicyidentitysecuritydefaultenforcementpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md index e93b589ab7b0..b0b1c0531587 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Set-MgIdentityB2XUserFlowLanguageOverridePageContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/set-mgidentityb2xuserflowlanguageoverridepagecontent schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Set-MgIdentityB2XUserFlowLanguageOverridePageContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md index 169cad867ddb..51a9cc183de4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgDataPolicyOperation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgdatapolicyoperation schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgDataPolicyOperation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md index 927cc63d0f73..0958a5a7365b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgOauth2PermissionGrant.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgoauth2permissiongrant schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgOauth2PermissionGrant diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md index 2b1fba0766f5..d66ab6034d77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAdminConsentRequestPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyadminconsentrequestpolicy schema: 2.0.0 -ms.prod: governance --- # Update-MgPolicyAdminConsentRequestPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md index 34dc110b49f6..021e74b724c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationFlowPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthenticationflowpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyAuthenticationFlowPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md index 406ff9078c32..fb9e125b4acc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthenticationMethodPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthenticationmethodpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyAuthenticationMethodPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md index 9d57dfef4313..a7627c26a060 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyAuthorizationPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyauthorizationpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyAuthorizationPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md index a3561155c6d4..4c10c8cad098 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicycrosstenantaccesspolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyCrossTenantAccessPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md index 4cd54dd08e68..6c29e4e94695 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyCrossTenantAccessPolicyDefault.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicycrosstenantaccesspolicydefault schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyCrossTenantAccessPolicyDefault diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md index 62374550f063..8aa5f179663d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Identity.SignIns/Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Identity.SignIns-help.xml Module Name: Microsoft.Graph.Identity.SignIns online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/update-mgpolicyidentitysecuritydefaultenforcementpolicy schema: 2.0.0 -ms.prod: identity-and-sign-in --- # Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md index 7f50a8960dd5..a56cbbd1b75a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserInferenceClassificationOverride.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mguserinferenceclassificationoverride schema: 2.0.0 -ms.prod: mail --- # Get-MgUserInferenceClassificationOverride diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolder.md index 112e7ebeade3..581b7017f50c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md index c0ec1cc202e6..c1bec8b243f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderChildFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md index 66ef839f3b40..ed44643c935d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessage schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md index a60c47298a56..11c53ef76ef2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessageattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderMessageAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md index 989db696ff8e..558e7ae9bb9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessageextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserMailFolderMessageExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md index 2b0d7cc99fad..5f7056b8ad3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMailFolderMessageRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermailfoldermessagerule schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMailFolderMessageRule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessage.md index 26f7df6a0940..042e8f7ec0f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessage schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md index c812e456056d..08801e67f496 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessageattachment schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserMessageAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md index 47c13f9edd33..c38648f75810 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/Get-MgUserMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/get-mgusermessageextension schema: 2.0.0 -ms.prod: extensions --- # Get-MgUserMessageExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md index c8caf45b918b..c02ed438693e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserInferenceClassificationOverride.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mguserinferenceclassificationoverride schema: 2.0.0 -ms.prod: mail --- # New-MgUserInferenceClassificationOverride diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolder.md index 970b2309430a..b46e5d553b3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md index 59244bf6f7ac..9138d9ae5d8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderChildFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md index d10b931ba11d..3e98e5d6032a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessage schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md index a3947d72e966..0b15a0e3625f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessageattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderMessageAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md index f61a18a8d85a..8fbd1d1e5483 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessageextension schema: 2.0.0 -ms.prod: extensions --- # New-MgUserMailFolderMessageExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md index 07b779d9fde5..2c87ebc0a14e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMailFolderMessageRule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermailfoldermessagerule schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMailFolderMessageRule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessage.md index 6b4f060e76f9..8e2838abf5b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermessage schema: 2.0.0 -ms.prod: extensions --- # New-MgUserMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md index c367db5ce769..659baaea5cd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageAttachment.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermessageattachment schema: 2.0.0 -ms.prod: outlook --- # New-MgUserMessageAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageExtension.md index 51d4383ec486..3e5dc784432a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Mail/New-MgUserMessageExtension.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Mail-help.xml Module Name: Microsoft.Graph.Mail online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.mail/new-mgusermessageextension schema: 2.0.0 -ms.prod: extensions --- # New-MgUserMessageExtension diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md index 607e7eaae1ea..e9f0ef7eb68d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mggrouponenotesection schema: 2.0.0 -ms.prod: onenote --- # Get-MgGroupOnenoteSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md index 37213d54e436..24825cf6c4fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mggrouponenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgGroupOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md index 7e6fe68673b8..88c2fb680f15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgGroupOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mggrouponenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # Get-MgGroupOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md index 722d546c9ac6..2c09e13c3e9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotenotebook schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md index 2b8e1d29a592..f7fbb7189f46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md index cc752f927f48..6c5626cce722 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md index 23ede2410857..8fb4b07748d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotesection schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md index 1618bf02ad4e..1bb783133fa8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md index 95d286a16f33..6e3bf2b1c710 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgSiteOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mgsiteonenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # Get-MgSiteOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md index ae99cc140641..047e57e5dec8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotenotebook schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md index d8fb0b8d1c45..67803407a3ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md index 05f2e3a17760..938a0388e084 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md index feaf37f0abdd..4eda235eff18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotesection schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md index df36c1e4bd6b..4e36ce68228e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md index f87ca4525f44..04e6303ca66b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/Get-MgUserOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/get-mguseronenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # Get-MgUserOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md index 4b3985b46154..29dec9304e5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotenotebook schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md index 2bb243f8812b..d4ea55b6318f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md index ab358e4357bb..9291305e87eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md index 6f4d718b66e7..acc581ae7600 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotesection schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md index 4451edde1325..71c70b5a07fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md index f013200333e4..5a02b9447464 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgGroupOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mggrouponenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # New-MgGroupOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md index 402ce0ec19e9..237bec21781d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotenotebook schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md index 24907a0b9aed..54c9fb5735b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md index d1ff23d8c03a..e1b0d09f2fc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md index 18ed2c96af85..2b93f4127ef5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotesection schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md index d8a87c8ef1ae..410bb0d48968 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md index 824cbb471d17..2108e67df36a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgSiteOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mgsiteonenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # New-MgSiteOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md index 7877b8157921..38ccca0c1054 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebook.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotenotebook schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteNotebook diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md index ad70c78e7bd6..09f4942a074c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotenotebooksection schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteNotebookSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md index 8a50a978229e..3064fc369911 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteNotebookSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotenotebooksectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteNotebookSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md index f55813732210..f7d9ec6cab2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotesection schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md index 9d82730f5e70..a4103f66a7e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotesectiongroup schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteSectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md index f6c134d83a74..a5cd75946c52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Notes/New-MgUserOnenoteSectionGroupSection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Notes-help.xml Module Name: Microsoft.Graph.Notes online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.notes/new-mguseronenotesectiongroupsection schema: 2.0.0 -ms.prod: onenote --- # New-MgUserOnenoteSectionGroupSection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.People/Get-MgUserPerson.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.People/Get-MgUserPerson.md index 08968e1e8cb6..5f63dde9b210 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.People/Get-MgUserPerson.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.People/Get-MgUserPerson.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.People-help.xml Module Name: Microsoft.Graph.People online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.people/get-mguserperson schema: 2.0.0 -ms.prod: insights --- # Get-MgUserPerson diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md index dd683c019855..f21e99451289 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/get-mgusercontactfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserContactFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md index 5cf00cccb776..8f98eef84f49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/get-mgusercontactfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserContactFolderChildFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md index 6eb784ce8774..cfccba5571e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/Get-MgUserContactFolderContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/get-mgusercontactfoldercontact schema: 2.0.0 -ms.prod: outlook --- # Get-MgUserContactFolderContact diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContact.md index 128b197d8f55..e7444b7262d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontact schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContact diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md index 365e12c6925c..eb0af92f2271 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontactfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContactFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md index a61fe85fa381..2d074f176685 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderChildFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontactfolderchildfolder schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContactFolderChildFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md index 8093ed69badb..82e7c8905c3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.PersonalContacts/New-MgUserContactFolderContact.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.PersonalContacts-help.xml Module Name: Microsoft.Graph.PersonalContacts online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.personalcontacts/new-mgusercontactfoldercontact schema: 2.0.0 -ms.prod: outlook --- # New-MgUserContactFolderContact diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md index 33c5591cf749..d48624c58e94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplan schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlan diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md index db524bc49cb2..984ce94d7d84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplanbucket schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlanBucket diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md index e04f05220eab..e352aecb58ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md index fecfaf3329ea..6e05075b2b49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgGroupPlannerPlanTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mggroupplannerplantask schema: 2.0.0 -ms.prod: planner --- # Get-MgGroupPlannerPlanTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucket.md index 0a2a1e1b068c..0628779ac3e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerbucket schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerBucket diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md index d2aa6d922c19..dd0eaed611e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerBucketTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerbuckettask schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerBucketTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlan.md index 0ffd9fddfdcf..7d601296543a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplan schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlan diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md index 1b89833c7f31..4b8a3177b287 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplanbucket schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlanBucket diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md index 1cd66cb415cd..62079834dbd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md index d3b1bd39f7df..39901f518b5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerPlanTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannerplantask schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerPlanTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTask.md index 555c108de8d0..d0ccd4c02596 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertask schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md index f63e0406a76d..253cf8fb0ac6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskAssignedToTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskassignedtotaskboardformat schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskAssignedToTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md index 91201bef27de..c8c125a8144c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskBucketTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskbuckettaskboardformat schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskBucketTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md index 2936b76b119e..f602f4060a1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskdetail schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md index e15738ff364a..17205c540491 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgPlannerTaskProgressTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mgplannertaskprogresstaskboardformat schema: 2.0.0 -ms.prod: planner --- # Get-MgPlannerTaskProgressTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md index ba0be1dd352d..a89cbe421b74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mguserplannerplan schema: 2.0.0 -ms.prod: planner --- # Get-MgUserPlannerPlan diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md index cc30288d98b2..05c65b517aae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Get-MgUserPlannerTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/get-mguserplannertask schema: 2.0.0 -ms.prod: planner --- # Get-MgUserPlannerTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerBucket.md index 7b31ec2c0871..ba4912f04aad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerBucket.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/new-mgplannerbucket schema: 2.0.0 -ms.prod: planner --- # New-MgPlannerBucket diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerPlan.md index 05961fcb5734..e05c4b48af1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerPlan.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/new-mgplannerplan schema: 2.0.0 -ms.prod: planner --- # New-MgPlannerPlan diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerTask.md index acca02b0e656..2e61bc9c4ff5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/New-MgPlannerTask.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/new-mgplannertask schema: 2.0.0 -ms.prod: planner --- # New-MgPlannerTask diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md index b65c6906089f..a20d724f03e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgGroupPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mggroupplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Remove-MgGroupPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md index 9db76bfaa260..1618bfd90563 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskAssignedToTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mgplannertaskassignedtotaskboardformat schema: 2.0.0 -ms.prod: planner --- # Remove-MgPlannerTaskAssignedToTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md index 18b8f3e86e89..6d9ada699f0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskBucketTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mgplannertaskbuckettaskboardformat schema: 2.0.0 -ms.prod: planner --- # Remove-MgPlannerTaskBucketTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md index ea8bf7c78bbe..4a428372f030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Remove-MgPlannerTaskProgressTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/remove-mgplannertaskprogresstaskboardformat schema: 2.0.0 -ms.prod: planner --- # Remove-MgPlannerTaskProgressTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md index 697532f852cc..a3b98fc8e484 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgGroupPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mggroupplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Update-MgGroupPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md index 6dcac62cdaa0..f69adbf30fb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerPlanDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannerplandetail schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerPlanDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md index 46580fcbc6d9..23bae189700b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskAssignedToTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskassignedtotaskboardformat schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskAssignedToTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md index 28bc834a227a..4003a392d132 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskBucketTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskbuckettaskboardformat schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskBucketTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md index 6c1aa01c1fe8..60e758585ffc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskdetail schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md index 0515ed7a88be..6fffe621d9dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Planner/Update-MgPlannerTaskProgressTaskBoardFormat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Planner-help.xml Module Name: Microsoft.Graph.Planner online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.planner/update-mgplannertaskprogresstaskboardformat schema: 2.0.0 -ms.prod: planner --- # Update-MgPlannerTaskProgressTaskBoardFormat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogDirectoryAudit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogDirectoryAudit.md index fd0fc607546a..afa5c0d3e353 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogDirectoryAudit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogDirectoryAudit.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Reports-help.xml Module Name: Microsoft.Graph.Reports online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports/get-mgauditlogdirectoryaudit schema: 2.0.0 -ms.prod: identity-and-access-reports --- # Get-MgAuditLogDirectoryAudit diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogProvisioning.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogProvisioning.md index ba542af05d3a..ba57fc6d7d54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogProvisioning.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogProvisioning.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Reports-help.xml Module Name: Microsoft.Graph.Reports online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports/get-mgauditlogprovisioning schema: 2.0.0 -ms.prod: identity-and-access-reports --- # Get-MgAuditLogProvisioning diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogSignIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogSignIn.md index 5bb923e12a5f..84a47b4be2ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogSignIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Reports/Get-MgAuditLogSignIn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Reports-help.xml Module Name: Microsoft.Graph.Reports online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports/get-mgauditlogsignin schema: 2.0.0 -ms.prod: identity-and-access-reports --- # Get-MgAuditLogSignIn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnection.md index c4ea872b0b98..928e01a91890 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnection schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md index f8e2697d71c5..43d54d943cfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnectiongroup schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md index e7ba893e243f..80711c7ec8df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionGroupMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnectiongroupmember schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnectionGroupMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md index ed0e3f20e0d5..7b92a1f3087f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Get-MgExternalConnectionSchema.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/get-mgexternalconnectionschema schema: 2.0.0 -ms.prod: search --- # Get-MgExternalConnectionSchema diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Microsoft.Graph.Search.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Microsoft.Graph.Search.md index b4f85d30d318..cc0eb1010537 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Microsoft.Graph.Search.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Microsoft.Graph.Search.md @@ -46,6 +46,50 @@ Retrieve the properties and relationships of a connectionQuota object. ### [Get-MgExternalConnectionSchema](Get-MgExternalConnectionSchema.md) Retrieve the properties of a schema for an externalConnection. +### [Get-MgExternalIndustryData](Get-MgExternalIndustryData.md) +Get industryData from external + +### [Get-MgExternalIndustryDataConnector](Get-MgExternalIndustryDataConnector.md) +Set of connectors for importing data from source systems. + +### [Get-MgExternalIndustryDataConnectorSourceSystem](Get-MgExternalIndustryDataConnectorSourceSystem.md) +The sourceSystemDefinition this connector is connected to. + +### [Get-MgExternalIndustryDataInboundFlow](Get-MgExternalIndustryDataInboundFlow.md) +Set of data import flow activities to bring data into the canonical store via a connector. + +### [Get-MgExternalIndustryDataInboundFlowDataConnector](Get-MgExternalIndustryDataInboundFlowDataConnector.md) +The data connector in the context of which this flow pulls in data from a source system. + +### [Get-MgExternalIndustryDataInboundFlowYear](Get-MgExternalIndustryDataInboundFlowYear.md) +The year that the data brought in via this flow applies to. + +### [Get-MgExternalIndustryDataOperation](Get-MgExternalIndustryDataOperation.md) +Set of ephemeral operations that the system runs currently. +Read-only. + +### [Get-MgExternalIndustryDataReferenceDefinition](Get-MgExternalIndustryDataReferenceDefinition.md) +Set of user modifiable system picker types. + +### [Get-MgExternalIndustryDataRoleGroup](Get-MgExternalIndustryDataRoleGroup.md) +Set of groups of individual roles that makes role-based admin simpler. + +### [Get-MgExternalIndustryDataRun](Get-MgExternalIndustryDataRun.md) +Set of ephemeral runs which present the point-in-time that diagnostic state of activities performed by the system. +Read-only. + +### [Get-MgExternalIndustryDataRunActivity](Get-MgExternalIndustryDataRunActivity.md) +The set of activities performed during the run. + +### [Get-MgExternalIndustryDataRunStatistics](Get-MgExternalIndustryDataRunStatistics.md) +Invoke function getStatistics + +### [Get-MgExternalIndustryDataSourceSystem](Get-MgExternalIndustryDataSourceSystem.md) +Set of source definitions that represents real-world external systems. + +### [Get-MgExternalIndustryDataYear](Get-MgExternalIndustryDataYear.md) +Set of years represented in the system. + ### [Get-MgSearchAcronym](Get-MgSearchAcronym.md) Administrative answer in Microsoft Search results to define common acronyms in a organization. @@ -80,6 +124,28 @@ Create new navigation property to activities for external ### [New-MgExternalConnectionOperation](New-MgExternalConnectionOperation.md) Create new navigation property to operations for external +### [New-MgExternalIndustryDataConnector](New-MgExternalIndustryDataConnector.md) +Create a new industryDataConnector object. + +### [New-MgExternalIndustryDataInboundFlow](New-MgExternalIndustryDataInboundFlow.md) +Create a new inboundFileFlow object. +The following prerequisite resources are required when you create an **inboundFileFlow**: + +### [New-MgExternalIndustryDataOperation](New-MgExternalIndustryDataOperation.md) +Create new navigation property to operations for external + +### [New-MgExternalIndustryDataReferenceDefinition](New-MgExternalIndustryDataReferenceDefinition.md) +Create new navigation property to referenceDefinitions for external + +### [New-MgExternalIndustryDataRoleGroup](New-MgExternalIndustryDataRoleGroup.md) +Create new navigation property to roleGroups for external + +### [New-MgExternalIndustryDataSourceSystem](New-MgExternalIndustryDataSourceSystem.md) +Create a new sourceSystemDefinition object. + +### [New-MgExternalIndustryDataYear](New-MgExternalIndustryDataYear.md) +Create a new yearTimePeriodDefinition object. + ### [New-MgSearchAcronym](New-MgSearchAcronym.md) Create a new acronym object. @@ -113,6 +179,27 @@ Delete navigation property quota for external ### [Remove-MgExternalConnectionSchema](Remove-MgExternalConnectionSchema.md) Delete navigation property schema for external +### [Remove-MgExternalIndustryDataConnector](Remove-MgExternalIndustryDataConnector.md) +Delete navigation property dataConnectors for external + +### [Remove-MgExternalIndustryDataInboundFlow](Remove-MgExternalIndustryDataInboundFlow.md) +Delete navigation property inboundFlows for external + +### [Remove-MgExternalIndustryDataOperation](Remove-MgExternalIndustryDataOperation.md) +Delete navigation property operations for external + +### [Remove-MgExternalIndustryDataReferenceDefinition](Remove-MgExternalIndustryDataReferenceDefinition.md) +Delete navigation property referenceDefinitions for external + +### [Remove-MgExternalIndustryDataRoleGroup](Remove-MgExternalIndustryDataRoleGroup.md) +Delete navigation property roleGroups for external + +### [Remove-MgExternalIndustryDataSourceSystem](Remove-MgExternalIndustryDataSourceSystem.md) +Delete navigation property sourceSystems for external + +### [Remove-MgExternalIndustryDataYear](Remove-MgExternalIndustryDataYear.md) +Delete navigation property years for external + ### [Remove-MgSearchAcronym](Remove-MgSearchAcronym.md) Delete navigation property acronyms for search @@ -122,6 +209,9 @@ Delete navigation property bookmarks for search ### [Remove-MgSearchQna](Remove-MgSearchQna.md) Delete navigation property qnas for search +### [Test-MgExternalIndustryDataConnector](Test-MgExternalIndustryDataConnector.md) +Perform validations applicable for the specific instance of the data connector. + ### [Update-MgExternal](Update-MgExternal.md) Update external @@ -149,6 +239,27 @@ Update the navigation property quota in external ### [Update-MgExternalConnectionSchema](Update-MgExternalConnectionSchema.md) Update the properties of a schema for an externalConnection. +### [Update-MgExternalIndustryDataConnector](Update-MgExternalIndustryDataConnector.md) +Update the navigation property dataConnectors in external + +### [Update-MgExternalIndustryDataInboundFlow](Update-MgExternalIndustryDataInboundFlow.md) +Update the navigation property inboundFlows in external + +### [Update-MgExternalIndustryDataOperation](Update-MgExternalIndustryDataOperation.md) +Update the navigation property operations in external + +### [Update-MgExternalIndustryDataReferenceDefinition](Update-MgExternalIndustryDataReferenceDefinition.md) +Update the navigation property referenceDefinitions in external + +### [Update-MgExternalIndustryDataRoleGroup](Update-MgExternalIndustryDataRoleGroup.md) +Update the navigation property roleGroups in external + +### [Update-MgExternalIndustryDataSourceSystem](Update-MgExternalIndustryDataSourceSystem.md) +Update the navigation property sourceSystems in external + +### [Update-MgExternalIndustryDataYear](Update-MgExternalIndustryDataYear.md) +Update the navigation property years in external + ### [Update-MgSearchAcronym](Update-MgSearchAcronym.md) Update the navigation property acronyms in search diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnection.md index 0d9d4f481d7a..d1ff954ef96f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnection.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/new-mgexternalconnection schema: 2.0.0 -ms.prod: search --- # New-MgExternalConnection diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md index 1b0871963ba6..0e2b34710b41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/new-mgexternalconnectiongroup schema: 2.0.0 -ms.prod: search --- # New-MgExternalConnectionGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md index ce1eb9182d0b..b2928e3cc9cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/New-MgExternalConnectionGroupMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/new-mgexternalconnectiongroupmember schema: 2.0.0 -ms.prod: search --- # New-MgExternalConnectionGroupMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md index a1f8fec7aef5..8db8a3efe208 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Remove-MgExternalConnectionSchema.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/remove-mgexternalconnectionschema schema: 2.0.0 -ms.prod: search --- # Remove-MgExternalConnectionSchema diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md index d0219b1a2199..6d176ebbf1a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Search/Update-MgExternalConnectionSchema.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Search-help.xml Module Name: Microsoft.Graph.Search online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search/update-mgexternalconnectionschema schema: 2.0.0 -ms.prod: search --- # Update-MgExternalConnectionSchema diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md index 2602902a1153..391e4e7f8056 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold.md @@ -20,17 +20,17 @@ Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -EdiscoveryCaseId ] [-Ids ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Apply3 +### Apply1 ``` Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -EdiscoveryCaseId - -EdiscoveryNoncustodialDataSourceId [-PassThru] [-WhatIf] [-Confirm] [] + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ### Apply ``` Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -EdiscoveryCaseId - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] + -EdiscoveryNoncustodialDataSourceId [-PassThru] [-WhatIf] [-Confirm] [] ``` ### ApplyViaIdentityExpanded @@ -39,17 +39,17 @@ Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-Ids ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### ApplyViaIdentity3 +### ApplyViaIdentity1 ``` -Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject [-PassThru] - [-WhatIf] [-Confirm] [] +Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ### ApplyViaIdentity ``` -Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold -InputObject [-PassThru] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -100,7 +100,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: IPathsUr2Sc1SecurityCasesEdiscoverycasesEdiscoverycaseIdNoncustodialdatasourcesMicrosoftGraphSecurityApplyholdPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Apply, ApplyViaIdentity +Parameter Sets: Apply1, ApplyViaIdentity1 Aliases: Required: True @@ -115,7 +115,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: ApplyExpanded, Apply3, Apply +Parameter Sets: ApplyExpanded, Apply1, Apply Aliases: Required: True @@ -130,7 +130,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Apply3 +Parameter Sets: Apply Aliases: Required: True @@ -161,7 +161,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: ApplyViaIdentityExpanded, ApplyViaIdentity3, ApplyViaIdentity +Parameter Sets: ApplyViaIdentityExpanded, ApplyViaIdentity1, ApplyViaIdentity Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAlert.md index 69976bd87043..b3d6c42a2fba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAlert.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Security-help.xml Module Name: Microsoft.Graph.Security online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecurityalert schema: 2.0.0 -ms.prod: security --- # Get-MgSecurityAlert diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAlertV2.md new file mode 100644 index 000000000000..5862ff6eca36 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAlertV2.md @@ -0,0 +1,245 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecurityalertv2 +schema: 2.0.0 +--- + +# Get-MgSecurityAlertV2 + +## SYNOPSIS +A collection of alerts in Microsoft 365 Defender. + +## SYNTAX + +### List1 (Default) +``` +Get-MgSecurityAlertV2 [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### Get1 +``` +Get-MgSecurityAlertV2 -AlertId [-ExpandProperty ] [-Property ] + [] +``` + +### GetViaIdentity1 +``` +Get-MgSecurityAlertV2 -InputObject [-ExpandProperty ] [-Property ] + [] +``` + +## DESCRIPTION +A collection of alerts in Microsoft 365 Defender. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -AlertId +The unique identifier of alert + +```yaml +Type: String +Parameter Sets: Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: List1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter items by property values + +```yaml +Type: String +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: ISecurityIdentity +Parameter Sets: GetViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: String +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: String[] +Parameter Sets: List1 +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: Int32 +Parameter Sets: List1 +Aliases: Limit + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ISecurityIdentity +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert1 +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md index 4dd95b67018f..b618cafe2b85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityAttackSimulation.md @@ -12,18 +12,18 @@ Represents an attack simulation training campaign in a tenant. ## SYNTAX -### Get3 (Default) +### Get (Default) ``` Get-MgSecurityAttackSimulation [-ExpandProperty ] [-Property ] [] ``` -### Get +### Get3 ``` Get-MgSecurityAttackSimulation -SimulationId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgSecurityAttackSimulation -InputObject [-ExpandProperty ] [-Property ] [] @@ -119,7 +119,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -179,7 +179,7 @@ key: id of simulation ```yaml Type: String -Parameter Sets: Get +Parameter Sets: Get3 Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md index a5a4d90a907d..6de3a4149097 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md @@ -12,14 +12,14 @@ Operation entity that represents the latest indexing for the non-custodial data ## SYNTAX -### Get1 (Default) +### Get (Default) ``` Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation -InputObject [-ExpandProperty ] [-Property ] [] @@ -37,7 +37,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -52,7 +52,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -83,7 +83,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScore.md index d3e8c67ad1a8..b05e635a518b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScore.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Security-help.xml Module Name: Microsoft.Graph.Security online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecuritysecurescore schema: 2.0.0 -ms.prod: security --- # Get-MgSecuritySecureScore diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScoreControlProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScoreControlProfile.md index 7e4144aa5f5e..0e4c5c4ff118 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScoreControlProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Get-MgSecuritySecureScoreControlProfile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Security-help.xml Module Name: Microsoft.Graph.Security online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/get-mgsecuritysecurescorecontrolprofile schema: 2.0.0 -ms.prod: security --- # Get-MgSecuritySecureScoreControlProfile diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Microsoft.Graph.Security.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Microsoft.Graph.Security.md index 4702df12f8c1..c096c76306cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Microsoft.Graph.Security.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Microsoft.Graph.Security.md @@ -230,6 +230,12 @@ Get secureScoreControlProfiles from security ### [Get-MgSecuritySubjectRightsRequest](Get-MgSecuritySubjectRightsRequest.md) Get subjectRightsRequests from security +### [Get-MgSecuritySubjectRightsRequestApprover](Get-MgSecuritySubjectRightsRequestApprover.md) +Get approvers from security + +### [Get-MgSecuritySubjectRightsRequestCollaborator](Get-MgSecuritySubjectRightsRequestCollaborator.md) +Get collaborators from security + ### [Get-MgSecuritySubjectRightsRequestFinalAttachment](Get-MgSecuritySubjectRightsRequestFinalAttachment.md) Invoke function getFinalAttachment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAlert.md index 454badea40a6..3b140dd43d9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAlert.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Security-help.xml Module Name: Microsoft.Graph.Security online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecurityalert schema: 2.0.0 -ms.prod: security --- # New-MgSecurityAlert diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAlertV2.md new file mode 100644 index 000000000000..86355eeffca8 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAlertV2.md @@ -0,0 +1,579 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecurityalertv2 +schema: 2.0.0 +--- + +# New-MgSecurityAlertV2 + +## SYNOPSIS +Create new navigation property to alerts_v2 for security + +## SYNTAX + +### CreateExpanded1 (Default) +``` +New-MgSecurityAlertV2 [-ActorDisplayName ] [-AdditionalProperties ] [-AlertWebUrl ] + [-AssignedTo ] [-Category ] [-Classification ] + [-Comments ] [-CreatedDateTime ] [-Description ] + [-DetectionSource ] [-DetectorId ] [-Determination ] + [-Evidence ] [-FirstActivityDateTime ] [-Id ] + [-IncidentId ] [-IncidentWebUrl ] [-LastActivityDateTime ] + [-LastUpdateDateTime ] [-MitreTechniques ] [-ProviderAlertId ] + [-RecommendedActions ] [-ResolvedDateTime ] [-ServiceSource ] [-Severity ] + [-Status ] [-SystemTags ] [-TenantId ] [-ThreatDisplayName ] + [-ThreatFamilyName ] [-Title ] [-WhatIf] [-Confirm] [] +``` + +### Create1 +``` +New-MgSecurityAlertV2 -BodyParameter [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Create new navigation property to alerts_v2 for security + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -ActorDisplayName +The adversary or activity group that is associated with this alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: Hashtable +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AlertWebUrl +URL for the alert page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AssignedTo +Owner of the alert, or null if no owner is assigned. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +alert +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlert1 +Parameter Sets: Create1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Category +The attack kill-chain category that the alert belongs to. +Aligned with the MITRE ATT&CK framework. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Classification +alertClassification + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Comments +Array of comments created by the Security Operations (SecOps) team during the alert management process. +To construct, please use Get-Help -Online and see NOTES section for COMMENTS properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertComment[] +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Time when Microsoft 365 Defender created the alert. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Description +String value describing each alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectionSource +detectionSource + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectorId +The ID of the detector that triggered the alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Determination +alertDetermination + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Evidence +Collection of evidence related to the alert. +To construct, please use Get-Help -Online and see NOTES section for EVIDENCE properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertEvidence1[] +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FirstActivityDateTime +The earliest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +The unique idenfier for an entity. +Read-only. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentId +Unique identifier to represent the incident this alert resource is associated with. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentWebUrl +URL for the incident page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastActivityDateTime +The oldest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastUpdateDateTime +Time when the alert was last updated at Microsoft 365 Defender. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MitreTechniques +The attack techniques, as aligned with the MITRE ATT&CK framework. + +```yaml +Type: String[] +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProviderAlertId +The ID of the alert as it appears in the security provider product that generated the alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RecommendedActions +Recommended response and remediation actions to take in the event this alert was generated. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResolvedDateTime +Time when the alert was resolved. + +```yaml +Type: DateTime +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceSource +serviceSource + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Severity +alertSeverity + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Status +alertStatus + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SystemTags +. + +```yaml +Type: String[] +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TenantId +The Azure Active Directory tenant the alert was created in. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatDisplayName +The threat associated with this alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatFamilyName +Threat family associated with this alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Title +Brief identifying string value describing the alert. + +```yaml +Type: String +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert1 +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert1 +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md index 65c7c732d9a2..349a8cd16601 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecurityAttackSimulation.md @@ -12,7 +12,7 @@ Create an attack simulation campaign for a tenant. ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgSecurityAttackSimulation [-AdditionalProperties ] [-AttackTechnique ] [-AttackType ] [-AutomationId ] [-CompletionDateTime ] @@ -25,7 +25,7 @@ New-MgSecurityAttackSimulation [-AdditionalProperties ] [-AttackTechn [-Report ] [-Status ] [-WhatIf] [-Confirm] [] ``` -### Create +### Create1 ``` New-MgSecurityAttackSimulation -BodyParameter [-WhatIf] [-Confirm] [] @@ -43,7 +43,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -58,7 +58,7 @@ simulationAttackTechnique ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ simulationAttackType ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -88,7 +88,7 @@ Unique identifier for the attack simulation automation. ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: IMicrosoftGraphSimulation1 -Parameter Sets: Create +Parameter Sets: Create1 Aliases: Required: True @@ -120,7 +120,7 @@ Supports $filter and $orderby. ```yaml Type: DateTime -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -136,7 +136,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: IMicrosoftGraphEmailIdentity -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -151,7 +151,7 @@ Date and time of creation of the attack simulation and training campaign. ```yaml Type: DateTime -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -166,7 +166,7 @@ Description of the attack simulation and training campaign. ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -182,7 +182,7 @@ Supports $filter and $orderby. ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -197,7 +197,7 @@ Simulation duration in days. ```yaml Type: Int32 -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -213,7 +213,7 @@ To construct, please use Get-Help -Online and see NOTES section for EXCLUDEDACCO ```yaml Type: IMicrosoftGraphAccountTargetContent -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -229,7 +229,7 @@ Read-only. ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -245,7 +245,7 @@ To construct, please use Get-Help -Online and see NOTES section for INCLUDEDACCO ```yaml Type: IMicrosoftGraphAccountTargetContent -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -261,7 +261,7 @@ Supports $filter and $orderby. ```yaml Type: SwitchParameter -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -277,7 +277,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: IMicrosoftGraphEmailIdentity -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -292,7 +292,7 @@ Date and time of the most recent modification of the attack simulation and train ```yaml Type: DateTime -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -308,7 +308,7 @@ Supports $filter and $orderby. ```yaml Type: DateTime -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -324,7 +324,7 @@ To construct, please use Get-Help -Online and see NOTES section for PAYLOAD prop ```yaml Type: IMicrosoftGraphPayload -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -339,7 +339,7 @@ payloadDeliveryPlatform ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -355,7 +355,7 @@ To construct, please use Get-Help -Online and see NOTES section for REPORT prope ```yaml Type: IMicrosoftGraphSimulationReport -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False @@ -370,7 +370,7 @@ simulationStatus ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded1 Aliases: Required: False diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScore.md index 33e5708b2b98..a25eba492ca2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScore.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Security-help.xml Module Name: Microsoft.Graph.Security online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecuritysecurescore schema: 2.0.0 -ms.prod: security --- # New-MgSecuritySecureScore diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScoreControlProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScoreControlProfile.md index 11eecd63d832..9bca96c270e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScoreControlProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/New-MgSecuritySecureScoreControlProfile.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Security-help.xml Module Name: Microsoft.Graph.Security online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/new-mgsecuritysecurescorecontrolprofile schema: 2.0.0 -ms.prod: security --- # New-MgSecuritySecureScoreControlProfile diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md index 5a619e3decd1..2de618932ad5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md @@ -12,13 +12,13 @@ Release the non-custodial data source from the case. ## SYNTAX -### Release1 (Default) +### Release (Default) ``` Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-PassThru] [-WhatIf] [-Confirm] [] ``` -### ReleaseViaIdentity1 +### ReleaseViaIdentity ``` Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject [-PassThru] [-WhatIf] [-Confirm] [] @@ -45,7 +45,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: Release1 +Parameter Sets: Release Aliases: Required: True @@ -60,7 +60,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Release1 +Parameter Sets: Release Aliases: Required: True @@ -76,7 +76,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: ReleaseViaIdentity1 +Parameter Sets: ReleaseViaIdentity Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityAlertV2.md new file mode 100644 index 000000000000..ede15acc4cb1 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityAlertV2.md @@ -0,0 +1,148 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/remove-mgsecurityalertv2 +schema: 2.0.0 +--- + +# Remove-MgSecurityAlertV2 + +## SYNOPSIS +Delete navigation property alerts_v2 for security + +## SYNTAX + +### Delete (Default) +``` +Remove-MgSecurityAlertV2 -AlertId [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity +``` +Remove-MgSecurityAlertV2 -InputObject [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +Delete navigation property alerts_v2 for security + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -AlertId +The unique identifier of alert + +```yaml +Type: String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: ISecurityIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ISecurityIdentity +## OUTPUTS + +### System.Boolean +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/remove-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/remove-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md index 8d91e40570a6..308d0e50dd15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityAttackSimulation.md @@ -12,18 +12,18 @@ Delete navigation property simulations for security ## SYNTAX -### Delete3 (Default) +### Delete (Default) ``` Remove-MgSecurityAttackSimulation [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Delete1 +### Delete3 ``` Remove-MgSecurityAttackSimulation -SimulationId [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgSecurityAttackSimulation -InputObject [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] @@ -57,7 +57,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ key: id of simulation ```yaml Type: String -Parameter Sets: Delete1 +Parameter Sets: Delete3 Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md index bfb8a8e1b5fe..f941c04e950a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md @@ -12,14 +12,14 @@ Delete navigation property noncustodialDataSources for security ## SYNTAX -### Delete1 (Default) +### Delete (Default) ``` Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] @@ -37,7 +37,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True @@ -52,7 +52,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True @@ -83,7 +83,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity Aliases: Required: True diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Update-MgSecurityAlertV2.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Update-MgSecurityAlertV2.md new file mode 100644 index 000000000000..8b2c99565566 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Update-MgSecurityAlertV2.md @@ -0,0 +1,647 @@ +--- +external help file: Microsoft.Graph.Security-help.xml +Module Name: Microsoft.Graph.Security +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/update-mgsecurityalertv2 +schema: 2.0.0 +--- + +# Update-MgSecurityAlertV2 + +## SYNOPSIS +Update the navigation property alerts_v2 in security + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgSecurityAlertV2 -AlertId [-ActorDisplayName ] [-AdditionalProperties ] + [-AlertWebUrl ] [-AssignedTo ] [-Category ] [-Classification ] + [-Comments ] [-CreatedDateTime ] [-Description ] + [-DetectionSource ] [-DetectorId ] [-Determination ] + [-Evidence ] [-FirstActivityDateTime ] [-Id ] + [-IncidentId ] [-IncidentWebUrl ] [-LastActivityDateTime ] + [-LastUpdateDateTime ] [-MitreTechniques ] [-ProviderAlertId ] + [-RecommendedActions ] [-ResolvedDateTime ] [-ServiceSource ] [-Severity ] + [-Status ] [-SystemTags ] [-TenantId ] [-ThreatDisplayName ] + [-ThreatFamilyName ] [-Title ] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### Update +``` +Update-MgSecurityAlertV2 -AlertId -BodyParameter [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgSecurityAlertV2 -InputObject [-ActorDisplayName ] + [-AdditionalProperties ] [-AlertWebUrl ] [-AssignedTo ] [-Category ] + [-Classification ] [-Comments ] [-CreatedDateTime ] + [-Description ] [-DetectionSource ] [-DetectorId ] [-Determination ] + [-Evidence ] [-FirstActivityDateTime ] [-Id ] + [-IncidentId ] [-IncidentWebUrl ] [-LastActivityDateTime ] + [-LastUpdateDateTime ] [-MitreTechniques ] [-ProviderAlertId ] + [-RecommendedActions ] [-ResolvedDateTime ] [-ServiceSource ] [-Severity ] + [-Status ] [-SystemTags ] [-TenantId ] [-ThreatDisplayName ] + [-ThreatFamilyName ] [-Title ] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity +``` +Update-MgSecurityAlertV2 -InputObject -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Update the navigation property alerts_v2 in security + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -ActorDisplayName +The adversary or activity group that is associated with this alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: Hashtable +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AlertId +The unique identifier of alert + +```yaml +Type: String +Parameter Sets: UpdateExpanded, Update +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AlertWebUrl +URL for the alert page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AssignedTo +Owner of the alert, or null if no owner is assigned. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +alert +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlert1 +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Category +The attack kill-chain category that the alert belongs to. +Aligned with the MITRE ATT&CK framework. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Classification +alertClassification + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Comments +Array of comments created by the Security Operations (SecOps) team during the alert management process. +To construct, please use Get-Help -Online and see NOTES section for COMMENTS properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertComment[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Time when Microsoft 365 Defender created the alert. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Description +String value describing each alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectionSource +detectionSource + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DetectorId +The ID of the detector that triggered the alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Determination +alertDetermination + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Evidence +Collection of evidence related to the alert. +To construct, please use Get-Help -Online and see NOTES section for EVIDENCE properties and create a hash table. + +```yaml +Type: IMicrosoftGraphSecurityAlertEvidence1[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FirstActivityDateTime +The earliest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +The unique idenfier for an entity. +Read-only. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentId +Unique identifier to represent the incident this alert resource is associated with. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncidentWebUrl +URL for the incident page in the Microsoft 365 Defender portal. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: ISecurityIdentity +Parameter Sets: UpdateViaIdentityExpanded, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -LastActivityDateTime +The oldest activity associated with the alert. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastUpdateDateTime +Time when the alert was last updated at Microsoft 365 Defender. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MitreTechniques +The attack techniques, as aligned with the MITRE ATT&CK framework. + +```yaml +Type: String[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProviderAlertId +The ID of the alert as it appears in the security provider product that generated the alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RecommendedActions +Recommended response and remediation actions to take in the event this alert was generated. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResolvedDateTime +Time when the alert was resolved. + +```yaml +Type: DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceSource +serviceSource + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Severity +alertSeverity + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Status +alertStatus + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SystemTags +. + +```yaml +Type: String[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TenantId +The Azure Active Directory tenant the alert was created in. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatDisplayName +The threat associated with this alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ThreatFamilyName +Threat family associated with this alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Title +Brief identifying string value describing the alert. + +```yaml +Type: String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityAlert1 +### Microsoft.Graph.PowerShell.Models.ISecurityIdentity +## OUTPUTS + +### System.Boolean +## NOTES +Please use Get-Help -Online. + +## RELATED LINKS + +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/update-mgsecurityalertv2](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security/update-mgsecurityalertv2) + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md index 01fe16956f1c..c20bc3f1cbce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Security/Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource.md @@ -12,7 +12,7 @@ Update the navigation property noncustodialDataSources in security ## SYNTAX -### UpdateExpanded1 (Default) +### UpdateExpanded (Default) ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId [-AdditionalProperties ] [-CreatedDateTime ] @@ -21,7 +21,7 @@ Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Update1 +### Update ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId -EdiscoveryNoncustodialDataSourceId @@ -29,7 +29,7 @@ Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId ] ``` -### UpdateViaIdentityExpanded1 +### UpdateViaIdentityExpanded ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject [-AdditionalProperties ] [-CreatedDateTime ] @@ -38,7 +38,7 @@ Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject ] [-Status ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentity1 +### UpdateViaIdentity ``` Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -InputObject -BodyParameter [-PassThru] [-WhatIf] [-Confirm] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource -Parameter Sets: Update1, UpdateViaIdentity1 +Parameter Sets: Update, UpdateViaIdentity Aliases: Required: True @@ -88,7 +88,7 @@ Created date and time of the dataSourceContainer entity. ```yaml Type: DateTime -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for DATASOURCE p ```yaml Type: IMicrosoftGraphSecurityDataSource -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -119,7 +119,7 @@ Display name of the dataSourceContainer entity. ```yaml Type: String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -134,7 +134,7 @@ key: id of ediscoveryCase ```yaml Type: String -Parameter Sets: UpdateExpanded1, Update1 +Parameter Sets: UpdateExpanded, Update Aliases: Required: True @@ -149,7 +149,7 @@ key: id of ediscoveryNoncustodialDataSource ```yaml Type: String -Parameter Sets: UpdateExpanded1, Update1 +Parameter Sets: UpdateExpanded, Update Aliases: Required: True @@ -164,7 +164,7 @@ dataSourceHoldStatus ```yaml Type: String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -180,7 +180,7 @@ Read-only. ```yaml Type: String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -196,7 +196,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: ISecurityIdentity -Parameter Sets: UpdateViaIdentityExpanded1, UpdateViaIdentity1 +Parameter Sets: UpdateViaIdentityExpanded, UpdateViaIdentity Aliases: Required: True @@ -211,7 +211,7 @@ ediscoveryIndexOperation ```yaml Type: Hashtable -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -226,7 +226,7 @@ Last modified date and time of the dataSourceContainer. ```yaml Type: DateTime -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -256,7 +256,7 @@ Date and time that the dataSourceContainer was released from the case. ```yaml Type: DateTime -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -271,7 +271,7 @@ dataSourceContainerStatus ```yaml Type: String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSite.md index bb4f52eefd26..ec6df57e5c3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsite schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSite diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteColumn.md index 8e60f344bed3..76f60b900a48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentType.md index e1ec77124f5e..4edab7b4d498 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitecontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteContentType diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md index 3932be795a45..e7217f660c08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitecontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteContentTypeColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDelta.md index cf780560cc2a..5b9a4c2aa382 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgSiteDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgSiteDelta [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -24,14 +24,30 @@ Invoke function delta ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -54,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDrive.md index 91b0db5f01ff..156b2c0361a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteDrive.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitedrive schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteDrive diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteList.md index b6d2e5430725..435c6ebf2872 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteList.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelist schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteList diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListColumn.md index b95cd5a32210..4c6e5ac53efb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteListColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentType.md index 66f119013510..79ff1b1807d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteListContentType diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md index a99d058dd036..03b39ce9f081 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItem.md index 8764c9cc54dd..bbae707d4e89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistitem schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteListItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemDelta.md index cff8a127da01..e24f5711864b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemDelta.md @@ -14,27 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgSiteListItemDelta -ListId -SiteId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgSiteListItemDelta -ListId -SiteId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgSiteListItemDelta -ListId -SiteId -Token [-Count] [-Filter ] +Get-MgSiteListItemDelta -ListId -SiteId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgSiteListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgSiteListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgSiteListItemDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgSiteListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -80,12 +81,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -95,6 +111,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -141,6 +173,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemField.md index 1ea1de80cb74..d1c4f9824836 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteListItemField diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md index d57a5df83bb8..381e2ddaf588 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSiteListItemVersion diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSitePermission.md index 041efe1162dd..b4ac14713eac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSitePermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitepermission schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSitePermission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md index b040b5aead4f..156699d6f801 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroup schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md index 12315119ea0c..8cfe5e0dbe4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSet.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroupset schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroupSet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md index 9c80c9e3e946..40b5f0753978 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroupsetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroupSetChild diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md index f3e70b8266e1..a44791663d7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreGroupSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoregroupsetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreGroupSetRelation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md index 267791f537a9..dfd66a2bae22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoresetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreSetChild diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md index 5ab9d8219618..b8a0432ab698 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSiteTermStoreSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitetermstoresetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgSiteTermStoreSetRelation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSubSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSubSite.md index 14575ea50d37..32c461046f08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSubSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgSubSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsubsite schema: 2.0.0 -ms.prod: sharepoint --- # Get-MgSubSite diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md index 7d5d426dd997..114fbbdf3621 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Get-MgUserFollowedSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mguserfollowedsite schema: 2.0.0 -ms.prod: sites-and-lists --- # Get-MgUserFollowedSite diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteColumn.md index 6f9af0003398..7987c2cf7c9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentType.md index 0f2edd58e0e3..a402b7427869 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitecontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteContentType diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md index e7476346a43f..b3468961c44c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitecontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteContentTypeColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteList.md index 94e42dbdeb32..412cde0ee5e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteList.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelist schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSiteList diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListColumn.md index 4017decbba5a..4d7df695db67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistcolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteListColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentType.md index 327290f316b0..e4927421f084 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentType.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistcontenttype schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteListContentType diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md index 10716fe77299..5fbc40e68a19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListContentTypeColumn.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistcontenttypecolumn schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteListContentTypeColumn diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItem.md index 782f6a2a62af..8ef83a676c43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItem.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistitem schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSiteListItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md index 4638ee77925e..c2083e323b57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteListItemVersion.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistitemversion schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSiteListItemVersion diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSitePermission.md index 5e2bdc2a6a1e..8b01cdebb7d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSitePermission.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitepermission schema: 2.0.0 -ms.prod: sharepoint --- # New-MgSitePermission diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md index c4d2d4413f81..31ad4351bc97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroup schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md index 4b6b77d24df5..021d7aea57e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSet.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroupset schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroupSet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md index 2b053029e0e1..bcaddd3db8cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroupsetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroupSetChild diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md index 8a9578006d7f..2aef88396f81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreGroupSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoregroupsetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreGroupSetRelation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md index 3f8d76f79a51..e32b68c07505 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetChild.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoresetchild schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreSetChild diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md index 88b9a89c19c2..0a0fd42cd3e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/New-MgSiteTermStoreSetRelation.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitetermstoresetrelation schema: 2.0.0 -ms.prod: sites-and-lists --- # New-MgSiteTermStoreSetRelation diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md index 03c7bf064be0..8168214b93b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/remove-mgsitelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Remove-MgSiteListItemField diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md index 428e4d67eaec..2a2ae33981f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Remove-MgSiteTermStore.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/remove-mgsitetermstore schema: 2.0.0 -ms.prod: sites-and-lists --- # Remove-MgSiteTermStore diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSite.md index f650396dcd1d..1052d4ad63d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSite.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mgsite schema: 2.0.0 -ms.prod: sharepoint --- # Update-MgSite diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteListItemField.md index c9ee456cd675..641b82434290 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteListItemField.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mgsitelistitemfield schema: 2.0.0 -ms.prod: sharepoint --- # Update-MgSiteListItemField diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteTermStore.md index 453917f82e9b..715ec6cce028 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Sites/Update-MgSiteTermStore.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Sites-help.xml Module Name: Microsoft.Graph.Sites online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mgsitetermstore schema: 2.0.0 -ms.prod: sites-and-lists --- # Update-MgSiteTermStore diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md index 9242b7def871..2a78cbc84067 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgappcatalogteamapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgAppCatalogTeamApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md index ac17caa6fbcf..06bc78feb613 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgappcatalogteamappdefinition schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgAppCatalogTeamAppDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md index 83caadf941e0..c6b8867436d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgAppCatalogTeamAppDefinitionBot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgappcatalogteamappdefinitionbot schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgAppCatalogTeamAppDefinitionBot diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChat.md index 14be20eb5af7..2de5906fc55f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md index 87d9f7d9e369..8e8e25c758df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMember.md index 909460e2b3ad..191e56ff5f2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessage.md index 7a0304c114c2..d252fd237d5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md index ae492d3275cd..cf8adaaf093c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageDelta.md @@ -14,14 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgChatMessageDelta -ChatId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatMessageDelta -ChatId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgChatMessageDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -31,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -51,7 +67,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -61,6 +77,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -92,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md index 974334ef449e..362cb862317d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReply.md index 10806637ead4..aee5b4159b40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md index fc0b9067c9b6..87bc3053a863 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgChatMessageReplyDelta -ChatId -ChatMessageId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgChatMessageReplyDelta -ChatId -ChatMessageId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgChatMessageReplyDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatMessageReplyDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -67,7 +82,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -77,6 +92,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -108,6 +139,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md index 1c246b65db82..411ed3262215 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPermissionGrantDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPermissionGrantDelta.md index 2ec4cc111408..fa5f8993db5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPermissionGrantDelta.md @@ -14,14 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgChatPermissionGrantDelta -ChatId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatPermissionGrantDelta -ChatId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgChatPermissionGrantDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgChatPermissionGrantDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -38,6 +39,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId The unique identifier of chat @@ -58,7 +74,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -68,6 +84,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -99,6 +131,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md index 682bff42cb31..a222c01816c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatTab.md index ab2006ceddb5..cdfc2db50c49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgChatTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeam.md index c9c444c3735d..07e77fd1406b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md index ff0e7d3bd41e..ef8e17dfac38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md index d028f38696d0..82f696f354bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelFileFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md index 5434352ef264..6a87b9b9161f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md index 217fbdf50859..d37976274db5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md index 3a2117feec3b..867ad8a78d37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md index 0de4d62fc3ff..59f4cd3b0dc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md index 6488188e7dbb..d50cee7262d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md index 759da321d6dc..bbf17a810ed4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md index e2d1a18c6c37..b6fbadd4e6ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md index e33ecd5d8fac..6d3a762cc0ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md index 86b0c6617af4..951072183472 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md index 8ab109e346f3..5f7c3f44d539 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamIncomingChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamincomingchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamIncomingChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md index eb2d75ed4518..2d5732fea663 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md index 854de6527980..4da7bb188739 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md index 0fce0569b26b..3815b3ac1a29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md index 0cfdf932c448..6c624109809a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelFileFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md index 73050278b8ca..72cf1bb5782b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md index bc2c43e36c06..c11c7331a59f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md index 36c1014a699c..01da2b8a0fc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md index 7e9cfb9d3e10..0910c33ece9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md index 3812a0b28a34..fbcbfd28d2ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md index e79582039483..ad5aa1d7b8ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md index a0836086f7ac..43187a900dbf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md index d3fe63f35870..f82e42223d53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md index 8527a4d950ba..9da27d8d5915 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md index ec6a84c748af..2d82b841fc87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md index 12e0d423a0e3..af0a99aa3ab4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md index c2c6f4e5cbf8..5c3fa7bb68cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md index dd1d0a50282a..77ff5afafd86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md index b48993c40b5e..c438ab3c25ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md index 1fae46fc8ad7..e6aec0c1e97b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md index 34c98df0cd56..1e70ae4f06f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md index 300e73bdbe98..5145217057b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md index cf95594f8042..4e22fc1fb2ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md index af72cb8fae85..dde41e32773b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md index 752ed6f11bd4..2b472aa03ea2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamTag diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md index 8d0946ab8193..fa3a89eaa6b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgGroupTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mggroupteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgGroupTeamTagMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeam.md index b7a2d0a6f0b6..93cae47559ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannel.md index 6a3a37591aa5..e2a237da1f05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md index 07997bd8e611..ac4f8d25fdd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelFileFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md index 8068ce8df913..92f00840180d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md index 083aa3a6c5b8..cc1a0c636b0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md index 45188427828e..df16325820e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md index 7cb3e3c59033..3a8561758ddf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgTeamChannelMessageDelta -ChannelId -TeamId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamChannelMessageDelta -ChannelId -TeamId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgTeamChannelMessageDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgTeamChannelMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId key: id of channel @@ -52,7 +67,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -62,6 +77,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -93,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md index 653f6bcd1df2..26af764b93e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md index 035a5c6c7f64..0049e3700529 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md index cd04622b60fe..2af6c34c2c91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyDelta.md @@ -14,16 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgTeamChannelMessageReplyDelta -ChannelId -ChatMessageId -TeamId [-Count] +Get-MgTeamChannelMessageReplyDelta -ChannelId -ChatMessageId -TeamId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgTeamChannelMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamChannelMessageReplyDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -33,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId key: id of channel @@ -68,7 +82,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -78,6 +92,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -109,6 +139,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md index ae24958e37d5..58fd2c3fa064 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md index e2033ee95ba8..2419bf33dca4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md index 4baa51bc0d83..a3d874dd16e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md index b35009315469..cb918c2763ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md index c8b34044cbe0..70f36eb02f6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamIncomingChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamincomingchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamIncomingChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md index cbd30c186f6d..faf42993e679 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamMember.md index 2618f6220ef9..89047aa774b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPermissionGrantDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPermissionGrantDelta.md index 8a840b1fc0b3..c93248917440 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPermissionGrantDelta.md @@ -14,14 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgTeamPermissionGrantDelta -TeamId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgTeamPermissionGrantDelta -TeamId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgTeamPermissionGrantDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgTeamPermissionGrantDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -38,12 +39,27 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -53,6 +69,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -84,6 +116,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md index 7415e91c5a70..36c28f12d345 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md index 3a85f8106085..ca8341314039 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolder.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelfilefolder schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelFileFolder diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md index 8240941e273d..c5a79dbdb6e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md index 8c996c5b966c..7f104d7a821e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md index c312695a3c49..47160c7c4e2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md index 9db0192b2bac..76a542b3b09a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgTeamPrimaryChannelMessageDelta -TeamId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgTeamPrimaryChannelMessageDelta -TeamId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgTeamPrimaryChannelMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamPrimaryChannelMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -47,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -78,6 +109,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md index 5b622da922a3..3191c58f07a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md index c4142c80927a..68b6ddea3bcf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md index a0d6e337d7e0..caf1256db701 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgTeamPrimaryChannelMessageReplyDelta -ChatMessageId -TeamId [-Count] [-Filter ] +Get-MgTeamPrimaryChannelMessageReplyDelta -ChatMessageId -TeamId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgTeamPrimaryChannelMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgTeamPrimaryChannelMessageReplyDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,6 +33,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatMessageId key: id of chatMessage @@ -53,7 +68,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -63,6 +78,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -94,6 +125,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md index ac3a0f6fad6b..81546e020abd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md index b79af1869613..70164845773f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md index ee08c23b832a..b44427f5d8bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychannelsharedwithteamallowedmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md index 21e0a476fc2e..09946cba6538 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamSchedule.md index fba7547de0a0..3c6444ae1d11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md index 3879eefef98e..03592b14d69b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md index 92720fa6cad4..b32d257aa1c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md index 9006474ea515..a82d8bd8255d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md index b0c1507cbdff..a44267a8fde2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md index 55abd22370a6..cc4878973b43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md index ec7cbdd10617..67d425987ac3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md index 0ff629da7c4e..ad599c96d7f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md index 7a056f22fe57..1aed656ac594 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md index 95ab52fe5228..4960a80881e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTag.md index 4a2abe92f273..3673fbfadc84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamTag diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTagMember.md index 24d69333bd0f..e35565683905 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamTagMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md index fe57db286064..2baa570a0058 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgTeamworkDeletedTeamChannelMessageDelta -ChannelId -DeletedTeamId [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgTeamworkDeletedTeamChannelMessageDelta -ChannelId -DeletedTeamId [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgTeamworkDeletedTeamChannelMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgTeamworkDeletedTeamChannelMessageDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,6 +33,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId key: id of channel @@ -53,7 +68,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -63,6 +78,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DeletedTeamId key: id of deletedTeam @@ -109,6 +140,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md index 410f8b217a76..835412998aed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelMessageReplyDelta.md @@ -15,14 +15,14 @@ Invoke function delta ### Delta1 (Default) ``` Get-MgTeamworkDeletedTeamChannelMessageReplyDelta -ChannelId -ChatMessageId - -DeletedTeamId [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] + -DeletedTeamId [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgTeamworkDeletedTeamChannelMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgTeamworkDeletedTeamChannelMessageReplyDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,6 +33,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelId key: id of channel @@ -68,7 +83,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -78,6 +93,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DeletedTeamId key: id of deletedTeam @@ -124,6 +155,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md index 4d771fd1cfbe..e14d0c91952b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgTeamworkWorkforceIntegration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mgteamworkworkforceintegration schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgTeamworkWorkforceIntegration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChat.md index 77994e763b11..aea18ef2cbb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md index 0e6ed2d4e17c..12acb4acd36f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMember.md index c6f110560361..a77f60fb1724 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessage.md index dfd7d85afdf5..fe282d67e132 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md index 544880478e15..4d3891c7ea65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md index 81ac0a722652..f13122f08556 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md index f72f2925d29d..a0de6ce4137d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md index 7d8102443bf5..a0cb2aae6bad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatTab.md index 7285841670b8..30a27941428d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserChatTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md index 6da75dba5b8c..c8ca31afd4f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserJoinedTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserjoinedteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserJoinedTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md index 6d863b2a6a9b..01d24f7b5dd9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkAssociatedTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserteamworkassociatedteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserTeamworkAssociatedTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md index 3c07b9a1a123..1ffc9d168a0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserteamworkinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserTeamworkInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md index a7dede7ca22c..a023dd3e9d00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Get-MgUserTeamworkInstalledAppChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/get-mguserteamworkinstalledappchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Get-MgUserTeamworkInstalledAppChat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md index 230cf8112de8..0dbce572439a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Microsoft.Graph.Teams.md @@ -190,6 +190,9 @@ A collection of permissions granted to apps for the chat. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgChatPermissionGrantDelta](Get-MgChatPermissionGrantDelta.md) +Invoke function delta + ### [Get-MgChatPermissionGrantMemberGroup](Get-MgChatPermissionGrantMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. @@ -463,6 +466,9 @@ A collection of permissions granted to apps to access the team. Return the directory objects specified in a list of IDs. Some common uses for this function are to: +### [Get-MgTeamPermissionGrantDelta](Get-MgTeamPermissionGrantDelta.md) +Invoke function delta + ### [Get-MgTeamPermissionGrantMemberGroup](Get-MgTeamPermissionGrantMemberGroup.md) Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md index 7c15138c60a9..bc9076f64b2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgappcatalogteamapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgAppCatalogTeamApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md index 3527f1b61fc5..5447dfdbf7b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgAppCatalogTeamAppDefinition.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgappcatalogteamappdefinition schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgAppCatalogTeamAppDefinition diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChat.md index 8230c0b9b56f..9a5ffe406cfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatInstalledApp.md index 9abf539df1c0..faeda4583a63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMember.md index 32a5e8f86ad4..da4bc5fe0784 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessage.md index 29f434bd1459..b5683345b62f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md index b08438b25797..8f1c9fc6f40d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReply.md index 72c4cfb705d1..30a550eb4db8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md index ffcc8f9e77c4..ce5833b3b220 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md index 28775e1378b1..e0774db112ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatTab.md index 41b1ada243d4..110666339687 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgChatTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md index 5ddb06abb479..bce494c13e5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md index 0866062f2245..334f2ca3be49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md index 2a19cc8b7221..995b02874a05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md index e631d617c264..b9fc44a4516d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md index 887d4f1a53ed..d3a6a380e43d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md index a34b81ad5feb..39e0bab1a423 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md index f3839fd6b68a..893f8e7f8910 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md index 1ea16a0b24ed..22fb24227a27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md index b829756f3dfb..060d19c55fc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamMember.md index cb70b0e395a0..b0b76e271158 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md index d6bca231088a..e2ac4809e3a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md index 9fd6bde49450..602199149bd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md index 6a3cfdf4d07e..3052b943c712 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md index b6d4070b0984..06b3382838e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md index 7393de7f3c03..5e5bde14e847 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md index 5ccac591b1a6..71ff965a4007 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md index c6d7207532d8..b138f173e936 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md index 3f9111260756..5ce04e506c7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md index 20ae9b0e523f..00f281d8bdc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md index 4a8a9ccdc28c..ac2dcc821552 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md index df2ac417bbcc..850ae9692530 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md index 3f972c3fc3fa..f64368ad1873 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md index 5aa3dc66c978..b70a884e1b59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md index f540dd4c2662..c7d4416cd6ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md index 530fac1443a9..d3ffd25f63b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md index 93fdbfbc9230..fedd4855369e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTag.md index b2340aadcd98..c61ac8a2e1ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamTag diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md index 3c7ce831f0c3..dab69088096e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgGroupTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mggroupteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgGroupTeamTagMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeam.md index a91513dad600..02f423117363 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannel.md index b6f73a009e4c..42588769c8f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannel schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMember.md index 3c86d0d2b891..dcf3b7b7c89a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md index f275ed88d064..179866fd6377 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md index a54546b7f887..51328b3c71d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md index df88d2a71611..84da8ce7b320 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md index 447519f43b09..69bd263269f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md index cc31a20a5188..e36b2c67f68c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelTab.md index b37f133042dd..ca59095c03b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamchanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md index 85ceb8d61111..5f33495b29b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteaminstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamMember.md index 504acbca1179..a8485e758fc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteammember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md index 19748be82f41..baa82c405cd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md index 48c2dad7c1c8..771832f349d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md index 325155122572..35febec114c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md index 9960704d47a0..b4084f6701ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md index c1957c558704..b7a2b1f727a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md index 36562c8b1c32..b9f92341e392 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelSharedWithTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychannelsharedwithteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelSharedWithTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md index d01f7ec64ce5..9b5439729f96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamPrimaryChannelTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamprimarychanneltab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamPrimaryChannelTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md index d524fcd4f0cc..d48d8555f408 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOfferShiftRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleoffershiftrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleOfferShiftRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md index cd3f4b24262d..19650284fcfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleopenshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleOpenShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md index caa686cdad01..206ccca78f24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleOpenShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleopenshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleOpenShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md index a74c475cf03a..a63c3b89138a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSchedulingGroup.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleschedulinggroup schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleSchedulingGroup diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md index 4a7cfe5606bb..92b8c4f076b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleShift.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleshift schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleShift diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md index 48cc91067cb6..bee892ec3038 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleSwapShiftChangeRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduleswapshiftchangerequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleSwapShiftChangeRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md index 9808f8c99a2c..af64dea9cbb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOff.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduletimeoff schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleTimeOff diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md index 6550af5ecb07..d67de479f34c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffReason.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduletimeoffreason schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleTimeOffReason diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md index 80d162be97fd..1a7cbb1f176f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamScheduleTimeOffRequest.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamscheduletimeoffrequest schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamScheduleTimeOffRequest diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTag.md index ab1aca8e5922..013c738c2868 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTag.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamtag schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamTag diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTagMember.md index b4d67e8d52e0..81514165ab12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamTagMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamtagmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamTagMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md index 9a528379f495..4a9ed2a29735 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgTeamworkWorkforceIntegration.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgteamworkworkforceintegration schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgTeamworkWorkforceIntegration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChat.md index cd61ed9d2cfe..9405db5f112a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchat schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md index 5dbc077d52cb..415946a83f10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMember.md index 320e24603d7b..c06f1d1c61c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMember.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmember schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMember diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessage.md index a25fb22c9fbd..aa5bce1f4132 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md index 8ba27a66f706..b7d57cb160c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessagehostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessageHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md index 43d4936acb6c..72b70402e9fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReply.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessagereply schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessageReply diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md index f4aaa6f4ea30..af32be201f4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatMessageReplyHostedContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatmessagereplyhostedcontent schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatMessageReplyHostedContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md index fda81e886e2c..99b57ea18f1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatPinnedMessage.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchatpinnedmessage schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatPinnedMessage diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatTab.md index 8d7b0c1d57f6..307a61e5e2af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserChatTab.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserchattab schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserChatTab diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md index eda8f0d74bdc..56e83e0ada5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkAssociatedTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserteamworkassociatedteam schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserTeamworkAssociatedTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md index 19ee9d37f79e..64a43979bdda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/New-MgUserTeamworkInstalledApp.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserteamworkinstalledapp schema: 2.0.0 -ms.prod: microsoft-teams --- # New-MgUserTeamworkInstalledApp diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md index 912718b394bc..5b6539fadb6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgAppCatalogTeamAppDefinitionBot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgappcatalogteamappdefinitionbot schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgAppCatalogTeamAppDefinitionBot diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgChat.md index 2ad3967fb124..42b1ce824156 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgChat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeam.md index 2ef9d2c6fe4b..c287882bee48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mggroupteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgGroupTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md index d9c66dfb57af..96ee056ee66f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mggroupteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgGroupTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md index 96e150629fbb..37d52472b06e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgGroupTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mggroupteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgGroupTeamSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeam.md index 7a91a0479689..9f8bf1384a0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md index de50c71534c0..f04b25455ac1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md index e81dafc8afd7..139b21b32811 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Remove-MgTeamSchedule.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/remove-mgteamschedule schema: 2.0.0 -ms.prod: microsoft-teams --- # Remove-MgTeamSchedule diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md index 255cf0a2fb47..c961056606d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mggroupteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgGroupTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md index fab61d059218..2afa3eeeee2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgGroupTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mggroupteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgGroupTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md index e81e644ba7e6..2ec1aa4fed5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mgteamchannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgTeamChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md index aee2a38b8e7c..0109cb7e9bdd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Set-MgTeamPrimaryChannelFileFolderContent.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/set-mgteamprimarychannelfilefoldercontent schema: 2.0.0 -ms.prod: microsoft-teams --- # Set-MgTeamPrimaryChannelFileFolderContent diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md index 2fce166d5fe0..ffec229e207e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgAppCatalogTeamAppDefinitionBot.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgappcatalogteamappdefinitionbot schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgAppCatalogTeamAppDefinitionBot diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgChat.md index 5a44b28fe735..f9030f582798 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgChat.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgchat schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgChat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeam.md index ca33fb102454..c8ff066925dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mggroupteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgGroupTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md index 3808c919fd57..8f2fe8f6d4fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgGroupTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mggroupteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgGroupTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeam.md index ae20db624d1a..e7c815efc66b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeam.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgteam schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgTeam diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md index 408ca41230ef..d66442a6389c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Teams/Update-MgTeamPrimaryChannel.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Teams-help.xml Module Name: Microsoft.Graph.Teams online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgteamprimarychannel schema: 2.0.0 -ms.prod: microsoft-teams --- # Update-MgTeamPrimaryChannel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md index 3ae27ce02f55..7d359ffdf5db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md @@ -540,6 +540,9 @@ Rotate BitLockerKeys ### [Invoke-MgRotateUserManagedDeviceFileVaultKey](Invoke-MgRotateUserManagedDeviceFileVaultKey.md) Invoke action rotateFileVaultKey +### [Invoke-MgRotateUserManagedDeviceLocalAdminPassword](Invoke-MgRotateUserManagedDeviceLocalAdminPassword.md) +Initiates a manual rotation for the local admin password on the device + ### [Invoke-MgScanUserManagedDeviceWindowDefender](Invoke-MgScanUserManagedDeviceWindowDefender.md) Invoke action windowsDefenderScan @@ -1040,9 +1043,15 @@ Read more about presence sessions and their time-out and expiration. ### [Skip-MgUserManagedDeviceActivationLock](Skip-MgUserManagedDeviceActivationLock.md) Bypass activation lock +### [Start-MgUserCloudPc](Start-MgUserCloudPc.md) +Invoke action start + ### [Start-MgUserManagedDeviceConfigurationManagerAction](Start-MgUserManagedDeviceConfigurationManagerAction.md) Trigger action on ConfigurationManager client +### [Stop-MgUserCloudPc](Stop-MgUserCloudPc.md) +Invoke action stop + ### [Stop-MgUserCloudPcGracePeriod](Stop-MgUserCloudPcGracePeriod.md) End the grace period for a specific Cloud PC. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md index b869ad22c44b..319f24f48cb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserCalendarEventDelta.md @@ -21,29 +21,28 @@ The following table lists the differences between the **delta** function on even ### Delta (Default) ``` -Get-MgUserCalendarEventDelta -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserCalendarEventDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### Delta1 ``` -Get-MgUserCalendarEventDelta -UserId -CalendarId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserCalendarEventDelta -UserId -CalendarId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserCalendarEventDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserCalendarEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgUserCalendarEventDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserCalendarEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -60,6 +59,21 @@ The following table lists the differences between the **delta** function on even ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -CalendarId key: id of calendar @@ -80,7 +94,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -90,6 +104,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -121,6 +151,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md index bc8de0c9bf73..d3c138b90bfe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgUserChatMessageDelta -ChatId -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserChatMessageDelta -ChatId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserChatMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserChatMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,6 +32,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -52,7 +67,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -62,6 +77,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -93,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md index 73f091b89c5c..73934c0cc1e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatMessageReplyDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserChatMessageReplyDelta -ChatId -ChatMessageId -UserId [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserChatMessageReplyDelta -ChatId -ChatMessageId -UserId [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserChatMessageReplyDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserChatMessageReplyDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -33,6 +33,21 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId key: id of chat @@ -68,7 +83,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -78,6 +93,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -109,6 +140,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatPermissionGrantDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatPermissionGrantDelta.md index 47d5647c0c35..86971cdb5774 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatPermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserChatPermissionGrantDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserChatPermissionGrantDelta -ChatId -UserId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserChatPermissionGrantDelta -ChatId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserChatPermissionGrantDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserChatPermissionGrantDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -40,6 +40,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChatId The unique identifier of chat @@ -60,7 +75,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -70,6 +85,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -101,6 +132,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md index 12f8a20c2351..69ca2f1d8949 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's contacts w ### Delta (Default) ``` -Get-MgUserContactDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserContactDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserContactDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserContactDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -36,12 +36,27 @@ This allows you to maintain and synchronize a local store of a user's contacts w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -51,6 +66,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -82,6 +113,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md index 7f471e4e5deb..e18f2e911634 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderContactDelta.md @@ -17,14 +17,14 @@ This allows you to maintain and synchronize a local store of a user's contacts w ### Delta (Default) ``` Get-MgUserContactFolderChildFolderContactDelta -ContactFolderId -ContactFolderId1 - -UserId [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] + -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserContactFolderChildFolderContactDelta -InputObject [-Count] - [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserContactFolderChildFolderContactDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,6 +37,21 @@ This allows you to maintain and synchronize a local store of a user's contacts w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ContactFolderId key: id of contactFolder @@ -72,7 +87,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -82,6 +97,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -113,6 +144,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md index daaf6d353056..06a2fae56617 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderChildFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's contact ### Delta (Default) ``` -Get-MgUserContactFolderChildFolderDelta -ContactFolderId -UserId [-Count] [-Filter ] +Get-MgUserContactFolderChildFolderDelta -ContactFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserContactFolderChildFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserContactFolderChildFolderDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,6 +37,21 @@ This allows you to maintain and synchronize \na local store of a user's contact ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ContactFolderId key: id of contactFolder @@ -57,7 +72,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -67,6 +82,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +129,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md index 5e1d17535c60..023ee312525b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderContactDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's contacts w ### Delta (Default) ``` -Get-MgUserContactFolderContactDelta -ContactFolderId -UserId [-Count] [-Filter ] +Get-MgUserContactFolderContactDelta -ContactFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity ``` -Get-MgUserContactFolderContactDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserContactFolderContactDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,6 +37,21 @@ This allows you to maintain and synchronize a local store of a user's contacts w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ContactFolderId key: id of contactFolder @@ -57,7 +72,7 @@ Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -67,6 +82,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +129,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md index cb5260b014c1..4288a34b6d17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserContactFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's contact ### Delta (Default) ``` -Get-MgUserContactFolderDelta -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserContactFolderDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserContactFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserContactFolderDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -36,12 +36,27 @@ This allows you to maintain and synchronize \na local store of a user's contact ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -51,6 +66,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -82,6 +113,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index aba558b6c005..e356d0cf276a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -13,8 +13,8 @@ Invoke function delta ## SYNTAX ``` -Get-MgUserDelta [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] - [-Sort ] [-Top ] [] +Get-MgUserDelta [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ## DESCRIPTION @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS -### -Count -Include count of items +### -All +List all pages. ```yaml Type: SwitchParameter Parameter Sets: (All) Aliases: +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: (All) +Aliases: CV + Required: False Position: Named Default value: None @@ -63,6 +79,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDeviceDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDeviceDelta.md index a830a99f0cf6..f7a74f836383 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDeviceDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDeviceDelta.md @@ -14,14 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserDeviceDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserDeviceDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserDeviceDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserDeviceDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -31,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -46,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -77,6 +109,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md index 93db89834239..f94b39083390 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveItemDelta.md @@ -14,30 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId [-Count] [-Filter ] +Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId -Token [-Count] +Get-MgUserDriveItemDelta -DriveId -DriveItemId -UserId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserDriveItemDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgUserDriveItemDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -47,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -62,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -123,6 +152,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveListItemDelta.md index 9705785e823e..aa2d764a0754 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveListItemDelta.md @@ -14,30 +14,28 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserDriveListItemDelta -DriveId -UserId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveListItemDelta -DriveId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta1 ``` -Get-MgUserDriveListItemDelta -DriveId -UserId -Token [-Count] [-Filter ] +Get-MgUserDriveListItemDelta -DriveId -UserId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserDriveListItemDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity ``` -Get-MgUserDriveListItemDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveListItemDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -47,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1, DeltaViaIdentity Aliases: Required: False @@ -62,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta, Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -108,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta, Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md index 61880c045e4b..13655e4b0fb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserDriveRootDelta.md @@ -14,29 +14,28 @@ Invoke function delta ### Delta2 (Default) ``` -Get-MgUserDriveRootDelta -DriveId -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserDriveRootDelta -DriveId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### Delta3 ``` -Get-MgUserDriveRootDelta -DriveId -UserId -Token [-Count] [-Filter ] +Get-MgUserDriveRootDelta -DriveId -UserId -Token [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity3 ``` -Get-MgUserDriveRootDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ### DeltaViaIdentity2 ``` -Get-MgUserDriveRootDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserDriveRootDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -46,12 +45,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity3, DeltaViaIdentity2 Aliases: Required: False @@ -61,6 +75,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta2, Delta3 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -107,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta2, Delta3 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md index fae0c06629b6..023c3a28770c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventDelta.md @@ -21,14 +21,15 @@ The following table lists the differences between the **delta** function on even ### Delta1 (Default) ``` -Get-MgUserEventDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserEventDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserEventDelta -InputObject [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserEventDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -45,12 +46,27 @@ The following table lists the differences between the **delta** function on even ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -60,6 +76,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -91,6 +123,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md index 43848890dc59..c1d733fa4d7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserEventInstanceDelta.md @@ -21,16 +21,15 @@ The following table lists the differences between the **delta** function on even ### Delta1 (Default) ``` -Get-MgUserEventInstanceDelta -EventId -UserId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserEventInstanceDelta -EventId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserEventInstanceDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserEventInstanceDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -47,12 +46,27 @@ The following table lists the differences between the **delta** function on even ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -62,6 +76,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EventId key: id of event @@ -108,6 +138,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md index ef73c25e2514..3d9da9b025b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ### Delta1 (Default) ``` -Get-MgUserMailFolderChildFolderDelta -MailFolderId -UserId [-Count] [-Filter ] +Get-MgUserMailFolderChildFolderDelta -MailFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserMailFolderChildFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserMailFolderChildFolderDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,12 +37,27 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -52,6 +67,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md index 6fe456b329ea..05d34921e614 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderChildFolderMessageDelta.md @@ -17,14 +17,14 @@ This allows you to maintain and synchronize a local store of a user's messages w ### Delta1 (Default) ``` Get-MgUserMailFolderChildFolderMessageDelta -MailFolderId -MailFolderId1 -UserId - [-Count] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] - [-Top ] [] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserMailFolderChildFolderMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserMailFolderChildFolderMessageDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,12 +37,27 @@ This allows you to maintain and synchronize a local store of a user's messages w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -52,6 +67,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -113,6 +144,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md index 59ad98bdb8a8..cda23528b05e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ### Delta1 (Default) ``` -Get-MgUserMailFolderDelta -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserMailFolderDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserMailFolderDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserMailFolderDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -36,12 +36,27 @@ This allows you to maintain and synchronize \na local store of a user's mail fol ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -51,6 +66,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -82,6 +113,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md index 0d8dcc3d3e73..d1435f7c27e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMailFolderMessageDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's messages w ### Delta1 (Default) ``` -Get-MgUserMailFolderMessageDelta -MailFolderId -UserId [-Count] [-Filter ] +Get-MgUserMailFolderMessageDelta -MailFolderId -UserId [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserMailFolderMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] +Get-MgUserMailFolderMessageDelta -InputObject [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` @@ -37,12 +37,27 @@ This allows you to maintain and synchronize a local store of a user's messages w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -52,6 +67,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -98,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md index dba9f6c1b50b..1beda1ffce21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserMessageDelta.md @@ -16,15 +16,15 @@ This allows you to maintain and synchronize a local store of a user's messages w ### Delta1 (Default) ``` -Get-MgUserMessageDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserMessageDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserMessageDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserMessageDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -36,12 +36,27 @@ This allows you to maintain and synchronize a local store of a user's messages w ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -51,6 +66,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -82,6 +113,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserPlannerAllDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserPlannerAllDelta.md index 1a59564a2868..baee5b25dbef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserPlannerAllDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserPlannerAllDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta (Default) ``` -Get-MgUserPlannerAllDelta -UserId [-Count] [-Filter ] [-Property ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserPlannerAllDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity ``` -Get-MgUserPlannerAllDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserPlannerAllDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -42,12 +42,27 @@ To learn about permissions for this resource, see the [permissions reference](/g ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity Aliases: Required: False @@ -57,6 +72,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -88,6 +119,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md index a177a4dc0360..123ac474511d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListDelta.md @@ -14,15 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgUserTodoListDelta -UserId [-Count] [-Filter ] [-Property ] [-Search ] - [-Skip ] [-Sort ] [-Top ] [] +Get-MgUserTodoListDelta -UserId [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] + [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserTodoListDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserTodoListDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -32,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -47,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -78,6 +109,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md index 731e75e7101f..5de0c99c2cf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Get-MgUserTodoListTaskDelta.md @@ -14,16 +14,15 @@ Invoke function delta ### Delta1 (Default) ``` -Get-MgUserTodoListTaskDelta -TodoTaskListId -UserId [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserTodoListTaskDelta -TodoTaskListId -UserId [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] + [-CountVariable ] [] ``` ### DeltaViaIdentity1 ``` -Get-MgUserTodoListTaskDelta -InputObject [-Count] [-Filter ] - [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [] +Get-MgUserTodoListTaskDelta -InputObject [-Filter ] [-Property ] + [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [] ``` ## DESCRIPTION @@ -33,12 +32,27 @@ Invoke function delta ## PARAMETERS +### -All +List all pages. + +```yaml +Type: SwitchParameter +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Count Include count of items ```yaml Type: SwitchParameter -Parameter Sets: (All) +Parameter Sets: DeltaViaIdentity1 Aliases: Required: False @@ -48,6 +62,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -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: String +Parameter Sets: Delta1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Filter Filter items by property values @@ -79,6 +109,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: Delta1 +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md index d9cba3c0453d..4225a639ff80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md @@ -41,6 +41,9 @@ Invoke function delta ### [Get-MgUserChatMessageReplyDelta](Get-MgUserChatMessageReplyDelta.md) Invoke function delta +### [Get-MgUserChatPermissionGrantDelta](Get-MgUserChatPermissionGrantDelta.md) +Invoke function delta + ### [Get-MgUserCloudPcConnectivityHistory](Get-MgUserCloudPcConnectivityHistory.md) Invoke function getCloudPcConnectivityHistory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md index ea3bd478dad9..f683f88e511b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserLicenseDetail.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mguserlicensedetail schema: 2.0.0 -ms.prod: users --- # Get-MgUserLicenseDetail diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManager.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManager.md index 9fc8787d1d43..ea332c5ca5f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManager.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManager.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mgusermanager schema: 2.0.0 -ms.prod: users --- # Get-MgUserManager diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManagerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManagerByRef.md index fb5021c604f9..4faddd3f8906 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManagerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserManagerByRef.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mgusermanagerbyref schema: 2.0.0 -ms.prod: users --- # Get-MgUserManagerByRef diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserMemberOf.md index 1c7b20029139..808b413b4801 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Users/Get-MgUserMemberOf.md @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Users-help.xml Module Name: Microsoft.Graph.Users online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/get-mgusermemberof schema: 2.0.0 -ms.prod: users --- # Get-MgUserMemberOf diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMember.md index 0b81d3ce1fae..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMember.md @@ -1,70 +1,59 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatesupdatableassetmember +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Add-MgWindowsUpdatesUpdatableAssetMember +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Add members to an updatableAssetGroup. -You can add azureADDevice resources as members, but may not add **updatableAssetGroup** resources as members. -Adding an Azure AD device as a member of an updatable asset group automatically creates an **azureADDevice** object, if it does not already exist. -You can also use the method addMembersById to add members. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## SYNTAX ### AddExpanded (Default) ``` -Add-MgWindowsUpdatesUpdatableAssetMember -UpdatableAssetId [-AdditionalProperties ] - [-Assets ] [-PassThru] [-WhatIf] [-Confirm] - [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### Add ``` -Add-MgWindowsUpdatesUpdatableAssetMember -UpdatableAssetId - -BodyParameter +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ### AddViaIdentityExpanded ``` -Add-MgWindowsUpdatesUpdatableAssetMember -InputObject - [-AdditionalProperties ] [-Assets ] [-PassThru] - [-WhatIf] [-Confirm] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### AddViaIdentity ``` -Add-MgWindowsUpdatesUpdatableAssetMember -InputObject - -BodyParameter +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Add members to an updatableAssetGroup. -You can add azureADDevice resources as members, but may not add **updatableAssetGroup** resources as members. -Adding an Azure AD device as a member of an updatable asset group automatically creates an **azureADDevice** object, if it does not already exist. -You can also use the method addMembersById to add members. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - Assets = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) -} -Add-MgWindowsUpdatesUpdatableAssetMember -UpdatableAssetId $updatableAssetId -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -82,35 +71,34 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Assets +### -BodyParameter . -To construct, please use Get-Help -Online and see NOTES section for ASSETS properties and create a hash table. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: AddExpanded, AddViaIdentityExpanded +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Add, AddViaIdentity Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -BodyParameter +### -Ids . -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPathsH2EvdrAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Add, AddViaIdentity +Type: String[] +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` @@ -130,6 +118,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -MemberEntityType +. + +```yaml +Type: String +Parameter Sets: AddExpanded, AddViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PassThru Returns true when the command succeeds @@ -160,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: AddExpanded, Add +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -196,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsH2EvdrAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -206,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatesupdatableassetmember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatesupdatableassetmember) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMemberById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMemberById.md index f628a19ce805..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMemberById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Add-MgWindowsUpdatesUpdatableAssetMemberById.md @@ -1,11 +1,11 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatesupdatableassetmemberbyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Add-MgWindowsUpdatesUpdatableAssetMemberById +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS Add members of the same type to an updatableAssetGroup. @@ -15,28 +15,29 @@ You can also use the method addMembers to add members. ### AddExpanded (Default) ``` -Add-MgWindowsUpdatesUpdatableAssetMemberById -UpdatableAssetId [-AdditionalProperties ] - [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### Add ``` -Add-MgWindowsUpdatesUpdatableAssetMemberById -UpdatableAssetId - -BodyParameter +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ### AddViaIdentityExpanded ``` -Add-MgWindowsUpdatesUpdatableAssetMemberById -InputObject +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### AddViaIdentity ``` -Add-MgWindowsUpdatesUpdatableAssetMemberById -InputObject - -BodyParameter +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -46,20 +47,13 @@ You can also use the method addMembers to add members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - Ids = @( - "String" - "String" - "String" - ) - MemberEntityType = "#microsoft.graph.windowsUpdates.azureADDevice" -} -Add-MgWindowsUpdatesUpdatableAssetMemberById -UpdatableAssetId $updatableAssetId -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -82,7 +76,7 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPathsHfkndjAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema Parameter Sets: Add, AddViaIdentity Aliases: @@ -169,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: AddExpanded, Add +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -205,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsHfkndjAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -215,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatesupdatableassetmemberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatesupdatableassetmemberbyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesCatalogEntry.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesCatalogEntry.md index be7d7c3461b2..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesCatalogEntry.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesCatalogEntry.md @@ -1,118 +1,98 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatescatalogentry +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Get-MgWindowsUpdatesCatalogEntry +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Lists the content that you can approve for deployment. -Read-only. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## SYNTAX -### List (Default) +### AddExpanded (Default) ``` -Get-MgWindowsUpdatesCatalogEntry [-ExpandProperty ] [-Property ] [-Filter ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] - [-CountVariable ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Get +### Add ``` -Get-MgWindowsUpdatesCatalogEntry -CatalogEntryId [-ExpandProperty ] [-Property ] - [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GetViaIdentity +### AddViaIdentityExpanded ``` -Get-MgWindowsUpdatesCatalogEntry -InputObject [-ExpandProperty ] - [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### AddViaIdentity +``` +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Lists the content that you can approve for deployment. -Read-only. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesCatalogEntry +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS -### -All -List all pages. +### -AdditionalProperties +Additional Parameters ```yaml -Type: SwitchParameter -Parameter Sets: List +Type: Hashtable +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -CatalogEntryId -The unique identifier of catalogEntry +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: String -Parameter Sets: Get +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Add, AddViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -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: String -Parameter Sets: List -Aliases: CV - -Required: False -Position: Named -Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ExpandProperty -Expand related entities +### -Ids +. ```yaml Type: String[] -Parameter Sets: (All) -Aliases: Expand - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Filter -Filter items by property values - -```yaml -Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False @@ -128,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: AddViaIdentityExpanded, AddViaIdentity Aliases: Required: True @@ -138,92 +118,93 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PageSize -Sets the page size of results. +### -MemberEntityType +. ```yaml -Type: Int32 -Parameter Sets: List +Type: String +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Property -Select properties to be returned +### -PassThru +Returns true when the command succeeds ```yaml -Type: String[] +Type: SwitchParameter Parameter Sets: (All) -Aliases: Select +Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -Search -Search items by search phrases +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, Add Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Sort -Order items by property values +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: String[] -Parameter Sets: List -Aliases: OrderBy +Type: String +Parameter Sets: AddExpanded, Add +Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Top -Show only the first n items +### -Confirm +Prompts you for confirmation before running the cmdlet. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: Limit +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Skip -Skip the first n items +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -233,14 +214,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesCatalogEntry +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatescatalogentry](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatescatalogentry) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeployment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeployment.md index 335096e5e6ca..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeployment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeployment.md @@ -1,79 +1,69 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeployment +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Get-MgWindowsUpdatesDeployment +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Deployments created using the deployment service. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## SYNTAX -### List (Default) +### AddExpanded (Default) ``` -Get-MgWindowsUpdatesDeployment [-ExpandProperty ] [-Property ] [-Filter ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] - [-CountVariable ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Get +### Add ``` -Get-MgWindowsUpdatesDeployment -DeploymentId [-ExpandProperty ] [-Property ] - [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GetViaIdentity +### AddViaIdentityExpanded ``` -Get-MgWindowsUpdatesDeployment -InputObject [-ExpandProperty ] - [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### AddViaIdentity +``` +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Deployments created using the deployment service. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesDeployment -DeploymentId $deploymentId +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` -### EXAMPLE 2 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesDeployment -``` +{{ Add example description here }} ## PARAMETERS -### -All -List all pages. +### -AdditionalProperties +Additional Parameters ```yaml -Type: SwitchParameter -Parameter Sets: List +Type: Hashtable +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -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: String -Parameter Sets: List -Aliases: CV - Required: False Position: Named Default value: None @@ -81,42 +71,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: String -Parameter Sets: Get +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Add, AddViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ExpandProperty -Expand related entities +### -Ids +. ```yaml Type: String[] -Parameter Sets: (All) -Aliases: Expand - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Filter -Filter items by property values - -```yaml -Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False @@ -132,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: AddViaIdentityExpanded, AddViaIdentity Aliases: Required: True @@ -142,92 +118,93 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PageSize -Sets the page size of results. +### -MemberEntityType +. ```yaml -Type: Int32 -Parameter Sets: List +Type: String +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Property -Select properties to be returned +### -PassThru +Returns true when the command succeeds ```yaml -Type: String[] +Type: SwitchParameter Parameter Sets: (All) -Aliases: Select +Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -Search -Search items by search phrases +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, Add Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Sort -Order items by property values +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: String[] -Parameter Sets: List -Aliases: OrderBy +Type: String +Parameter Sets: AddExpanded, Add +Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Top -Show only the first n items +### -Confirm +Prompts you for confirmation before running the cmdlet. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: Limit +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Skip -Skip the first n items +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -237,14 +214,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesDeployment +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeployment](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeployment) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceExclusion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceExclusion.md index 65a689e32f43..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceExclusion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceExclusion.md @@ -1,73 +1,69 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeploymentaudienceexclusion +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Get-MgWindowsUpdatesDeploymentAudienceExclusion +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Specifies the assets to exclude from the audience. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## SYNTAX -### List (Default) +### AddExpanded (Default) ``` -Get-MgWindowsUpdatesDeploymentAudienceExclusion -DeploymentId [-ExpandProperty ] - [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [-PageSize ] [-All] [-CountVariable ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Get +### Add ``` -Get-MgWindowsUpdatesDeploymentAudienceExclusion -DeploymentId -UpdatableAssetId - [-ExpandProperty ] [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GetViaIdentity +### AddViaIdentityExpanded ``` -Get-MgWindowsUpdatesDeploymentAudienceExclusion -InputObject - [-ExpandProperty ] [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### AddViaIdentity +``` +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Specifies the assets to exclude from the audience. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesDeploymentAudienceExclusion -DeploymentId $deploymentId +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS -### -All -List all pages. +### -AdditionalProperties +Additional Parameters ```yaml -Type: SwitchParameter -Parameter Sets: List +Type: Hashtable +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -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: String -Parameter Sets: List -Aliases: CV - Required: False Position: Named Default value: None @@ -75,42 +71,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: String -Parameter Sets: List, Get +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Add, AddViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ExpandProperty -Expand related entities +### -Ids +. ```yaml Type: String[] -Parameter Sets: (All) -Aliases: Expand - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Filter -Filter items by property values - -```yaml -Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False @@ -126,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: AddViaIdentityExpanded, AddViaIdentity Aliases: Required: True @@ -136,107 +118,93 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PageSize -Sets the page size of results. +### -MemberEntityType +. ```yaml -Type: Int32 -Parameter Sets: List +Type: String +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Property -Select properties to be returned +### -PassThru +Returns true when the command succeeds ```yaml -Type: String[] +Type: SwitchParameter Parameter Sets: (All) -Aliases: Select +Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -Search -Search items by search phrases +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, Add Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Sort -Order items by property values +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: String[] -Parameter Sets: List -Aliases: OrderBy +Type: String +Parameter Sets: AddExpanded, Add +Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Top -Show only the first n items +### -Confirm +Prompts you for confirmation before running the cmdlet. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: Limit +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf Required: False Position: Named -Default value: 0 -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UpdatableAssetId -The unique identifier of updatableAsset - -```yaml -Type: String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Skip -Skip the first n items +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -246,15 +214,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatableAsset -### System.String +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeploymentaudienceexclusion](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeploymentaudienceexclusion) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceMember.md index e2d4ff22d4d5..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesDeploymentAudienceMember.md @@ -1,73 +1,69 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeploymentaudiencemember +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Get-MgWindowsUpdatesDeploymentAudienceMember +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Specifies the assets to include in the audience. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## SYNTAX -### List (Default) +### AddExpanded (Default) ``` -Get-MgWindowsUpdatesDeploymentAudienceMember -DeploymentId [-ExpandProperty ] - [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] - [-PageSize ] [-All] [-CountVariable ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Get +### Add ``` -Get-MgWindowsUpdatesDeploymentAudienceMember -DeploymentId -UpdatableAssetId - [-ExpandProperty ] [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GetViaIdentity +### AddViaIdentityExpanded ``` -Get-MgWindowsUpdatesDeploymentAudienceMember -InputObject - [-ExpandProperty ] [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### AddViaIdentity +``` +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Specifies the assets to include in the audience. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesDeploymentAudienceMember -DeploymentId $deploymentId +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS -### -All -List all pages. +### -AdditionalProperties +Additional Parameters ```yaml -Type: SwitchParameter -Parameter Sets: List +Type: Hashtable +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -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: String -Parameter Sets: List -Aliases: CV - Required: False Position: Named Default value: None @@ -75,42 +71,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: String -Parameter Sets: List, Get +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Add, AddViaIdentity Aliases: Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ExpandProperty -Expand related entities +### -Ids +. ```yaml Type: String[] -Parameter Sets: (All) -Aliases: Expand - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Filter -Filter items by property values - -```yaml -Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False @@ -126,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: AddViaIdentityExpanded, AddViaIdentity Aliases: Required: True @@ -136,107 +118,93 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PageSize -Sets the page size of results. +### -MemberEntityType +. ```yaml -Type: Int32 -Parameter Sets: List +Type: String +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Property -Select properties to be returned +### -PassThru +Returns true when the command succeeds ```yaml -Type: String[] +Type: SwitchParameter Parameter Sets: (All) -Aliases: Select +Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -Search -Search items by search phrases +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, Add Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Sort -Order items by property values +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: String[] -Parameter Sets: List -Aliases: OrderBy +Type: String +Parameter Sets: AddExpanded, Add +Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Top -Show only the first n items +### -Confirm +Prompts you for confirmation before running the cmdlet. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: Limit +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf Required: False Position: Named -Default value: 0 -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UpdatableAssetId -The unique identifier of updatableAsset - -```yaml -Type: String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Skip -Skip the first n items +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -246,15 +214,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatableAsset -### System.String +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeploymentaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesdeploymentaudiencemember) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicy.md index 96f1fd797258..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicy.md @@ -1,38 +1,49 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicy +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Get-MgWindowsUpdatesPolicy +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -A collection of policies for approving the deployment of different content to an audience over time. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## SYNTAX -### List (Default) +### AddExpanded (Default) ``` -Get-MgWindowsUpdatesPolicy [-ExpandProperty ] [-Property ] [-Filter ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] - [-CountVariable ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Get +### Add ``` -Get-MgWindowsUpdatesPolicy -UpdatePolicyId [-ExpandProperty ] [-Property ] - [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GetViaIdentity +### AddViaIdentityExpanded ``` -Get-MgWindowsUpdatesPolicy -InputObject [-ExpandProperty ] - [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### AddViaIdentity +``` +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -A collection of policies for approving the deployment of different content to an audience over time. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## EXAMPLES @@ -45,30 +56,14 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -All -List all pages. +### -AdditionalProperties +Additional Parameters ```yaml -Type: SwitchParameter -Parameter Sets: List +Type: Hashtable +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -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: String -Parameter Sets: List -Aliases: CV - Required: False Position: Named Default value: None @@ -76,27 +71,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ExpandProperty -Expand related entities +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: String[] -Parameter Sets: (All) -Aliases: Expand +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Add, AddViaIdentity +Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -Filter -Filter items by property values +### -Ids +. ```yaml -Type: String -Parameter Sets: List +Type: String[] +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False @@ -112,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: AddViaIdentityExpanded, AddViaIdentity Aliases: Required: True @@ -122,107 +118,93 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PageSize -Sets the page size of results. +### -MemberEntityType +. ```yaml -Type: Int32 -Parameter Sets: List +Type: String +Parameter Sets: AddExpanded, AddViaIdentityExpanded Aliases: Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Property -Select properties to be returned +### -PassThru +Returns true when the command succeeds ```yaml -Type: String[] +Type: SwitchParameter Parameter Sets: (All) -Aliases: Select +Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -Search -Search items by search phrases +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml Type: String -Parameter Sets: List +Parameter Sets: AddExpanded, Add Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Sort -Order items by property values +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: String[] -Parameter Sets: List -Aliases: OrderBy +Type: String +Parameter Sets: AddExpanded, Add +Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Top -Show only the first n items +### -Confirm +Prompts you for confirmation before running the cmdlet. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: Limit +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf Required: False Position: Named -Default value: 0 -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UpdatePolicyId -The unique identifier of updatePolicy - -```yaml -Type: String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Skip -Skip the first n items +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. ```yaml -Type: Int32 -Parameter Sets: List -Aliases: +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi Required: False Position: Named -Default value: 0 +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -232,14 +214,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatePolicy +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicy](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicy) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyAudience.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyAudience.md index 77789769212d..cb6fa59d3983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyAudience.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyAudience.md @@ -1,31 +1,49 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudience +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Get-MgWindowsUpdatesPolicyAudience +# Add-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Specifies the audience to target. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## SYNTAX -### Get (Default) +### AddExpanded (Default) ``` -Get-MgWindowsUpdatesPolicyAudience -UpdatePolicyId [-ExpandProperty ] [-Property ] - [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### GetViaIdentity +### Add ``` -Get-MgWindowsUpdatesPolicyAudience -InputObject [-ExpandProperty ] - [-Property ] [] +Add-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### AddViaIdentityExpanded +``` +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### AddViaIdentity +``` +Add-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Specifies the audience to target. +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. ## EXAMPLES @@ -38,13 +56,44 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -ExpandProperty -Expand related entities +### -AdditionalProperties +Additional Parameters + +```yaml +Type: Hashtable +Parameter Sets: AddExpanded, AddViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Add, AddViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Ids +. ```yaml Type: String[] -Parameter Sets: (All) -Aliases: Expand +Parameter Sets: AddExpanded, AddViaIdentityExpanded +Aliases: Required: False Position: Named @@ -59,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: AddViaIdentityExpanded, AddViaIdentity Aliases: Required: True @@ -69,16 +118,46 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -Property -Select properties to be returned +### -MemberEntityType +. ```yaml -Type: String[] +Type: String +Parameter Sets: AddExpanded, AddViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: SwitchParameter Parameter Sets: (All) -Aliases: Select +Aliases: Required: False Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: AddExpanded, Add +Aliases: + +Required: True +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -89,7 +168,7 @@ The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: Get +Parameter Sets: AddExpanded, Add Aliases: Required: True @@ -99,19 +178,51 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPathsB49Il7AdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesAddmembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesDeploymentAudience +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudience](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudience) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/add-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChange.md index 8b02f025fb21..c06f58c43f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChange.md @@ -1,38 +1,38 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicycompliancechange +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Get-MgWindowsUpdatesPolicyComplianceChange +# Get-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Compliance changes like content approvals which result in the automatic creation of deployments using the audience and deploymentSettings of the policy. +Specifies the assets to include in the audience. ## SYNTAX ### List (Default) ``` -Get-MgWindowsUpdatesPolicyComplianceChange -UpdatePolicyId [-ExpandProperty ] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] [-CountVariable ] [] ``` ### Get ``` -Get-MgWindowsUpdatesPolicyComplianceChange -ComplianceChangeId -UpdatePolicyId +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId [-ExpandProperty ] [-Property ] [] ``` ### GetViaIdentity ``` -Get-MgWindowsUpdatesPolicyComplianceChange -InputObject [-ExpandProperty ] +Get-MgWindowsUpdatesPolicyAudienceMember -InputObject [-ExpandProperty ] [-Property ] [] ``` ## DESCRIPTION -Compliance changes like content approvals which result in the automatic creation of deployments using the audience and deploymentSettings of the policy. +Specifies the assets to include in the audience. ## EXAMPLES @@ -60,21 +60,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ComplianceChangeId -The unique identifier of complianceChange - -```yaml -Type: String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -CountVariable Specifies a count of the total number of items in a collection. By default, this variable will be set in the global scope. @@ -212,6 +197,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -UpdatePolicyId The unique identifier of updatePolicy @@ -250,11 +250,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesComplianceChange +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatableAsset +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicycompliancechange](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicycompliancechange) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy.md index e1659798ec5b..c06f58c43f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy.md @@ -1,31 +1,38 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicycompliancechangeupdatepolicy +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy +# Get-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -The policy this compliance change is a member of. +Specifies the assets to include in the audience. ## SYNTAX -### Get (Default) +### List (Default) ``` -Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy -ComplianceChangeId -UpdatePolicyId +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] +``` + +### Get +``` +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId [-ExpandProperty ] [-Property ] [] ``` ### GetViaIdentity ``` -Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy -InputObject - [-ExpandProperty ] [-Property ] [] +Get-MgWindowsUpdatesPolicyAudienceMember -InputObject [-ExpandProperty ] + [-Property ] [] ``` ## DESCRIPTION -The policy this compliance change is a member of. +Specifies the assets to include in the audience. ## EXAMPLES @@ -38,15 +45,31 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -ComplianceChangeId -The unique identifier of complianceChange +### -All +List all pages. ```yaml -Type: String -Parameter Sets: Get +Type: SwitchParameter +Parameter Sets: List Aliases: -Required: True +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -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: String +Parameter Sets: List +Aliases: CV + +Required: False Position: Named Default value: None Accept pipeline input: False @@ -68,6 +91,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Filter +Filter items by property values + +```yaml +Type: String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. @@ -84,6 +122,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PageSize +Sets the page size of results. + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Property Select properties to be returned @@ -99,12 +152,72 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Search +Search items by search phrases + +```yaml +Type: String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: Limit + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -UpdatePolicyId The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: Get +Parameter Sets: List, Get Aliases: Required: True @@ -114,6 +227,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Skip +Skip the first n items + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). @@ -122,11 +250,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatePolicy +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatableAsset +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicycompliancechangeupdatepolicy](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicycompliancechangeupdatepolicy) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesResourceConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesResourceConnection.md index a34c9f167c37..c06f58c43f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesResourceConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesResourceConnection.md @@ -1,64 +1,47 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesresourceconnection +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Get-MgWindowsUpdatesResourceConnection +# Get-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Service connections to external resources such as analytics workspaces. +Specifies the assets to include in the audience. ## SYNTAX ### List (Default) ``` -Get-MgWindowsUpdatesResourceConnection [-ExpandProperty ] [-Property ] [-Filter ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] - [-CountVariable ] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Get ``` -Get-MgWindowsUpdatesResourceConnection -ResourceConnectionId [-ExpandProperty ] - [-Property ] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + [-ExpandProperty ] [-Property ] [] ``` ### GetViaIdentity ``` -Get-MgWindowsUpdatesResourceConnection -InputObject [-ExpandProperty ] +Get-MgWindowsUpdatesPolicyAudienceMember -InputObject [-ExpandProperty ] [-Property ] [] ``` ## DESCRIPTION -Service connections to external resources such as analytics workspaces. +Specifies the assets to include in the audience. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesResourceConnection -ResourceConnectionId $resourceConnectionId -``` - -### EXAMPLE 2 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesResourceConnection -ResourceConnectionId $resourceConnectionId -``` - -### EXAMPLE 3 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesResourceConnection -ResourceConnectionId $resourceConnectionId +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` -### EXAMPLE 4 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesResourceConnection -``` +{{ Add example description here }} ## PARAMETERS @@ -169,21 +152,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ResourceConnectionId -The unique identifier of resourceConnection - -```yaml -Type: String -Parameter Sets: Get -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Search Search items by search phrases @@ -229,6 +197,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Skip Skip the first n items @@ -252,11 +250,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesResourceConnection +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatableAsset +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesresourceconnection](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesresourceconnection) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesUpdatableAsset.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesUpdatableAsset.md index f09e3312e917..c06f58c43f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesUpdatableAsset.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Get-MgWindowsUpdatesUpdatableAsset.md @@ -1,82 +1,47 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesupdatableasset +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Get-MgWindowsUpdatesUpdatableAsset +# Get-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Assets registered with the deployment service that can receive updates. +Specifies the assets to include in the audience. ## SYNTAX ### List (Default) ``` -Get-MgWindowsUpdatesUpdatableAsset [-ExpandProperty ] [-Property ] [-Filter ] - [-Search ] [-Skip ] [-Sort ] [-Top ] [-PageSize ] [-All] - [-CountVariable ] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` ### Get ``` -Get-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId [-ExpandProperty ] - [-Property ] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + [-ExpandProperty ] [-Property ] [] ``` ### GetViaIdentity ``` -Get-MgWindowsUpdatesUpdatableAsset -InputObject [-ExpandProperty ] +Get-MgWindowsUpdatesPolicyAudienceMember -InputObject [-ExpandProperty ] [-Property ] [] ``` ## DESCRIPTION -Assets registered with the deployment service that can receive updates. +Specifies the assets to include in the audience. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId $updatableAssetId -``` - -### EXAMPLE 2 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId $updatableAssetId -``` - -### EXAMPLE 3 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId $updatableAssetId -``` - -### EXAMPLE 4 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesUpdatableAsset -Filter "isof('microsoft.graph.windowsUpdates.azureADDevice')" -``` - -### EXAMPLE 5 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesUpdatableAsset +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` -### EXAMPLE 6 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesUpdatableAsset -OutFile $outFileId -``` - -### EXAMPLE 7 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Get-MgWindowsUpdatesUpdatableAsset -Filter "isof('microsoft.graph.windowsUpdates.updatableAssetGroup')" -``` +{{ Add example description here }} ## PARAMETERS @@ -247,6 +212,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Skip Skip the first n items @@ -277,5 +257,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesupdatableasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatesupdatableasset) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById.md index 31c240fe0c0c..c06f58c43f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById.md @@ -1,47 +1,38 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesdeploymentaudienceexclusionassetbyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById +# Get-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Invoke action enrollAssetsById +Specifies the assets to include in the audience. ## SYNTAX -### EnrollExpanded (Default) +### List (Default) ``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById -DeploymentId - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] - [-PassThru] [-WhatIf] [-Confirm] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` -### Enroll +### Get ``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById -DeploymentId - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + [-ExpandProperty ] [-Property ] [] ``` -### EnrollViaIdentityExpanded +### GetViaIdentity ``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById -InputObject - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] - [-PassThru] [-WhatIf] [-Confirm] [] -``` - -### EnrollViaIdentity -``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById -InputObject - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +Get-MgWindowsUpdatesPolicyAudienceMember -InputObject [-ExpandProperty ] + [-Property ] [] ``` ## DESCRIPTION -Invoke action enrollAssetsById +Specifies the assets to include in the audience. ## EXAMPLES @@ -54,58 +45,58 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -AdditionalProperties -Additional Parameters +### -All +List all pages. ```yaml -Type: Hashtable -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Type: SwitchParameter +Parameter Sets: List Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -BodyParameter -. -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +### -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: IPathsUi9WwcAdminWindowsUpdatesDeploymentsDeploymentIdAudienceExclusionsMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Enroll, EnrollViaIdentity -Aliases: +Type: String +Parameter Sets: List +Aliases: CV -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -ExpandProperty +Expand related entities ```yaml -Type: String -Parameter Sets: EnrollExpanded, Enroll -Aliases: +Type: String[] +Parameter Sets: (All) +Aliases: Expand -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Ids -. +### -Filter +Filter items by property values ```yaml -Type: String[] -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Type: String +Parameter Sets: List Aliases: Required: False @@ -121,7 +112,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: EnrollViaIdentityExpanded, EnrollViaIdentity +Parameter Sets: GetViaIdentity Aliases: Required: True @@ -131,42 +122,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -MemberEntityType -. +### -PageSize +Sets the page size of results. ```yaml -Type: String -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Type: Int32 +Parameter Sets: List Aliases: Required: False Position: Named -Default value: None +Default value: 0 Accept pipeline input: False Accept wildcard characters: False ``` -### -PassThru -Returns true when the command succeeds +### -Property +Select properties to be returned ```yaml -Type: SwitchParameter +Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Select Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -UpdateCategory -updateCategory +### -Search +Search items by search phrases ```yaml Type: String -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Parameter Sets: List Aliases: Required: False @@ -176,13 +167,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Confirm -Prompts you for confirmation before running the cmdlet. +### -Sort +Order items by property values ```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: cf +Type: String[] +Parameter Sets: List +Aliases: OrderBy Required: False Position: Named @@ -191,36 +182,80 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. +### -Top +Show only the first n items ```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi +Type: Int32 +Parameter Sets: List +Aliases: Limit Required: False Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` +### -Skip +Skip the first n items + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsUi9WwcAdminWindowsUpdatesDeploymentsDeploymentIdAudienceExclusionsMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### System.Boolean +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatableAsset +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesdeploymentaudienceexclusionassetbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesdeploymentaudienceexclusionassetbyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById.md index fcc11457ae9c..c06f58c43f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById.md @@ -1,47 +1,38 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesdeploymentaudiencememberassetbyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById +# Get-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Invoke action enrollAssetsById +Specifies the assets to include in the audience. ## SYNTAX -### EnrollExpanded (Default) +### List (Default) ``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById -DeploymentId - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] - [-PassThru] [-WhatIf] [-Confirm] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-PageSize ] [-All] [-CountVariable ] [] ``` -### Enroll +### Get ``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById -DeploymentId - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +Get-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + [-ExpandProperty ] [-Property ] [] ``` -### EnrollViaIdentityExpanded +### GetViaIdentity ``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById -InputObject - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] - [-PassThru] [-WhatIf] [-Confirm] [] -``` - -### EnrollViaIdentity -``` -Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById -InputObject - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +Get-MgWindowsUpdatesPolicyAudienceMember -InputObject [-ExpandProperty ] + [-Property ] [] ``` ## DESCRIPTION -Invoke action enrollAssetsById +Specifies the assets to include in the audience. ## EXAMPLES @@ -54,58 +45,58 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -AdditionalProperties -Additional Parameters +### -All +List all pages. ```yaml -Type: Hashtable -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Type: SwitchParameter +Parameter Sets: List Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -BodyParameter -. -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +### -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: IPaths1Cgy4T7AdminWindowsUpdatesDeploymentsDeploymentIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Enroll, EnrollViaIdentity -Aliases: +Type: String +Parameter Sets: List +Aliases: CV -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -ExpandProperty +Expand related entities ```yaml -Type: String -Parameter Sets: EnrollExpanded, Enroll -Aliases: +Type: String[] +Parameter Sets: (All) +Aliases: Expand -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -Ids -. +### -Filter +Filter items by property values ```yaml -Type: String[] -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Type: String +Parameter Sets: List Aliases: Required: False @@ -121,7 +112,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: EnrollViaIdentityExpanded, EnrollViaIdentity +Parameter Sets: GetViaIdentity Aliases: Required: True @@ -131,42 +122,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -MemberEntityType -. +### -PageSize +Sets the page size of results. ```yaml -Type: String -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Type: Int32 +Parameter Sets: List Aliases: Required: False Position: Named -Default value: None +Default value: 0 Accept pipeline input: False Accept wildcard characters: False ``` -### -PassThru -Returns true when the command succeeds +### -Property +Select properties to be returned ```yaml -Type: SwitchParameter +Type: String[] Parameter Sets: (All) -Aliases: +Aliases: Select Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -UpdateCategory -updateCategory +### -Search +Search items by search phrases ```yaml Type: String -Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Parameter Sets: List Aliases: Required: False @@ -176,13 +167,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Confirm -Prompts you for confirmation before running the cmdlet. +### -Sort +Order items by property values ```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: cf +Type: String[] +Parameter Sets: List +Aliases: OrderBy Required: False Position: Named @@ -191,36 +182,80 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. +### -Top +Show only the first n items ```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi +Type: Int32 +Parameter Sets: List +Aliases: Limit Required: False Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` +### -Skip +Skip the first n items + +```yaml +Type: Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: 0 +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths1Cgy4T7AdminWindowsUpdatesDeploymentsDeploymentIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### System.Boolean +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatableAsset +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesdeploymentaudiencememberassetbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesdeploymentaudiencememberassetbyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/get-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAsset.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAsset.md index b14490348f4a..d94f2954dc0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAsset.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAsset.md @@ -1,51 +1,57 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesupdatableasset +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid schema: 2.0.0 --- -# Invoke-MgEnrollWindowsUpdatesUpdatableAsset +# Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById ## SYNOPSIS -Invoke action enrollAssets +Invoke action enrollAssetsById ## SYNTAX ### EnrollExpanded (Default) ``` -Invoke-MgEnrollWindowsUpdatesUpdatableAsset [-AdditionalProperties ] - [-Assets ] [-UpdateCategory ] [-PassThru] [-WhatIf] - [-Confirm] [] +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ### Enroll ``` -Invoke-MgEnrollWindowsUpdatesUpdatableAsset - -BodyParameter +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### EnrollViaIdentityExpanded +``` +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### EnrollViaIdentity +``` +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Invoke action enrollAssets +Invoke action enrollAssetsById ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - UpdateCategory = "String" - Assets = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) -} -Invoke-MgEnrollWindowsUpdatesUpdatableAsset -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -53,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: EnrollExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -63,13 +69,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Assets +### -BodyParameter . -To construct, please use Get-Help -Online and see NOTES section for ASSETS properties and create a hash table. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: EnrollExpanded +Type: IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Enroll, EnrollViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Ids +. + +```yaml +Type: String[] +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -79,13 +100,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -BodyParameter -. -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: IPaths1T34IjjAdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesEnrollassetsPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Enroll +Type: IWindowsUpdatesIdentity +Parameter Sets: EnrollViaIdentityExpanded, EnrollViaIdentity Aliases: Required: True @@ -95,6 +116,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -MemberEntityType +. + +```yaml +Type: String +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PassThru Returns true when the command succeeds @@ -115,7 +151,7 @@ updateCategory ```yaml Type: String -Parameter Sets: EnrollExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -125,6 +161,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: EnrollExpanded, Enroll +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -161,7 +212,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths1T34IjjAdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesEnrollassetsPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS ### System.Boolean @@ -170,5 +222,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesupdatableasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesupdatableasset) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAssetById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAssetById.md index 4d5a659563b0..d94f2954dc0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAssetById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgEnrollWindowsUpdatesUpdatableAssetById.md @@ -1,11 +1,11 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesupdatableassetbyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid schema: 2.0.0 --- -# Invoke-MgEnrollWindowsUpdatesUpdatableAssetById +# Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById ## SYNOPSIS Invoke action enrollAssetsById @@ -14,14 +14,29 @@ Invoke action enrollAssetsById ### EnrollExpanded (Default) ``` -Invoke-MgEnrollWindowsUpdatesUpdatableAssetById [-AdditionalProperties ] [-Ids ] - [-MemberEntityType ] [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ### Enroll ``` -Invoke-MgEnrollWindowsUpdatesUpdatableAssetById - -BodyParameter +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### EnrollViaIdentityExpanded +``` +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### EnrollViaIdentity +``` +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -30,21 +45,13 @@ Invoke action enrollAssetsById ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - UpdateCategory = "feature" - MemberEntityType = "#microsoft.graph.windowsUpdates.azureADDevice" - Ids = @( - "String" - "String" - "String" - ) -} -Invoke-MgEnrollWindowsUpdatesUpdatableAssetById -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -52,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: EnrollExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -67,8 +74,8 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPaths134Mc7AdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Enroll +Type: IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Enroll, EnrollViaIdentity Aliases: Required: True @@ -83,7 +90,7 @@ Accept wildcard characters: False ```yaml Type: String[] -Parameter Sets: EnrollExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -93,12 +100,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: IWindowsUpdatesIdentity +Parameter Sets: EnrollViaIdentityExpanded, EnrollViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -MemberEntityType . ```yaml Type: String -Parameter Sets: EnrollExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -128,7 +151,7 @@ updateCategory ```yaml Type: String -Parameter Sets: EnrollExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -138,6 +161,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: EnrollExpanded, Enroll +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -174,7 +212,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths134Mc7AdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS ### System.Boolean @@ -183,5 +222,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesupdatableassetbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatesupdatableassetbyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion.md index 0df8c0e2935b..d94f2954dc0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion.md @@ -1,47 +1,47 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesdeploymentaudienceexclusion +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid schema: 2.0.0 --- -# Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion +# Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById ## SYNOPSIS -Invoke action unenrollAssetsById +Invoke action enrollAssetsById ## SYNTAX -### GraphExpanded (Default) +### EnrollExpanded (Default) ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion -DeploymentId +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Graph +### Enroll ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion -DeploymentId - -BodyParameter +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GraphViaIdentityExpanded +### EnrollViaIdentityExpanded ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion -InputObject +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GraphViaIdentity +### EnrollViaIdentity ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion -InputObject - -BodyParameter +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Invoke action unenrollAssetsById +Invoke action enrollAssetsById ## EXAMPLES @@ -59,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -74,8 +74,8 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPaths17VgwvAdminWindowsUpdatesDeploymentsDeploymentIdAudienceExclusionsMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Graph, GraphViaIdentity +Type: IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Enroll, EnrollViaIdentity Aliases: Required: True @@ -85,27 +85,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment - -```yaml -Type: String -Parameter Sets: GraphExpanded, Graph -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Ids . ```yaml Type: String[] -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -121,7 +106,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GraphViaIdentityExpanded, GraphViaIdentity +Parameter Sets: EnrollViaIdentityExpanded, EnrollViaIdentity Aliases: Required: True @@ -136,7 +121,7 @@ Accept wildcard characters: False ```yaml Type: String -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -166,7 +151,7 @@ updateCategory ```yaml Type: String -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -176,6 +161,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: EnrollExpanded, Enroll +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -212,7 +212,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths17VgwvAdminWindowsUpdatesDeploymentsDeploymentIdAudienceExclusionsMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -222,5 +222,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesdeploymentaudienceexclusion](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesdeploymentaudienceexclusion) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember.md index 2725242079b3..d94f2954dc0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember.md @@ -1,47 +1,47 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesdeploymentaudiencemember +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid schema: 2.0.0 --- -# Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember +# Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById ## SYNOPSIS -Invoke action unenrollAssetsById +Invoke action enrollAssetsById ## SYNTAX -### GraphExpanded (Default) +### EnrollExpanded (Default) ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember -DeploymentId [-AdditionalProperties ] - [-Ids ] [-MemberEntityType ] [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] - [] +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Graph +### Enroll ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember -DeploymentId - -BodyParameter +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GraphViaIdentityExpanded +### EnrollViaIdentityExpanded ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember -InputObject +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### GraphViaIdentity +### EnrollViaIdentity ``` -Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember -InputObject - -BodyParameter +Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Invoke action unenrollAssetsById +Invoke action enrollAssetsById ## EXAMPLES @@ -59,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -74,8 +74,8 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPaths1T38YsrAdminWindowsUpdatesDeploymentsDeploymentIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Graph, GraphViaIdentity +Type: IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Enroll, EnrollViaIdentity Aliases: Required: True @@ -85,27 +85,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment - -```yaml -Type: String -Parameter Sets: GraphExpanded, Graph -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Ids . ```yaml Type: String[] -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -121,7 +106,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: GraphViaIdentityExpanded, GraphViaIdentity +Parameter Sets: EnrollViaIdentityExpanded, EnrollViaIdentity Aliases: Required: True @@ -136,7 +121,7 @@ Accept wildcard characters: False ```yaml Type: String -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -166,7 +151,7 @@ updateCategory ```yaml Type: String -Parameter Sets: GraphExpanded, GraphViaIdentityExpanded +Parameter Sets: EnrollExpanded, EnrollViaIdentityExpanded Aliases: Required: False @@ -176,6 +161,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: EnrollExpanded, Enroll +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -212,7 +212,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths1T38YsrAdminWindowsUpdatesDeploymentsDeploymentIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths1CrxilqAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesEnrollassetsbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -222,5 +222,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesdeploymentaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesdeploymentaudiencemember) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgenrollwindowsupdatespolicyaudiencememberassetbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesUpdatableAsset.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesUpdatableAsset.md index 750105ea82cb..73e81d8c961f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesUpdatableAsset.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgGraphWindowsUpdatesUpdatableAsset.md @@ -1,11 +1,11 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesupdatableasset +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Invoke-MgGraphWindowsUpdatesUpdatableAsset +# Invoke-MgGraphWindowsUpdatesPolicyAudienceMember ## SYNOPSIS Invoke action unenrollAssetsById @@ -14,14 +14,29 @@ Invoke action unenrollAssetsById ### GraphExpanded (Default) ``` -Invoke-MgGraphWindowsUpdatesUpdatableAsset [-AdditionalProperties ] [-Ids ] - [-MemberEntityType ] [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] +Invoke-MgGraphWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Ids ] [-MemberEntityType ] [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] + [] ``` ### Graph ``` -Invoke-MgGraphWindowsUpdatesUpdatableAsset - -BodyParameter +Invoke-MgGraphWindowsUpdatesPolicyAudienceMember -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### GraphViaIdentityExpanded +``` +Invoke-MgGraphWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-UpdateCategory ] + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### GraphViaIdentity +``` +Invoke-MgGraphWindowsUpdatesPolicyAudienceMember -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -30,21 +45,13 @@ Invoke action unenrollAssetsById ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - UpdateCategory = "feature" - MemberEntityType = "#microsoft.graph.windowsUpdates.azureADDevice" - Ids = @( - "String" - "String" - "String" - ) -} -Invoke-MgGraphWindowsUpdatesUpdatableAsset -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -52,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: GraphExpanded +Parameter Sets: GraphExpanded, GraphViaIdentityExpanded Aliases: Required: False @@ -67,8 +74,8 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPaths4Wme8AdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Graph +Type: IPaths1C71JzyAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Graph, GraphViaIdentity Aliases: Required: True @@ -83,7 +90,7 @@ Accept wildcard characters: False ```yaml Type: String[] -Parameter Sets: GraphExpanded +Parameter Sets: GraphExpanded, GraphViaIdentityExpanded Aliases: Required: False @@ -93,12 +100,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: IWindowsUpdatesIdentity +Parameter Sets: GraphViaIdentityExpanded, GraphViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -MemberEntityType . ```yaml Type: String -Parameter Sets: GraphExpanded +Parameter Sets: GraphExpanded, GraphViaIdentityExpanded Aliases: Required: False @@ -128,7 +151,7 @@ updateCategory ```yaml Type: String -Parameter Sets: GraphExpanded +Parameter Sets: GraphExpanded, GraphViaIdentityExpanded Aliases: Required: False @@ -138,6 +161,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: GraphExpanded, Graph +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -174,7 +212,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths4Wme8AdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths1C71JzyAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS ### System.Boolean @@ -183,5 +222,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesupdatableasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatesupdatableasset) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mggraphwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgUnenrollWindowsUpdatesUpdatableAsset.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgUnenrollWindowsUpdatesUpdatableAsset.md index 2a6e2691c03a..72795b308ae2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgUnenrollWindowsUpdatesUpdatableAsset.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Invoke-MgUnenrollWindowsUpdatesUpdatableAsset.md @@ -1,11 +1,11 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatesupdatableasset +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset schema: 2.0.0 --- -# Invoke-MgUnenrollWindowsUpdatesUpdatableAsset +# Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset ## SYNOPSIS Invoke action unenrollAssets @@ -14,15 +14,29 @@ Invoke action unenrollAssets ### UnenrollExpanded (Default) ``` -Invoke-MgUnenrollWindowsUpdatesUpdatableAsset [-AdditionalProperties ] - [-Assets ] [-UpdateCategory ] [-PassThru] [-WhatIf] - [-Confirm] [] +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -UpdatePolicyId + [-AdditionalProperties ] [-Assets ] + [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### Unenroll ``` -Invoke-MgUnenrollWindowsUpdatesUpdatableAsset - -BodyParameter +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UnenrollViaIdentityExpanded +``` +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -InputObject + [-AdditionalProperties ] [-Assets ] + [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UnenrollViaIdentity +``` +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -31,21 +45,13 @@ Invoke action unenrollAssets ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - UpdateCategory = "String" - Assets = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) -} -Invoke-MgUnenrollWindowsUpdatesUpdatableAsset -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -53,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: UnenrollExpanded +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -69,7 +75,7 @@ To construct, please use Get-Help -Online and see NOTES section for ASSETS prope ```yaml Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: UnenrollExpanded +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -84,8 +90,24 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPathsP6Z74XAdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Unenroll +Type: IPaths13W0KifAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Unenroll, UnenrollViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: IWindowsUpdatesIdentity +Parameter Sets: UnenrollViaIdentityExpanded, UnenrollViaIdentity Aliases: Required: True @@ -115,7 +137,7 @@ updateCategory ```yaml Type: String -Parameter Sets: UnenrollExpanded +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -125,6 +147,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: UnenrollExpanded, Unenroll +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -161,7 +198,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsP6Z74XAdminWindowsUpdatesUpdatableassetsMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths13W0KifAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS ### System.Boolean @@ -170,5 +208,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatesupdatableasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatesupdatableasset) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Microsoft.Graph.WindowsUpdates.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Microsoft.Graph.WindowsUpdates.md index 5eafd5aa43e8..d4538f5ed825 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Microsoft.Graph.WindowsUpdates.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Microsoft.Graph.WindowsUpdates.md @@ -11,156 +11,235 @@ Locale: en-US Microsoft Graph PowerShell Cmdlets ## Microsoft.Graph.WindowsUpdates Cmdlets -### [Add-MgWindowsUpdatesDeploymentAudienceExclusionMemberById](Add-MgWindowsUpdatesDeploymentAudienceExclusionMemberById.md) -Add members of the same type to an updatableAssetGroup. -You can also use the method addMembers to add members. - -### [Add-MgWindowsUpdatesDeploymentAudienceMember](Add-MgWindowsUpdatesDeploymentAudienceMember.md) +### [Add-MgWindowsUpdatesPolicyAudienceExclusionMember](Add-MgWindowsUpdatesPolicyAudienceExclusionMember.md) Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add **updatableAssetGroup** resources as members. Adding an Azure AD device as a member of an updatable asset group automatically creates an **azureADDevice** object, if it does not already exist. You can also use the method addMembersById to add members. -### [Add-MgWindowsUpdatesDeploymentAudienceMemberById](Add-MgWindowsUpdatesDeploymentAudienceMemberById.md) +### [Add-MgWindowsUpdatesPolicyAudienceExclusionMemberById](Add-MgWindowsUpdatesPolicyAudienceExclusionMemberById.md) Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. -### [Add-MgWindowsUpdatesUpdatableAssetMember](Add-MgWindowsUpdatesUpdatableAssetMember.md) +### [Add-MgWindowsUpdatesPolicyAudienceMember](Add-MgWindowsUpdatesPolicyAudienceMember.md) Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add **updatableAssetGroup** resources as members. Adding an Azure AD device as a member of an updatable asset group automatically creates an **azureADDevice** object, if it does not already exist. You can also use the method addMembersById to add members. -### [Add-MgWindowsUpdatesUpdatableAssetMemberById](Add-MgWindowsUpdatesUpdatableAssetMemberById.md) +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. + +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. + +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. + +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. + +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. + +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. + +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. -### [Get-MgWindowsUpdatesCatalogEntry](Get-MgWindowsUpdatesCatalogEntry.md) -Lists the content that you can approve for deployment. -Read-only. +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. -### [Get-MgWindowsUpdatesDeployment](Get-MgWindowsUpdatesDeployment.md) -Deployments created using the deployment service. +### [Add-MgWindowsUpdatesPolicyAudienceMemberById](Add-MgWindowsUpdatesPolicyAudienceMemberById.md) +Add members of the same type to an updatableAssetGroup. +You can also use the method addMembers to add members. -### [Get-MgWindowsUpdatesDeploymentAudienceExclusion](Get-MgWindowsUpdatesDeploymentAudienceExclusion.md) +### [Get-MgWindowsUpdatesPolicyAudienceExclusion](Get-MgWindowsUpdatesPolicyAudienceExclusion.md) Specifies the assets to exclude from the audience. -### [Get-MgWindowsUpdatesDeploymentAudienceMember](Get-MgWindowsUpdatesDeploymentAudienceMember.md) +### [Get-MgWindowsUpdatesPolicyAudienceMember](Get-MgWindowsUpdatesPolicyAudienceMember.md) +Specifies the assets to include in the audience. + +### [Get-MgWindowsUpdatesPolicyAudienceMember](Get-MgWindowsUpdatesPolicyAudienceMember.md) +Specifies the assets to include in the audience. + +### [Get-MgWindowsUpdatesPolicyAudienceMember](Get-MgWindowsUpdatesPolicyAudienceMember.md) +Specifies the assets to include in the audience. + +### [Get-MgWindowsUpdatesPolicyAudienceMember](Get-MgWindowsUpdatesPolicyAudienceMember.md) Specifies the assets to include in the audience. -### [Get-MgWindowsUpdatesPolicy](Get-MgWindowsUpdatesPolicy.md) -A collection of policies for approving the deployment of different content to an audience over time. +### [Get-MgWindowsUpdatesPolicyAudienceMember](Get-MgWindowsUpdatesPolicyAudienceMember.md) +Specifies the assets to include in the audience. -### [Get-MgWindowsUpdatesPolicyAudience](Get-MgWindowsUpdatesPolicyAudience.md) -Specifies the audience to target. +### [Get-MgWindowsUpdatesPolicyAudienceMember](Get-MgWindowsUpdatesPolicyAudienceMember.md) +Specifies the assets to include in the audience. + +### [Get-MgWindowsUpdatesPolicyAudienceMember](Get-MgWindowsUpdatesPolicyAudienceMember.md) +Specifies the assets to include in the audience. -### [Get-MgWindowsUpdatesPolicyComplianceChange](Get-MgWindowsUpdatesPolicyComplianceChange.md) -Compliance changes like content approvals which result in the automatic creation of deployments using the audience and deploymentSettings of the policy. +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAsset](Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAsset.md) +Invoke action enrollAssets -### [Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy](Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy.md) -The policy this compliance change is a member of. +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAssetById](Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAssetById.md) +Invoke action enrollAssetsById -### [Get-MgWindowsUpdatesResourceConnection](Get-MgWindowsUpdatesResourceConnection.md) -Service connections to external resources such as analytics workspaces. +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAsset](Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAsset.md) +Invoke action enrollAssets -### [Get-MgWindowsUpdatesUpdatableAsset](Get-MgWindowsUpdatesUpdatableAsset.md) -Assets registered with the deployment service that can receive updates. +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById](Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById.md) +Invoke action enrollAssetsById -### [Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById](Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById.md) +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById](Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById.md) Invoke action enrollAssetsById -### [Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById](Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById.md) +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById](Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById.md) Invoke action enrollAssetsById -### [Invoke-MgEnrollWindowsUpdatesUpdatableAsset](Invoke-MgEnrollWindowsUpdatesUpdatableAsset.md) -Invoke action enrollAssets +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById](Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById.md) +Invoke action enrollAssetsById -### [Invoke-MgEnrollWindowsUpdatesUpdatableAssetById](Invoke-MgEnrollWindowsUpdatesUpdatableAssetById.md) +### [Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById](Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById.md) Invoke action enrollAssetsById -### [Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion](Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion.md) +### [Invoke-MgGraphWindowsUpdatesPolicyAudienceExclusion](Invoke-MgGraphWindowsUpdatesPolicyAudienceExclusion.md) Invoke action unenrollAssetsById -### [Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember](Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember.md) +### [Invoke-MgGraphWindowsUpdatesPolicyAudienceMember](Invoke-MgGraphWindowsUpdatesPolicyAudienceMember.md) Invoke action unenrollAssetsById -### [Invoke-MgGraphWindowsUpdatesUpdatableAsset](Invoke-MgGraphWindowsUpdatesUpdatableAsset.md) +### [Invoke-MgGraphWindowsUpdatesPolicyAudienceMember](Invoke-MgGraphWindowsUpdatesPolicyAudienceMember.md) Invoke action unenrollAssetsById -### [Invoke-MgUnenrollWindowsUpdatesUpdatableAsset](Invoke-MgUnenrollWindowsUpdatesUpdatableAsset.md) +### [Invoke-MgUnenrollWindowsUpdatesPolicyAudienceExclusionAsset](Invoke-MgUnenrollWindowsUpdatesPolicyAudienceExclusionAsset.md) +Invoke action unenrollAssets + +### [Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset](Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset.md) +Invoke action unenrollAssets + +### [Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset](Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset.md) Invoke action unenrollAssets -### [New-MgWindowsUpdatesDeployment](New-MgWindowsUpdatesDeployment.md) -Create a new deployment object. +### [Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset](Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset.md) +Invoke action unenrollAssets + +### [Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset](Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset.md) +Invoke action unenrollAssets + +### [New-MgWindowsUpdatesPolicyAudienceExclusion](New-MgWindowsUpdatesPolicyAudienceExclusion.md) +Create new navigation property to exclusions for admin + +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin -### [New-MgWindowsUpdatesPolicy](New-MgWindowsUpdatesPolicy.md) -Create a new updatePolicy object. +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin -### [New-MgWindowsUpdatesPolicyComplianceChange](New-MgWindowsUpdatesPolicyComplianceChange.md) -Create a new contentApproval object. +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin + +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin + +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin + +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin + +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin + +### [New-MgWindowsUpdatesPolicyAudienceMember](New-MgWindowsUpdatesPolicyAudienceMember.md) +Create new navigation property to members for admin + +### [Remove-MgWindowsUpdatesPolicyAudience](Remove-MgWindowsUpdatesPolicyAudience.md) +Delete navigation property audience for admin + +### [Remove-MgWindowsUpdatesPolicyAudienceExclusion](Remove-MgWindowsUpdatesPolicyAudienceExclusion.md) +Delete navigation property exclusions for admin + +### [Remove-MgWindowsUpdatesPolicyAudienceExclusionMember](Remove-MgWindowsUpdatesPolicyAudienceExclusionMember.md) +Remove members from an updatableAssetGroup. +You can also use the method removeMembersById to remove members. -### [New-MgWindowsUpdatesResourceConnection](New-MgWindowsUpdatesResourceConnection.md) -Create a new operationalInsightsConnection object. +### [Remove-MgWindowsUpdatesPolicyAudienceExclusionMemberById](Remove-MgWindowsUpdatesPolicyAudienceExclusionMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [New-MgWindowsUpdatesUpdatableAsset](New-MgWindowsUpdatesUpdatableAsset.md) -Create a new updatableAssetGroup object. -The **updatableAssetGroup** resource inherits from updatableAsset. +### [Remove-MgWindowsUpdatesPolicyAudienceMember](Remove-MgWindowsUpdatesPolicyAudienceMember.md) +Delete navigation property members for admin -### [Remove-MgWindowsUpdatesDeployment](Remove-MgWindowsUpdatesDeployment.md) -Delete navigation property deployments for admin +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById](Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById.md) +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesDeploymentAudienceMemberById](Remove-MgWindowsUpdatesDeploymentAudienceMemberById.md) +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesPolicy](Remove-MgWindowsUpdatesPolicy.md) -Delete navigation property updatePolicies for admin +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesPolicyComplianceChange](Remove-MgWindowsUpdatesPolicyComplianceChange.md) -Delete navigation property complianceChanges for admin +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesResourceConnection](Remove-MgWindowsUpdatesResourceConnection.md) -Delete navigation property resourceConnections for admin +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesUpdatableAsset](Remove-MgWindowsUpdatesUpdatableAsset.md) -Delete navigation property updatableAssets for admin +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesUpdatableAssetMember](Remove-MgWindowsUpdatesUpdatableAssetMember.md) -Remove members from an updatableAssetGroup. -You can also use the method removeMembersById to remove members. +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [Remove-MgWindowsUpdatesUpdatableAssetMemberById](Remove-MgWindowsUpdatesUpdatableAssetMemberById.md) +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. -### [Update-MgWindowsUpdatesDeployment](Update-MgWindowsUpdatesDeployment.md) -Update the navigation property deployments in admin +### [Remove-MgWindowsUpdatesPolicyAudienceMemberById](Remove-MgWindowsUpdatesPolicyAudienceMemberById.md) +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. -### [Update-MgWindowsUpdatesDeploymentAudience](Update-MgWindowsUpdatesDeploymentAudience.md) -Update the members and exclusions collections of a deploymentAudience. -Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object, if it does not already exist. -If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. -If all **updatableAsset** objects are the same type, you can also use the method updateAudienceById to update the **deploymentAudience**. +### [Update-MgWindowsUpdatesPolicyAudience](Update-MgWindowsUpdatesPolicyAudience.md) +Update the navigation property audience in admin -### [Update-MgWindowsUpdatesDeploymentAudienceById](Update-MgWindowsUpdatesDeploymentAudienceById.md) +### [Update-MgWindowsUpdatesPolicyAudienceById](Update-MgWindowsUpdatesPolicyAudienceById.md) Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object if it does not already exist. If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. You can also use the method updateAudience to update the **deploymentAudience**. -### [Update-MgWindowsUpdatesPolicy](Update-MgWindowsUpdatesPolicy.md) -Update the navigation property updatePolicies in admin +### [Update-MgWindowsUpdatesPolicyAudienceExclusion](Update-MgWindowsUpdatesPolicyAudienceExclusion.md) +Update the navigation property exclusions in admin + +### [Update-MgWindowsUpdatesPolicyAudienceMember](Update-MgWindowsUpdatesPolicyAudienceMember.md) +Update the navigation property members in admin -### [Update-MgWindowsUpdatesPolicyComplianceChange](Update-MgWindowsUpdatesPolicyComplianceChange.md) -Update the navigation property complianceChanges in admin +### [Update-MgWindowsUpdatesPolicyAudienceMember](Update-MgWindowsUpdatesPolicyAudienceMember.md) +Update the navigation property members in admin -### [Update-MgWindowsUpdatesResourceConnection](Update-MgWindowsUpdatesResourceConnection.md) -Update the navigation property resourceConnections in admin +### [Update-MgWindowsUpdatesPolicyAudienceMember](Update-MgWindowsUpdatesPolicyAudienceMember.md) +Update the navigation property members in admin -### [Update-MgWindowsUpdatesUpdatableAsset](Update-MgWindowsUpdatesUpdatableAsset.md) -Update the navigation property updatableAssets in admin +### [Update-MgWindowsUpdatesPolicyAudienceMember](Update-MgWindowsUpdatesPolicyAudienceMember.md) +Update the navigation property members in admin diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesDeployment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesDeployment.md index cbb94c7401ad..72795b308ae2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesDeployment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesDeployment.md @@ -1,66 +1,57 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesdeployment +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset schema: 2.0.0 --- -# New-MgWindowsUpdatesDeployment +# Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset ## SYNOPSIS -Create a new deployment object. +Invoke action unenrollAssets ## SYNTAX -### CreateExpanded (Default) +### UnenrollExpanded (Default) ``` -New-MgWindowsUpdatesDeployment [-AdditionalProperties ] - [-Audience ] [-Content ] - [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] - [-Settings ] - [-State ] [-WhatIf] [-Confirm] [] +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -UpdatePolicyId + [-AdditionalProperties ] [-Assets ] + [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Create +### Unenroll ``` -New-MgWindowsUpdatesDeployment -BodyParameter [-WhatIf] [-Confirm] - [] +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UnenrollViaIdentityExpanded +``` +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -InputObject + [-AdditionalProperties ] [-Assets ] + [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UnenrollViaIdentity +``` +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new deployment object. +Invoke action unenrollAssets ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.deployment" - Content = @{ - "@odata.type" = "microsoft.graph.windowsUpdates.featureUpdateReference" - Version = "20H2" - } - Settings = @{ - "@odata.type" = "microsoft.graph.windowsUpdates.windowsDeploymentSettings" - Rollout = @{ - DevicesPerOffer = 100 - } - Monitoring = @{ - MonitoringRules = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.monitoringRule" - Signal = "rollback" - Threshold = 5 - Action = "pauseDeployment" - } - ) - } - } -} -New-MgWindowsUpdatesDeployment -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -68,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: CreateExpanded +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -78,13 +69,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Audience -deploymentAudience -To construct, please use Get-Help -Online and see NOTES section for AUDIENCE properties and create a hash table. +### -Assets +. +To construct, please use Get-Help -Online and see NOTES section for ASSETS properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentAudience -Parameter Sets: CreateExpanded +Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -95,12 +86,12 @@ Accept wildcard characters: False ``` ### -BodyParameter -deployment +. To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeployment -Parameter Sets: Create +Type: IPaths13W0KifAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Unenroll, UnenrollViaIdentity Aliases: Required: True @@ -110,45 +101,43 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -Content -deployableContent +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Hashtable -Parameter Sets: CreateExpanded +Type: IWindowsUpdatesIdentity +Parameter Sets: UnenrollViaIdentityExpanded, UnenrollViaIdentity Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -CreatedDateTime -The date and time the deployment was created. -Returned by default. -Read-only. +### -PassThru +Returns true when the command succeeds ```yaml -Type: DateTime -Parameter Sets: CreateExpanded +Type: SwitchParameter +Parameter Sets: (All) Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -Id -The unique identifier for an entity. -Read-only. +### -UpdateCategory +updateCategory ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -158,49 +147,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -LastModifiedDateTime -The date and time the deployment was last modified. -Returned by default. -Read-only. +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: DateTime -Parameter Sets: CreateExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Settings -deploymentSettings -To construct, please use Get-Help -Online and see NOTES section for SETTINGS properties and create a hash table. - -```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentSettings -Parameter Sets: CreateExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -State -deploymentState -To construct, please use Get-Help -Online and see NOTES section for STATE properties and create a hash table. - -```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentState -Parameter Sets: CreateExpanded +Type: String +Parameter Sets: UnenrollExpanded, Unenroll Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -243,14 +198,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesDeployment +### Microsoft.Graph.PowerShell.Models.IPaths13W0KifAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesDeployment +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesdeployment](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesdeployment) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicy.md index 8a4b58b8701b..72795b308ae2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicy.md @@ -1,35 +1,47 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicy +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset schema: 2.0.0 --- -# New-MgWindowsUpdatesPolicy +# Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset ## SYNOPSIS -Create a new updatePolicy object. +Invoke action unenrollAssets ## SYNTAX -### CreateExpanded (Default) +### UnenrollExpanded (Default) ``` -New-MgWindowsUpdatesPolicy [-AdditionalProperties ] - [-Audience ] - [-ComplianceChangeRules ] - [-ComplianceChanges ] [-CreatedDateTime ] - [-DeploymentSettings ] [-Id ] [-WhatIf] [-Confirm] - [] +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -UpdatePolicyId + [-AdditionalProperties ] [-Assets ] + [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Create +### Unenroll ``` -New-MgWindowsUpdatesPolicy -BodyParameter [-WhatIf] [-Confirm] - [] +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UnenrollViaIdentityExpanded +``` +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -InputObject + [-AdditionalProperties ] [-Assets ] + [-UpdateCategory ] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### UnenrollViaIdentity +``` +Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new updatePolicy object. +Invoke action unenrollAssets ## EXAMPLES @@ -47,7 +59,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: CreateExpanded +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -57,13 +69,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Audience -deploymentAudience -To construct, please use Get-Help -Online and see NOTES section for AUDIENCE properties and create a hash table. +### -Assets +. +To construct, please use Get-Help -Online and see NOTES section for ASSETS properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentAudience -Parameter Sets: CreateExpanded +Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -74,12 +86,12 @@ Accept wildcard characters: False ``` ### -BodyParameter -updatePolicy +. To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatePolicy -Parameter Sets: Create +Type: IPaths13W0KifAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Unenroll, UnenrollViaIdentity Aliases: Required: True @@ -89,62 +101,43 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ComplianceChangeRules -Rules for governing the automatic creation of compliance changes. -To construct, please use Get-Help -Online and see NOTES section for COMPLIANCECHANGERULES properties and create a hash table. +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesComplianceChangeRule[] -Parameter Sets: CreateExpanded +Type: IWindowsUpdatesIdentity +Parameter Sets: UnenrollViaIdentityExpanded, UnenrollViaIdentity Aliases: -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ComplianceChanges -Compliance changes like content approvals which result in the automatic creation of deployments using the audience and deploymentSettings of the policy. -To construct, please use Get-Help -Online and see NOTES section for COMPLIANCECHANGES properties and create a hash table. - -```yaml -Type: IMicrosoftGraphWindowsUpdatesComplianceChange[] -Parameter Sets: CreateExpanded -Aliases: - -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -CreatedDateTime -The date and time when the update policy was created. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +### -PassThru +Returns true when the command succeeds ```yaml -Type: DateTime -Parameter Sets: CreateExpanded +Type: SwitchParameter +Parameter Sets: (All) Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -DeploymentSettings -deploymentSettings -To construct, please use Get-Help -Online and see NOTES section for DEPLOYMENTSETTINGS properties and create a hash table. +### -UpdateCategory +updateCategory ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentSettings -Parameter Sets: CreateExpanded +Type: String +Parameter Sets: UnenrollExpanded, UnenrollViaIdentityExpanded Aliases: Required: False @@ -154,16 +147,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Id -The unique identifier for an entity. -Read-only. +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: UnenrollExpanded, Unenroll Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -206,14 +198,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatePolicy +### Microsoft.Graph.PowerShell.Models.IPaths13W0KifAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersMicrosoftGraphWindowsupdatesUnenrollassetsPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatePolicy +### System.Boolean ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicy](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicy) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/invoke-mgunenrollwindowsupdatespolicyaudiencememberasset) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicyComplianceChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicyComplianceChange.md index a727ee964805..d9e3c3e716d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicyComplianceChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesPolicyComplianceChange.md @@ -1,46 +1,43 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicycompliancechange +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# New-MgWindowsUpdatesPolicyComplianceChange +# New-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Create a new contentApproval object. +Create new navigation property to members for admin ## SYNTAX ### CreateExpanded (Default) ``` -New-MgWindowsUpdatesPolicyComplianceChange -UpdatePolicyId [-AdditionalProperties ] - [-CreatedDateTime ] [-Id ] [-IsRevoked] [-RevokedDateTime ] - [-UpdatePolicy ] [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Id ] [-WhatIf] [-Confirm] [] ``` ### Create ``` -New-MgWindowsUpdatesPolicyComplianceChange -UpdatePolicyId - -BodyParameter [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId -BodyParameter [-WhatIf] + [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` -New-MgWindowsUpdatesPolicyComplianceChange -InputObject - [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-IsRevoked] - [-RevokedDateTime ] [-UpdatePolicy ] [-WhatIf] [-Confirm] - [] +New-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentity ``` -New-MgWindowsUpdatesPolicyComplianceChange -InputObject - -BodyParameter [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new contentApproval object. +Create new navigation property to members for admin ## EXAMPLES @@ -69,11 +66,10 @@ Accept wildcard characters: False ``` ### -BodyParameter -complianceChange -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +updatableAsset ```yaml -Type: IMicrosoftGraphWindowsUpdatesComplianceChange +Type: Hashtable Parameter Sets: Create, CreateViaIdentity Aliases: @@ -84,21 +80,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -CreatedDateTime -The date and time when a compliance change was created. - -```yaml -Type: DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Id The unique identifier for an entity. Read-only. @@ -131,53 +112,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -IsRevoked -True indicates that a compliance change is revoked, preventing further application. -Revoking a compliance change is a final action. - -```yaml -Type: SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RevokedDateTime -The date and time when the compliance change was revoked. - -```yaml -Type: DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UpdatePolicy -updatePolicy -To construct, please use Get-Help -Online and see NOTES section for UPDATEPOLICY properties and create a hash table. - -```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatePolicy -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -UpdatePolicyId The unique identifier of updatePolicy @@ -229,15 +163,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesComplianceChange ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesComplianceChange +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicycompliancechange](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicycompliancechange) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesResourceConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesResourceConnection.md index 2c1a92aee438..d9e3c3e716d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesResourceConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesResourceConnection.md @@ -1,46 +1,53 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesresourceconnection +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# New-MgWindowsUpdatesResourceConnection +# New-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Create a new operationalInsightsConnection object. +Create new navigation property to members for admin ## SYNTAX ### CreateExpanded (Default) ``` -New-MgWindowsUpdatesResourceConnection [-AdditionalProperties ] [-Id ] [-State ] - [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Id ] [-WhatIf] [-Confirm] [] ``` ### Create ``` -New-MgWindowsUpdatesResourceConnection -BodyParameter +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId -BodyParameter [-WhatIf] + [-Confirm] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new operationalInsightsConnection object. +Create new navigation property to members for admin ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.operationalInsightsConnection" - AzureSubscriptionId = "322ec614-e9c2-4cd5-a55c-5711fdecf02e" - AzureResourceGroupName = "target-resource-group" - WorkspaceName = "my-workspace" -} -New-MgWindowsUpdatesResourceConnection -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -48,7 +55,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -59,12 +66,11 @@ Accept wildcard characters: False ``` ### -BodyParameter -resourceConnection -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +updatableAsset ```yaml -Type: IMicrosoftGraphWindowsUpdatesResourceConnection -Parameter Sets: Create +Type: Hashtable +Parameter Sets: Create, CreateViaIdentity Aliases: Required: True @@ -80,7 +86,7 @@ Read-only. ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -90,15 +96,31 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -State -resourceConnectionState +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: IWindowsUpdatesIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, Create Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -141,14 +163,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesResourceConnection +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesResourceConnection +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesresourceconnection](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesresourceconnection) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesUpdatableAsset.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesUpdatableAsset.md index 26a8918409b5..d9e3c3e716d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesUpdatableAsset.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/New-MgWindowsUpdatesUpdatableAsset.md @@ -1,44 +1,53 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesupdatableasset +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# New-MgWindowsUpdatesUpdatableAsset +# New-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Create a new updatableAssetGroup object. -The **updatableAssetGroup** resource inherits from updatableAsset. +Create new navigation property to members for admin ## SYNTAX ### CreateExpanded (Default) ``` -New-MgWindowsUpdatesUpdatableAsset [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] - [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Id ] [-WhatIf] [-Confirm] [] ``` ### Create ``` -New-MgWindowsUpdatesUpdatableAsset -BodyParameter [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId -BodyParameter [-WhatIf] + [-Confirm] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new updatableAssetGroup object. -The **updatableAssetGroup** resource inherits from updatableAsset. +Create new navigation property to members for admin ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.updatableAssetGroup" -} -New-MgWindowsUpdatesUpdatableAsset -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -46,7 +55,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -61,7 +70,7 @@ updatableAsset ```yaml Type: Hashtable -Parameter Sets: Create +Parameter Sets: Create, CreateViaIdentity Aliases: Required: True @@ -77,7 +86,7 @@ Read-only. ```yaml Type: String -Parameter Sets: CreateExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -87,6 +96,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: IWindowsUpdatesIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: CreateExpanded, Create +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -123,6 +163,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ### System.Collections.Hashtable ## OUTPUTS @@ -132,5 +173,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesupdatableasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatesupdatableasset) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeployment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeployment.md index 21603985eb7f..d9e3c3e716d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeployment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeployment.md @@ -1,63 +1,92 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeployment +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Remove-MgWindowsUpdatesDeployment +# New-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Delete navigation property deployments for admin +Create new navigation property to members for admin ## SYNTAX -### Delete (Default) +### CreateExpanded (Default) ``` -Remove-MgWindowsUpdatesDeployment -DeploymentId [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] - [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Id ] [-WhatIf] [-Confirm] [] ``` -### DeleteViaIdentity +### Create ``` -Remove-MgWindowsUpdatesDeployment -InputObject [-IfMatch ] [-PassThru] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId -BodyParameter [-WhatIf] + [-Confirm] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Delete navigation property deployments for admin +Create new navigation property to members for admin ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Remove-MgWindowsUpdatesDeployment -DeploymentId $deploymentId +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS -### -DeploymentId -The unique identifier of deployment +### -AdditionalProperties +Additional Parameters ```yaml -Type: String -Parameter Sets: Delete +Type: Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -IfMatch -ETag +### -BodyParameter +updatableAsset + +```yaml +Type: Hashtable +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Id +The unique identifier for an entity. +Read-only. ```yaml Type: String -Parameter Sets: (All) +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -73,7 +102,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentity Aliases: Required: True @@ -83,17 +112,17 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PassThru -Returns true when the command succeeds +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: SwitchParameter -Parameter Sets: (All) +Type: String +Parameter Sets: CreateExpanded, Create Aliases: -Required: False +Required: True Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` @@ -135,13 +164,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS -### System.Boolean +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeployment](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeployment) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById.md index bafb252004b6..d9e3c3e716d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById.md @@ -1,49 +1,43 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeploymentaudienceexclusionmemberbyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById +# New-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Remove members of the same type from an updatableAssetGroup. -You can also use the method removeMembers to remove members. +Create new navigation property to members for admin ## SYNTAX -### RemoveExpanded (Default) +### CreateExpanded (Default) ``` -Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById -DeploymentId -UpdatableAssetId - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] - [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Id ] [-WhatIf] [-Confirm] [] ``` -### Remove +### Create ``` -Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById -DeploymentId -UpdatableAssetId - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId -BodyParameter [-WhatIf] + [-Confirm] [] ``` -### RemoveViaIdentityExpanded +### CreateViaIdentityExpanded ``` -Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById -InputObject - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] - [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] [] ``` -### RemoveViaIdentity +### CreateViaIdentity ``` -Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById -InputObject - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Remove members of the same type from an updatableAssetGroup. -You can also use the method removeMembers to remove members. +Create new navigation property to members for admin ## EXAMPLES @@ -61,7 +55,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -72,12 +66,11 @@ Accept wildcard characters: False ``` ### -BodyParameter -. -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +updatableAsset ```yaml -Type: IPathsVhkrfxAdminWindowsUpdatesDeploymentsDeploymentIdAudienceExclusionsUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Remove, RemoveViaIdentity +Type: Hashtable +Parameter Sets: Create, CreateViaIdentity Aliases: Required: True @@ -87,27 +80,13 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -Id +The unique identifier for an entity. +Read-only. ```yaml Type: String -Parameter Sets: RemoveExpanded, Remove -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Ids -. - -```yaml -Type: String[] -Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -123,7 +102,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentity Aliases: Required: True @@ -133,42 +112,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -MemberEntityType -. - -```yaml -Type: String -Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UpdatableAssetId -The unique identifier of updatableAsset +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: RemoveExpanded, Remove +Parameter Sets: CreateExpanded, Create Aliases: Required: True @@ -214,15 +163,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsVhkrfxAdminWindowsUpdatesDeploymentsDeploymentIdAudienceExclusionsUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS -### System.Boolean +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeploymentaudienceexclusionmemberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeploymentaudienceexclusionmemberbyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceMemberById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceMemberById.md index 14f55e239d1c..d9e3c3e716d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceMemberById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesDeploymentAudienceMemberById.md @@ -1,49 +1,43 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeploymentaudiencememberbyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Remove-MgWindowsUpdatesDeploymentAudienceMemberById +# New-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Remove members of the same type from an updatableAssetGroup. -You can also use the method removeMembers to remove members. +Create new navigation property to members for admin ## SYNTAX -### RemoveExpanded (Default) +### CreateExpanded (Default) ``` -Remove-MgWindowsUpdatesDeploymentAudienceMemberById -DeploymentId -UpdatableAssetId - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] - [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Id ] [-WhatIf] [-Confirm] [] ``` -### Remove +### Create ``` -Remove-MgWindowsUpdatesDeploymentAudienceMemberById -DeploymentId -UpdatableAssetId - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId -BodyParameter [-WhatIf] + [-Confirm] [] ``` -### RemoveViaIdentityExpanded +### CreateViaIdentityExpanded ``` -Remove-MgWindowsUpdatesDeploymentAudienceMemberById -InputObject - [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] - [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] [] ``` -### RemoveViaIdentity +### CreateViaIdentity ``` -Remove-MgWindowsUpdatesDeploymentAudienceMemberById -InputObject - -BodyParameter - [-PassThru] [-WhatIf] [-Confirm] [] +New-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Remove members of the same type from an updatableAssetGroup. -You can also use the method removeMembers to remove members. +Create new navigation property to members for admin ## EXAMPLES @@ -61,7 +55,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -72,12 +66,11 @@ Accept wildcard characters: False ``` ### -BodyParameter -. -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +updatableAsset ```yaml -Type: IPaths1Xlrv16AdminWindowsUpdatesDeploymentsDeploymentIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Remove, RemoveViaIdentity +Type: Hashtable +Parameter Sets: Create, CreateViaIdentity Aliases: Required: True @@ -87,27 +80,13 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -Id +The unique identifier for an entity. +Read-only. ```yaml Type: String -Parameter Sets: RemoveExpanded, Remove -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Ids -. - -```yaml -Type: String[] -Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -123,7 +102,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentity Aliases: Required: True @@ -133,42 +112,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -MemberEntityType -. - -```yaml -Type: String -Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UpdatableAssetId -The unique identifier of updatableAsset +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: RemoveExpanded, Remove +Parameter Sets: CreateExpanded, Create Aliases: Required: True @@ -214,15 +163,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths1Xlrv16AdminWindowsUpdatesDeploymentsDeploymentIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS -### System.Boolean +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeploymentaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesdeploymentaudiencememberbyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicy.md index 31266291318c..d9e3c3e716d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicy.md @@ -1,31 +1,43 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicy +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Remove-MgWindowsUpdatesPolicy +# New-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Delete navigation property updatePolicies for admin +Create new navigation property to members for admin ## SYNTAX -### Delete (Default) +### CreateExpanded (Default) ``` -Remove-MgWindowsUpdatesPolicy -UpdatePolicyId [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] - [] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId [-AdditionalProperties ] + [-Id ] [-WhatIf] [-Confirm] [] ``` -### DeleteViaIdentity +### Create ``` -Remove-MgWindowsUpdatesPolicy -InputObject [-IfMatch ] [-PassThru] [-WhatIf] +New-MgWindowsUpdatesPolicyAudienceMember -UpdatePolicyId -BodyParameter [-WhatIf] [-Confirm] [] ``` +### CreateViaIdentityExpanded +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity +``` +New-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter + [-WhatIf] [-Confirm] [] +``` + ## DESCRIPTION -Delete navigation property updatePolicies for admin +Create new navigation property to members for admin ## EXAMPLES @@ -38,12 +50,12 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -IfMatch -ETag +### -AdditionalProperties +Additional Parameters ```yaml -Type: String -Parameter Sets: (All) +Type: Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -53,13 +65,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. +### -BodyParameter +updatableAsset ```yaml -Type: IWindowsUpdatesIdentity -Parameter Sets: DeleteViaIdentity +Type: Hashtable +Parameter Sets: Create, CreateViaIdentity Aliases: Required: True @@ -69,27 +80,44 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -PassThru -Returns true when the command succeeds +### -Id +The unique identifier for an entity. +Read-only. ```yaml -Type: SwitchParameter -Parameter Sets: (All) +Type: String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False Position: Named -Default value: False +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: IWindowsUpdatesIdentity +Parameter Sets: CreateViaIdentityExpanded, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -UpdatePolicyId The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: Delete +Parameter Sets: CreateExpanded, Create Aliases: Required: True @@ -136,13 +164,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS -### System.Boolean +### System.String ## NOTES Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicy](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicy) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/new-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicyComplianceChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicyComplianceChange.md index 28a10912cab0..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicyComplianceChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesPolicyComplianceChange.md @@ -1,31 +1,49 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicycompliancechange +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Remove-MgWindowsUpdatesPolicyComplianceChange +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Delete navigation property complianceChanges for admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX -### Delete (Default) +### RemoveExpanded (Default) ``` -Remove-MgWindowsUpdatesPolicyComplianceChange -ComplianceChangeId -UpdatePolicyId - [-IfMatch ] [-PassThru] [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### DeleteViaIdentity +### Remove ``` -Remove-MgWindowsUpdatesPolicyComplianceChange -InputObject [-IfMatch ] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### RemoveViaIdentityExpanded +``` +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### RemoveViaIdentity +``` +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Delete navigation property complianceChanges for admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## EXAMPLES @@ -38,27 +56,43 @@ PS C:\> {{ Add example code here }} ## PARAMETERS -### -ComplianceChangeId -The unique identifier of complianceChange +### -AdditionalProperties +Additional Parameters ```yaml -Type: String -Parameter Sets: Delete +Type: Hashtable +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -IfMatch -ETag +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: String -Parameter Sets: (All) +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Ids +. + +```yaml +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -74,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity Aliases: Required: True @@ -84,6 +118,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -MemberEntityType +. + +```yaml +Type: String +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PassThru Returns true when the command succeeds @@ -99,12 +148,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: RemoveExpanded, Remove +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -UpdatePolicyId The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: Delete +Parameter Sets: RemoveExpanded, Remove Aliases: Required: True @@ -150,6 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -159,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicycompliancechange](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicycompliancechange) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesResourceConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesResourceConnection.md index d70795b6e18e..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesResourceConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesResourceConnection.md @@ -1,54 +1,98 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesresourceconnection +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Remove-MgWindowsUpdatesResourceConnection +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Delete navigation property resourceConnections for admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX -### Delete (Default) +### RemoveExpanded (Default) ``` -Remove-MgWindowsUpdatesResourceConnection -ResourceConnectionId [-IfMatch ] [-PassThru] - [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### DeleteViaIdentity +### Remove ``` -Remove-MgWindowsUpdatesResourceConnection -InputObject [-IfMatch ] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### RemoveViaIdentityExpanded +``` +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +### RemoveViaIdentity +``` +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Delete navigation property resourceConnections for admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Remove-MgWindowsUpdatesResourceConnection -ResourceConnectionId $resourceConnectionId +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` -### EXAMPLE 2 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Remove-MgWindowsUpdatesResourceConnection -ResourceConnectionId $resourceConnectionId -``` +{{ Add example description here }} ## PARAMETERS -### -IfMatch -ETag +### -AdditionalProperties +Additional Parameters ```yaml -Type: String -Parameter Sets: (All) +Type: Hashtable +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Ids +. + +```yaml +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -64,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity Aliases: Required: True @@ -74,6 +118,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -MemberEntityType +. + +```yaml +Type: String +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PassThru Returns true when the command succeeds @@ -89,12 +148,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ResourceConnectionId -The unique identifier of resourceConnection +### -UpdatableAssetId +The unique identifier of updatableAsset + +```yaml +Type: String +Parameter Sets: RemoveExpanded, Remove +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: Delete +Parameter Sets: RemoveExpanded, Remove Aliases: Required: True @@ -140,6 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -149,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesresourceconnection](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesresourceconnection) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAsset.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAsset.md index da70801bb537..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAsset.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAsset.md @@ -1,60 +1,98 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableasset +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Remove-MgWindowsUpdatesUpdatableAsset +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Delete navigation property updatableAssets for admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX -### Delete (Default) +### RemoveExpanded (Default) ``` -Remove-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId [-IfMatch ] [-PassThru] [-WhatIf] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### DeleteViaIdentity +### Remove ``` -Remove-MgWindowsUpdatesUpdatableAsset -InputObject [-IfMatch ] [-PassThru] - [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -## DESCRIPTION -Delete navigation property updatableAssets for admin - -## EXAMPLES - -### EXAMPLE 1 +### RemoveViaIdentityExpanded ``` -Import-Module Microsoft.Graph.WindowsUpdates -Remove-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId $updatableAssetId +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### EXAMPLE 2 +### RemoveViaIdentity ``` -Import-Module Microsoft.Graph.WindowsUpdates -Remove-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId $updatableAssetId +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### EXAMPLE 3 -``` -Import-Module Microsoft.Graph.WindowsUpdates -Remove-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId $updatableAssetId +## DESCRIPTION +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS -### -IfMatch -ETag +### -AdditionalProperties +Additional Parameters ```yaml -Type: String -Parameter Sets: (All) +Type: Hashtable +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Ids +. + +```yaml +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -70,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity Aliases: Required: True @@ -80,6 +118,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -MemberEntityType +. + +```yaml +Type: String +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PassThru Returns true when the command succeeds @@ -100,7 +153,22 @@ The unique identifier of updatableAsset ```yaml Type: String -Parameter Sets: Delete +Parameter Sets: RemoveExpanded, Remove +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: RemoveExpanded, Remove Aliases: Required: True @@ -146,6 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -155,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableasset) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMember.md index 300241bbcebc..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMember.md @@ -1,66 +1,59 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableassetmember +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Remove-MgWindowsUpdatesUpdatableAssetMember +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Remove members from an updatableAssetGroup. -You can also use the method removeMembersById to remove members. +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX ### RemoveExpanded (Default) ``` -Remove-MgWindowsUpdatesUpdatableAssetMember -UpdatableAssetId [-AdditionalProperties ] - [-Assets ] [-PassThru] [-WhatIf] [-Confirm] - [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### Remove ``` -Remove-MgWindowsUpdatesUpdatableAssetMember -UpdatableAssetId - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ### RemoveViaIdentityExpanded ``` -Remove-MgWindowsUpdatesUpdatableAssetMember -InputObject - [-AdditionalProperties ] [-Assets ] [-PassThru] - [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### RemoveViaIdentity ``` -Remove-MgWindowsUpdatesUpdatableAssetMember -InputObject - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Remove members from an updatableAssetGroup. -You can also use the method removeMembersById to remove members. +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - Assets = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) -} -Remove-MgWindowsUpdatesUpdatableAssetMember -UpdatableAssetId $updatableAssetId -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -78,35 +71,34 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Assets +### -BodyParameter . -To construct, please use Get-Help -Online and see NOTES section for ASSETS properties and create a hash table. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -BodyParameter +### -Ids . -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPaths1Tnhm2YAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Remove, RemoveViaIdentity +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` @@ -126,6 +118,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -MemberEntityType +. + +```yaml +Type: String +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PassThru Returns true when the command succeeds @@ -156,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: RemoveExpanded, Remove +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -192,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths1Tnhm2YAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -202,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableassetmember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableassetmember) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMemberById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMemberById.md index 7ec69cd768f1..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMemberById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Remove-MgWindowsUpdatesUpdatableAssetMemberById.md @@ -1,11 +1,11 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableassetmemberbyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Remove-MgWindowsUpdatesUpdatableAssetMemberById +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS Remove members of the same type from an updatableAssetGroup. @@ -15,28 +15,29 @@ You can also use the method removeMembers to remove members. ### RemoveExpanded (Default) ``` -Remove-MgWindowsUpdatesUpdatableAssetMemberById -UpdatableAssetId [-AdditionalProperties ] - [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### Remove ``` -Remove-MgWindowsUpdatesUpdatableAssetMemberById -UpdatableAssetId - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ### RemoveViaIdentityExpanded ``` -Remove-MgWindowsUpdatesUpdatableAssetMemberById -InputObject +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### RemoveViaIdentity ``` -Remove-MgWindowsUpdatesUpdatableAssetMemberById -InputObject - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -46,20 +47,13 @@ You can also use the method removeMembers to remove members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - Ids = @( - "String" - "String" - "String" - ) - MemberEntityType = "#microsoft.graph.windowsUpdates.azureADDevice" -} -Remove-MgWindowsUpdatesUpdatableAssetMemberById -UpdatableAssetId $updatableAssetId -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS ### -AdditionalProperties @@ -82,7 +76,7 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPaths1Kqj7RfAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema Parameter Sets: Remove, RemoveViaIdentity Aliases: @@ -169,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: RemoveExpanded, Remove +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -205,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths1Kqj7RfAdminWindowsUpdatesUpdatableassetsUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -215,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableassetmemberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatesupdatableassetmemberbyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeployment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeployment.md index 8bac5473b515..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeployment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeployment.md @@ -1,85 +1,58 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeployment +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Update-MgWindowsUpdatesDeployment +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Update the navigation property deployments in admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX -### UpdateExpanded (Default) +### RemoveExpanded (Default) ``` -Update-MgWindowsUpdatesDeployment -DeploymentId [-AdditionalProperties ] - [-Audience ] [-Content ] - [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] - [-Settings ] - [-State ] [-PassThru] [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Update +### Remove ``` -Update-MgWindowsUpdatesDeployment -DeploymentId - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentityExpanded +### RemoveViaIdentityExpanded ``` -Update-MgWindowsUpdatesDeployment -InputObject [-AdditionalProperties ] - [-Audience ] [-Content ] - [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] - [-Settings ] - [-State ] [-PassThru] [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### UpdateViaIdentity +### RemoveViaIdentity ``` -Update-MgWindowsUpdatesDeployment -InputObject - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update the navigation property deployments in admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.deployment" - State = @{ - "@odata.type" = "microsoft.graph.windowsUpdates.deploymentState" - RequestedValue = "paused" - } -} -Update-MgWindowsUpdatesDeployment -DeploymentId $deploymentId -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` -### EXAMPLE 2 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.deployment" - Settings = @{ - "@odata.type" = "microsoft.graph.windowsUpdates.windowsDeploymentSettings" - Monitoring = @{ - MonitoringRules = @( - @{ - Signal = "rollback" - Threshold = 5 - Action = "pauseDeployment" - } - ) - } - } -} -Update-MgWindowsUpdatesDeployment -DeploymentId $deploymentId -BodyParameter $params -``` +{{ Add example description here }} ## PARAMETERS @@ -88,23 +61,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Audience -deploymentAudience -To construct, please use Get-Help -Online and see NOTES section for AUDIENCE properties and create a hash table. - -```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentAudience -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -115,12 +72,12 @@ Accept wildcard characters: False ``` ### -BodyParameter -deployment +. To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeployment -Parameter Sets: Update, UpdateViaIdentity +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity Aliases: Required: True @@ -130,60 +87,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -Content -deployableContent +### -Ids +. ```yaml -Type: Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CreatedDateTime -The date and time the deployment was created. -Returned by default. -Read-only. - -```yaml -Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DeploymentId -The unique identifier of deployment - -```yaml -Type: String -Parameter Sets: UpdateExpanded, Update -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Id -The unique identifier for an entity. -Read-only. - -```yaml -Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -199,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: UpdateViaIdentityExpanded, UpdateViaIdentity +Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity Aliases: Required: True @@ -209,14 +118,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -LastModifiedDateTime -The date and time the deployment was last modified. -Returned by default. -Read-only. +### -MemberEntityType +. ```yaml -Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -241,32 +148,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Settings -deploymentSettings -To construct, please use Get-Help -Online and see NOTES section for SETTINGS properties and create a hash table. +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentSettings -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, Remove Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -State -deploymentState -To construct, please use Get-Help -Online and see NOTES section for STATE properties and create a hash table. +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentState -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, Remove Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -309,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesDeployment +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -319,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeployment](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeployment) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudience.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudience.md index 2677d86b8381..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudience.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudience.md @@ -1,103 +1,67 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeploymentaudience +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Update-MgWindowsUpdatesDeploymentAudience +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Update the members and exclusions collections of a deploymentAudience. -Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object, if it does not already exist. -If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. -If all **updatableAsset** objects are the same type, you can also use the method updateAudienceById to update the **deploymentAudience**. +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX -### UpdateExpanded (Default) +### RemoveExpanded (Default) ``` -Update-MgWindowsUpdatesDeploymentAudience -DeploymentId - [-AddExclusions ] - [-AddMembers ] [-AdditionalProperties ] - [-RemoveExclusions ] - [-RemoveMembers ] [-PassThru] [-WhatIf] [-Confirm] - [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Update +### Remove ``` -Update-MgWindowsUpdatesDeploymentAudience -DeploymentId - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentityExpanded +### RemoveViaIdentityExpanded ``` -Update-MgWindowsUpdatesDeploymentAudience -InputObject - [-AddExclusions ] - [-AddMembers ] [-AdditionalProperties ] - [-RemoveExclusions ] - [-RemoveMembers ] [-PassThru] [-WhatIf] [-Confirm] - [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### UpdateViaIdentity +### RemoveViaIdentity ``` -Update-MgWindowsUpdatesDeploymentAudience -InputObject - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update the members and exclusions collections of a deploymentAudience. -Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object, if it does not already exist. -If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. -If all **updatableAsset** objects are the same type, you can also use the method updateAudienceById to update the **deploymentAudience**. +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - AddMembers = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) - RemoveMembers = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) - AddExclusions = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) - RemoveExclusions = @( - @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.azureADDevice" - Id = "String (identifier)" - } - ) -} -Update-MgWindowsUpdatesDeploymentAudience -DeploymentId $deploymentId -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` +{{ Add example description here }} + ## PARAMETERS -### -AddExclusions -. -To construct, please use Get-Help -Online and see NOTES section for ADDEXCLUSIONS properties and create a hash table. +### -AdditionalProperties +Additional Parameters ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: Hashtable +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -107,28 +71,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AdditionalProperties -Additional Parameters +### -BodyParameter +. +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -AddMembers +### -Ids . -To construct, please use Get-Help -Online and see NOTES section for ADDMEMBERS properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -138,13 +102,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -BodyParameter -. -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: IPathsGxoqhAdminWindowsUpdatesDeploymentsDeploymentIdAudienceMicrosoftGraphWindowsupdatesUpdateaudiencePostRequestbodyContentApplicationJsonSchema -Parameter Sets: Update, UpdateViaIdentity +Type: IWindowsUpdatesIdentity +Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity Aliases: Required: True @@ -154,37 +118,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -MemberEntityType +. ```yaml Type: String -Parameter Sets: UpdateExpanded, Update +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: IWindowsUpdatesIdentity -Parameter Sets: UpdateViaIdentityExpanded, UpdateViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - ### -PassThru Returns true when the command succeeds @@ -200,32 +148,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -RemoveExclusions -. -To construct, please use Get-Help -Online and see NOTES section for REMOVEEXCLUSIONS properties and create a hash table. +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, Remove Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -RemoveMembers -. -To construct, please use Get-Help -Online and see NOTES section for REMOVEMEMBERS properties and create a hash table. +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatableAsset[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, Remove Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -268,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsGxoqhAdminWindowsUpdatesDeploymentsDeploymentIdAudienceMicrosoftGraphWindowsupdatesUpdateaudiencePostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -278,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeploymentaudience](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeploymentaudience) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudienceById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudienceById.md index ef7ca6f1e94d..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudienceById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesDeploymentAudienceById.md @@ -1,117 +1,67 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeploymentaudiencebyid +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Update-MgWindowsUpdatesDeploymentAudienceById +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. -Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object if it does not already exist. -If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. -You can also use the method updateAudience to update the **deploymentAudience**. +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX -### UpdateExpanded (Default) +### RemoveExpanded (Default) ``` -Update-MgWindowsUpdatesDeploymentAudienceById -DeploymentId [-AddExclusions ] - [-AddMembers ] [-AdditionalProperties ] [-MemberEntityType ] - [-RemoveExclusions ] [-RemoveMembers ] [-PassThru] [-WhatIf] [-Confirm] - [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` -### Update +### Remove ``` -Update-MgWindowsUpdatesDeploymentAudienceById -DeploymentId - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentityExpanded +### RemoveViaIdentityExpanded ``` -Update-MgWindowsUpdatesDeploymentAudienceById -InputObject - [-AddExclusions ] [-AddMembers ] [-AdditionalProperties ] - [-MemberEntityType ] [-RemoveExclusions ] [-RemoveMembers ] [-PassThru] [-WhatIf] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentity +### RemoveViaIdentity ``` -Update-MgWindowsUpdatesDeploymentAudienceById -InputObject - -BodyParameter +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. -Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object if it does not already exist. -If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. -You can also use the method updateAudience to update the **deploymentAudience**. +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## EXAMPLES -### EXAMPLE 1 -``` -Import-Module Microsoft.Graph.WindowsUpdates -$params = @{ - MemberEntityType = "String" - AddMembers = @( - "String" - ) - RemoveMembers = @( - "String" - ) - AddExclusions = @( - "String" - ) - RemoveExclusions = @( - "String" - ) -} -Update-MgWindowsUpdatesDeploymentAudienceById -DeploymentId $deploymentId -BodyParameter $params +### Example 1 +```powershell +PS C:\> {{ Add example code here }} ``` -## PARAMETERS - -### -AddExclusions -. +{{ Add example description here }} -```yaml -Type: String[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` +## PARAMETERS ### -AdditionalProperties Additional Parameters ```yaml Type: Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AddMembers -. - -```yaml -Type: String[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -126,8 +76,8 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IPaths1Yczx1TAdminWindowsUpdatesDeploymentsDeploymentIdAudienceMicrosoftGraphWindowsupdatesUpdateaudiencebyidPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Update, UpdateViaIdentity +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity Aliases: Required: True @@ -137,15 +87,15 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeploymentId -The unique identifier of deployment +### -Ids +. ```yaml -Type: String -Parameter Sets: UpdateExpanded, Update +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -158,7 +108,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: IWindowsUpdatesIdentity -Parameter Sets: UpdateViaIdentityExpanded, UpdateViaIdentity +Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity Aliases: Required: True @@ -173,7 +123,7 @@ Accept wildcard characters: False ```yaml Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -198,30 +148,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -RemoveExclusions -. +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml -Type: String[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, Remove Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -RemoveMembers -. +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml -Type: String[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, Remove Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -264,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPaths1Yczx1TAdminWindowsUpdatesDeploymentsDeploymentIdAudienceMicrosoftGraphWindowsupdatesUpdateaudiencebyidPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -274,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeploymentaudiencebyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesdeploymentaudiencebyid) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicy.md index 30e985d82914..c64457bd7983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicy.md @@ -1,53 +1,49 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicy +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid schema: 2.0.0 --- -# Update-MgWindowsUpdatesPolicy +# Remove-MgWindowsUpdatesPolicyAudienceMemberById ## SYNOPSIS -Update the navigation property updatePolicies in admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## SYNTAX -### UpdateExpanded (Default) +### RemoveExpanded (Default) ``` -Update-MgWindowsUpdatesPolicy -UpdatePolicyId [-AdditionalProperties ] - [-Audience ] - [-ComplianceChangeRules ] - [-ComplianceChanges ] [-CreatedDateTime ] - [-DeploymentSettings ] [-Id ] [-PassThru] [-WhatIf] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### Update +### Remove ``` -Update-MgWindowsUpdatesPolicy -UpdatePolicyId - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] - [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -UpdatableAssetId -UpdatePolicyId + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentityExpanded +### RemoveViaIdentityExpanded ``` -Update-MgWindowsUpdatesPolicy -InputObject [-AdditionalProperties ] - [-Audience ] - [-ComplianceChangeRules ] - [-ComplianceChanges ] [-CreatedDateTime ] - [-DeploymentSettings ] [-Id ] [-PassThru] [-WhatIf] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + [-AdditionalProperties ] [-Ids ] [-MemberEntityType ] [-PassThru] [-WhatIf] [-Confirm] [] ``` -### UpdateViaIdentity +### RemoveViaIdentity ``` -Update-MgWindowsUpdatesPolicy -InputObject - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] - [] +Remove-MgWindowsUpdatesPolicyAudienceMemberById -InputObject + -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update the navigation property updatePolicies in admin +Remove members of the same type from an updatableAssetGroup. +You can also use the method removeMembers to remove members. ## EXAMPLES @@ -65,23 +61,7 @@ Additional Parameters ```yaml Type: Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Audience -deploymentAudience -To construct, please use Get-Help -Online and see NOTES section for AUDIENCE properties and create a hash table. - -```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentAudience -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -92,12 +72,12 @@ Accept wildcard characters: False ``` ### -BodyParameter -updatePolicy +. To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatePolicy -Parameter Sets: Update, UpdateViaIdentity +Type: IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Remove, RemoveViaIdentity Aliases: Required: True @@ -107,13 +87,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ComplianceChangeRules -Rules for governing the automatic creation of compliance changes. -To construct, please use Get-Help -Online and see NOTES section for COMPLIANCECHANGERULES properties and create a hash table. +### -Ids +. ```yaml -Type: IMicrosoftGraphWindowsUpdatesComplianceChangeRule[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String[] +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -123,30 +102,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ComplianceChanges -Compliance changes like content approvals which result in the automatic creation of deployments using the audience and deploymentSettings of the policy. -To construct, please use Get-Help -Online and see NOTES section for COMPLIANCECHANGES properties and create a hash table. +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: IMicrosoftGraphWindowsUpdatesComplianceChange[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: IWindowsUpdatesIdentity +Parameter Sets: RemoveViaIdentityExpanded, RemoveViaIdentity Aliases: -Required: False +Required: True Position: Named Default value: None -Accept pipeline input: False +Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -CreatedDateTime -The date and time when the update policy was created. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +### -MemberEntityType +. ```yaml -Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: RemoveExpanded, RemoveViaIdentityExpanded Aliases: Required: False @@ -156,65 +133,32 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -DeploymentSettings -deploymentSettings -To construct, please use Get-Help -Online and see NOTES section for DEPLOYMENTSETTINGS properties and create a hash table. +### -PassThru +Returns true when the command succeeds ```yaml -Type: IMicrosoftGraphWindowsUpdatesDeploymentSettings -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: SwitchParameter +Parameter Sets: (All) Aliases: Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` -### -Id -The unique identifier for an entity. -Read-only. +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter -To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: IWindowsUpdatesIdentity -Parameter Sets: UpdateViaIdentityExpanded, UpdateViaIdentity +Parameter Sets: RemoveExpanded, Remove Aliases: Required: True Position: Named Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -PassThru -Returns true when the command succeeds - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: False Accept pipeline input: False Accept wildcard characters: False ``` @@ -224,7 +168,7 @@ The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: UpdateExpanded, Update +Parameter Sets: RemoveExpanded, Remove Aliases: Required: True @@ -270,7 +214,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesUpdatePolicy +### Microsoft.Graph.PowerShell.Models.IPaths9QtqoxAdminWindowsUpdatesUpdatepoliciesUpdatepolicyIdAudienceMembersUpdatableassetIdMicrosoftGraphWindowsupdatesRemovemembersbyidPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity ## OUTPUTS @@ -280,5 +224,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicy](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicy) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/remove-mgwindowsupdatespolicyaudiencememberbyid) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicyComplianceChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicyComplianceChange.md index 1948c98ce631..f9b7d3071e8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicyComplianceChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesPolicyComplianceChange.md @@ -1,49 +1,43 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicycompliancechange +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Update-MgWindowsUpdatesPolicyComplianceChange +# Update-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Update the navigation property complianceChanges in admin +Update the navigation property members in admin ## SYNTAX ### UpdateExpanded (Default) ``` -Update-MgWindowsUpdatesPolicyComplianceChange -ComplianceChangeId -UpdatePolicyId - [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-IsRevoked] - [-RevokedDateTime ] [-UpdatePolicy ] [-PassThru] - [-WhatIf] [-Confirm] [] +Update-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Id ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### Update ``` -Update-MgWindowsUpdatesPolicyComplianceChange -ComplianceChangeId -UpdatePolicyId - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] - [] +Update-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` -Update-MgWindowsUpdatesPolicyComplianceChange -InputObject - [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-IsRevoked] - [-RevokedDateTime ] [-UpdatePolicy ] [-PassThru] - [-WhatIf] [-Confirm] [] +Update-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentity ``` -Update-MgWindowsUpdatesPolicyComplianceChange -InputObject - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] - [] +Update-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update the navigation property complianceChanges in admin +Update the navigation property members in admin ## EXAMPLES @@ -72,11 +66,10 @@ Accept wildcard characters: False ``` ### -BodyParameter -complianceChange -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +updatableAsset ```yaml -Type: IMicrosoftGraphWindowsUpdatesComplianceChange +Type: Hashtable Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -87,36 +80,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ComplianceChangeId -The unique identifier of complianceChange - -```yaml -Type: String -Parameter Sets: UpdateExpanded, Update -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CreatedDateTime -The date and time when a compliance change was created. - -```yaml -Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Id The unique identifier for an entity. Read-only. @@ -149,22 +112,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -IsRevoked -True indicates that a compliance change is revoked, preventing further application. -Revoking a compliance change is a final action. - -```yaml -Type: SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -PassThru Returns true when the command succeeds @@ -180,31 +127,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -RevokedDateTime -The date and time when the compliance change was revoked. - -```yaml -Type: DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -UpdatePolicy -updatePolicy -To construct, please use Get-Help -Online and see NOTES section for UPDATEPOLICY properties and create a hash table. +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml -Type: IMicrosoftGraphWindowsUpdatesUpdatePolicy -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Type: String +Parameter Sets: UpdateExpanded, Update Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -262,8 +193,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesComplianceChange ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS ### System.Boolean @@ -272,5 +203,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicycompliancechange](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicycompliancechange) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesResourceConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesResourceConnection.md index 48605afcf631..f9b7d3071e8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesResourceConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesResourceConnection.md @@ -1,46 +1,43 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesresourceconnection +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Update-MgWindowsUpdatesResourceConnection +# Update-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Update the navigation property resourceConnections in admin +Update the navigation property members in admin ## SYNTAX ### UpdateExpanded (Default) ``` -Update-MgWindowsUpdatesResourceConnection -ResourceConnectionId [-AdditionalProperties ] - [-Id ] [-State ] [-PassThru] [-WhatIf] [-Confirm] [] +Update-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Id ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### Update ``` -Update-MgWindowsUpdatesResourceConnection -ResourceConnectionId - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] - [] +Update-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` -Update-MgWindowsUpdatesResourceConnection -InputObject - [-AdditionalProperties ] [-Id ] [-State ] [-PassThru] [-WhatIf] [-Confirm] - [] +Update-MgWindowsUpdatesPolicyAudienceMember -InputObject + [-AdditionalProperties ] [-Id ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentity ``` -Update-MgWindowsUpdatesResourceConnection -InputObject - -BodyParameter [-PassThru] [-WhatIf] [-Confirm] - [] +Update-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update the navigation property resourceConnections in admin +Update the navigation property members in admin ## EXAMPLES @@ -69,11 +66,10 @@ Accept wildcard characters: False ``` ### -BodyParameter -resourceConnection -To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. +updatableAsset ```yaml -Type: IMicrosoftGraphWindowsUpdatesResourceConnection +Type: Hashtable Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -131,8 +127,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ResourceConnectionId -The unique identifier of resourceConnection +### -UpdatableAssetId +The unique identifier of updatableAsset ```yaml Type: String @@ -146,15 +142,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -State -resourceConnectionState +### -UpdatePolicyId +The unique identifier of updatePolicy ```yaml Type: String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded, Update Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -197,8 +193,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWindowsUpdatesResourceConnection ### Microsoft.Graph.PowerShell.Models.IWindowsUpdatesIdentity +### System.Collections.Hashtable ## OUTPUTS ### System.Boolean @@ -207,5 +203,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesresourceconnection](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesresourceconnection) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesUpdatableAsset.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesUpdatableAsset.md index 223ce4be8ced..f9b7d3071e8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesUpdatableAsset.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.WindowsUpdates/Update-MgWindowsUpdatesUpdatableAsset.md @@ -1,43 +1,43 @@ --- external help file: Microsoft.Graph.WindowsUpdates-help.xml Module Name: Microsoft.Graph.WindowsUpdates -online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesupdatableasset +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember schema: 2.0.0 --- -# Update-MgWindowsUpdatesUpdatableAsset +# Update-MgWindowsUpdatesPolicyAudienceMember ## SYNOPSIS -Update the navigation property updatableAssets in admin +Update the navigation property members in admin ## SYNTAX ### UpdateExpanded (Default) ``` -Update-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId [-AdditionalProperties ] - [-Id ] [-PassThru] [-WhatIf] [-Confirm] [] +Update-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + [-AdditionalProperties ] [-Id ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### Update ``` -Update-MgWindowsUpdatesUpdatableAsset -UpdatableAssetId -BodyParameter [-PassThru] - [-WhatIf] [-Confirm] [] +Update-MgWindowsUpdatesPolicyAudienceMember -UpdatableAssetId -UpdatePolicyId + -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` -Update-MgWindowsUpdatesUpdatableAsset -InputObject +Update-MgWindowsUpdatesPolicyAudienceMember -InputObject [-AdditionalProperties ] [-Id ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentity ``` -Update-MgWindowsUpdatesUpdatableAsset -InputObject -BodyParameter +Update-MgWindowsUpdatesPolicyAudienceMember -InputObject -BodyParameter [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update the navigation property updatableAssets in admin +Update the navigation property members in admin ## EXAMPLES @@ -142,6 +142,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UpdatePolicyId +The unique identifier of updatePolicy + +```yaml +Type: String +Parameter Sets: UpdateExpanded, Update +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -188,5 +203,5 @@ Please use Get-Help -Online. ## RELATED LINKS -[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesupdatableasset](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatesupdatableasset) +[https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.windowsupdates/update-mgwindowsupdatespolicyaudiencemember) diff --git a/scripts/MsProdUpdate.ps1 b/scripts/MsProdUpdate.ps1 index 42170c89ca9a..3109f6f53694 100644 --- a/scripts/MsProdUpdate.ps1 +++ b/scripts/MsProdUpdate.ps1 @@ -180,9 +180,14 @@ function Get-ExternalDocs-Url { }else{ #Add report for missing external docs url #Version UriPath Command #Module - $MissingMetaData = "$MissingMsProdHeaderPath\$Module\$Module.csv" + $Folder = "$MissingMsProdHeaderPath\$Module" #Create folder if it doesn't exist - if (-not (Test-Path $Folder)) { + if (-not (Test-Path $Folder)) { + New-Item -ItemType Directory -Force -Path $Folder + } + #Create file if it doesn't exist + $MissingMetaData = "$Folder\$Module.csv" + if (-not (Test-Path $MissingMetaData)) { "Graph profile, Command, UriPath" | Out-File -FilePath $MissingMetaData -Encoding ASCII }