Skip to content

Commit ebdd3a6

Browse files
authored
Merge branch 'master' into patch-137
2 parents 07bfef5 + 3b2ecd8 commit ebdd3a6

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCrossGeoMoveReport.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
.
17+
Provides a report of objects moved between geo locations.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,27 @@ Get-SPOCrossGeoMoveReport -MoveJobType <JobType> [-Limit <uint32>] [-MoveStartTi
2424

2525
## DESCRIPTION
2626

27-
Use this cmdlet to .
27+
Use this cmdlet to return a report of objects moved between geo locations based on the specified parameters.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Get-SPOCrossGeoMoveReport -MoveJobType SiteMove -MoveState Failed
3535
```
3636

37-
This example .
37+
This example returns the failed site moves between geo locations.
3838

3939
## PARAMETERS
4040

4141
### -MoveJobType
4242

43-
.
43+
The type of job to limit the report to. Valid values are:
44+
45+
* GroupMove
46+
* SiteMove
47+
* UserMove
4448

4549
```yaml
4650
Type: JobType
@@ -56,7 +60,7 @@ Accept wildcard characters: False
5660
5761
### -Limit
5862
59-
.
63+
Limit the number of items to return for the report.
6064
6165
```yaml
6266
Type: uint32
@@ -72,7 +76,7 @@ Accept wildcard characters: False
7276
7377
### -MoveStartTime
7478
75-
.
79+
The start time to limit the move report to.
7680
7781
```yaml
7882
Type: datetime
@@ -88,7 +92,7 @@ Accept wildcard characters: False
8892
8993
### -MoveEndTime
9094
91-
.
95+
The end time to limit the move report to.
9296
9397
```yaml
9498
Type: datetime
@@ -104,7 +108,17 @@ Accept wildcard characters: False
104108
105109
### -MoveState
106110
107-
.
111+
The type of state to limit the report to. Valid values are:
112+
113+
* All
114+
* Failed
115+
* InProgress
116+
* NotStarted
117+
* NotSupported
118+
* Queued
119+
* Rescheduled
120+
* Stopped
121+
* Success
108122
109123
```yaml
110124
Type: MoveState
@@ -120,7 +134,11 @@ Accept wildcard characters: False
120134
121135
### -MoveDirection
122136
123-
.
137+
The direction of the move to limit the report to. Valid values are:
138+
139+
* All
140+
* MoveIn
141+
* MoveOut
124142
125143
```yaml
126144
Type: MoveDirection

0 commit comments

Comments
 (0)