Skip to content

Commit 8dbf029

Browse files
authored
Create Get-DirectToGroupAssignmentsMigrationStatus.md
Adding new documentation for command Get-DirectToGroupAssignmentsMigrationStatus related to GPA Adoption project from IC3 Tenant Policy team.
1 parent 2e29aa8 commit 8dbf029

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
applicable: Microsoft Teams
3+
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
4+
Module Name: Microsoft.Teams.Policy.Administration.Cmdlets.Core
5+
online version:
6+
schema: 2.0.0
7+
title: Get-DirectToGroupAssignmentsMigrationStatus
8+
---
9+
10+
# Get-DirectToGroupAssignmentsMigrationStatus
11+
12+
## SYNOPSIS
13+
As an admin, you can get the status of any direct assignments to group policy assignments migration.
14+
15+
## SYNTAX
16+
17+
```
18+
Get-DirectToGroupAssignmentsMigrationStatus [-MigrationEventId <String>]
19+
[<CommonParameters>]
20+
```
21+
22+
## DESCRIPTION
23+
As an admin, you can get the status of all the direct assignments to group policy assignments migrations completed or in progress in the tenant. Or you can provide an specific migration id to know the status of one in particular.
24+
25+
**This is only applicable for tenants who have activated the new features related to group policy assignment adoption.**
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
```powershell
31+
PS C:\> Get-DirectToGroupAssignmentsMigrationStatus
32+
```
33+
34+
In this example, the Get-DirectToGroupAssignmentsMigrationStatus cmdlet is used to get the status of all the direct assignments to group policy assignments migrations completed or in progress in the tenant.
35+
36+
### Example 2
37+
```powershell
38+
PS C:\> Get-DirectToGroupAssignmentsMigrationStatus -MigrationEventId 42ed6fb9-65c7-42de-abda-7492bfe2d616
39+
```
40+
41+
In this example, the Get-DirectToGroupAssignmentsMigrationStatus cmdlet is used to get the status of the direct assignments to group policy assignments migration with the event id 42ed6fb9-65c7-42de-abda-7492bfe2d616.
42+
43+
## PARAMETERS
44+
45+
### -MigrationEventId
46+
Migration event id from which want to know the status.
47+
48+
```yaml
49+
Type: String
50+
Parameter Sets: (All)
51+
Aliases:
52+
53+
Required: False
54+
Position: Named
55+
Default value: None
56+
Accept pipeline input: False
57+
Accept wildcard characters: False
58+
```
59+
60+
### CommonParameters
61+
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).
62+
63+
## INPUTS
64+
65+
### None
66+
67+
## OUTPUTS
68+
69+
### System.Object
70+
## NOTES
71+
72+
## RELATED LINKS

0 commit comments

Comments
 (0)