File tree Expand file tree Collapse file tree 1 file changed +28
-10
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ms.reviewer:
14
14
15
15
## SYNOPSIS
16
16
17
- .
17
+ Provides a report of objects moved between geo locations .
18
18
19
19
## SYNTAX
20
20
@@ -24,23 +24,27 @@ Get-SPOCrossGeoMoveReport -MoveJobType <JobType> [-Limit <uint32>] [-MoveStartTi
24
24
25
25
## DESCRIPTION
26
26
27
- Use this cmdlet to .
27
+ Use this cmdlet to return a report of objects moved between geo locations based on the specified parameters .
28
28
29
29
## EXAMPLES
30
30
31
31
### Example 1
32
32
33
33
``` powershell
34
-
34
+ Get-SPOCrossGeoMoveReport -MoveJobType SiteMove -MoveState Failed
35
35
```
36
36
37
- This example .
37
+ This example returns the failed site moves between geo locations .
38
38
39
39
## PARAMETERS
40
40
41
41
### -MoveJobType
42
42
43
- .
43
+ The type of job to limit the report to. Valid values are:
44
+
45
+ * GroupMove
46
+ * SiteMove
47
+ * UserMove
44
48
45
49
``` yaml
46
50
Type : JobType
@@ -56,7 +60,7 @@ Accept wildcard characters: False
56
60
57
61
### -Limit
58
62
59
- .
63
+ Limit the number of items to return for the report .
60
64
61
65
` ` ` yaml
62
66
Type : uint32
@@ -72,7 +76,7 @@ Accept wildcard characters: False
72
76
73
77
### -MoveStartTime
74
78
75
- .
79
+ The start time to limit the move report to .
76
80
77
81
` ` ` yaml
78
82
Type : datetime
@@ -88,7 +92,7 @@ Accept wildcard characters: False
88
92
89
93
### -MoveEndTime
90
94
91
- .
95
+ The end time to limit the move report to .
92
96
93
97
` ` ` yaml
94
98
Type : datetime
@@ -104,7 +108,17 @@ Accept wildcard characters: False
104
108
105
109
### -MoveState
106
110
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
108
122
109
123
` ` ` yaml
110
124
Type : MoveState
@@ -120,7 +134,11 @@ Accept wildcard characters: False
120
134
121
135
### -MoveDirection
122
136
123
- .
137
+ The direction of the move to limit the report to. Valid values are:
138
+
139
+ * All
140
+ * MoveIn
141
+ * MoveOut
124
142
125
143
` ` ` yaml
126
144
Type : MoveDirection
You can’t perform that action at this time.
0 commit comments