Skip to content

Commit 5ddf1e9

Browse files
committed
Updated Parameters only
1 parent cd9870e commit 5ddf1e9

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteContentMove.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
{{Fill in the Synopsis}}
1212

13+
1314
## SYNTAX
1415

1516
### UrlAndDestinationDataLocation
@@ -35,6 +36,7 @@ Start-SPOSiteContentMove [-Url] <String> [-DestinationUrl] <String> [[-Preferred
3536
## DESCRIPTION
3637
{{Fill in the Description}}
3738

39+
3840
## EXAMPLES
3941

4042
### ---------------EXAMPLE--------------
@@ -44,10 +46,12 @@ PS C:\> {{ Add example code here }}
4446

4547
{{ Add example description here }}
4648

49+
4750
## PARAMETERS
4851

4952
### -DestinationDataLocation
50-
{{Fill DestinationDataLocation Description}}
53+
PARAMVALUE: String
54+
5155

5256
```yaml
5357
Type: String
@@ -63,7 +67,8 @@ Accept wildcard characters: False
6367
```
6468
6569
### -DestinationUrl
66-
{{Fill DestinationUrl Description}}
70+
PARAMVALUE: String
71+
6772
6873
```yaml
6974
Type: String
@@ -79,7 +84,8 @@ Accept wildcard characters: False
7984
```
8085
8186
### -GroupName
82-
{{Fill GroupName Description}}
87+
PARAMVALUE: String
88+
8389
8490
```yaml
8591
Type: String
@@ -95,7 +101,8 @@ Accept wildcard characters: False
95101
```
96102
97103
### -PreferredMoveBeginDate
98-
{{Fill PreferredMoveBeginDate Description}}
104+
PARAMVALUE: DateTime
105+
99106
100107
```yaml
101108
Type: DateTime
@@ -111,7 +118,8 @@ Accept wildcard characters: False
111118
```
112119
113120
### -PreferredMoveEndDate
114-
{{Fill PreferredMoveEndDate Description}}
121+
PARAMVALUE: DateTime
122+
115123
116124
```yaml
117125
Type: DateTime
@@ -127,7 +135,8 @@ Accept wildcard characters: False
127135
```
128136
129137
### -Reserved
130-
{{Fill Reserved Description}}
138+
PARAMVALUE: String
139+
131140
132141
```yaml
133142
Type: String
@@ -145,6 +154,7 @@ Accept wildcard characters: False
145154
### -Url
146155
{{Fill Url Description}}
147156
157+
148158
```yaml
149159
Type: String
150160
Parameter Sets: UrlAndDestinationDataLocation, UrlAndDestinationUrl
@@ -159,7 +169,8 @@ Accept wildcard characters: False
159169
```
160170
161171
### -ValidationOnly
162-
{{Fill ValidationOnly Description}}
172+
PARAMVALUE: SwitchParameter
173+
163174
164175
```yaml
165176
Type: SwitchParameter

0 commit comments

Comments
 (0)