@@ -10,6 +10,7 @@ schema: 2.0.0
10
10
## SYNOPSIS
11
11
{{Fill in the Synopsis}}
12
12
13
+
13
14
## SYNTAX
14
15
15
16
### UrlAndDestinationDataLocation
@@ -35,6 +36,7 @@ Start-SPOSiteContentMove [-Url] <String> [-DestinationUrl] <String> [[-Preferred
35
36
## DESCRIPTION
36
37
{{Fill in the Description}}
37
38
39
+
38
40
## EXAMPLES
39
41
40
42
### ---------------EXAMPLE--------------
@@ -44,10 +46,12 @@ PS C:\> {{ Add example code here }}
44
46
45
47
{{ Add example description here }}
46
48
49
+
47
50
## PARAMETERS
48
51
49
52
### -DestinationDataLocation
50
- {{Fill DestinationDataLocation Description}}
53
+ PARAMVALUE: String
54
+
51
55
52
56
``` yaml
53
57
Type : String
@@ -63,7 +67,8 @@ Accept wildcard characters: False
63
67
` ` `
64
68
65
69
### -DestinationUrl
66
- {{Fill DestinationUrl Description}}
70
+ PARAMVALUE: String
71
+
67
72
68
73
` ` ` yaml
69
74
Type : String
@@ -79,7 +84,8 @@ Accept wildcard characters: False
79
84
` ` `
80
85
81
86
### -GroupName
82
- {{Fill GroupName Description}}
87
+ PARAMVALUE: String
88
+
83
89
84
90
` ` ` yaml
85
91
Type : String
@@ -95,7 +101,8 @@ Accept wildcard characters: False
95
101
` ` `
96
102
97
103
### -PreferredMoveBeginDate
98
- {{Fill PreferredMoveBeginDate Description}}
104
+ PARAMVALUE: DateTime
105
+
99
106
100
107
` ` ` yaml
101
108
Type : DateTime
@@ -111,7 +118,8 @@ Accept wildcard characters: False
111
118
` ` `
112
119
113
120
### -PreferredMoveEndDate
114
- {{Fill PreferredMoveEndDate Description}}
121
+ PARAMVALUE: DateTime
122
+
115
123
116
124
` ` ` yaml
117
125
Type : DateTime
@@ -127,7 +135,8 @@ Accept wildcard characters: False
127
135
` ` `
128
136
129
137
### -Reserved
130
- {{Fill Reserved Description}}
138
+ PARAMVALUE: String
139
+
131
140
132
141
` ` ` yaml
133
142
Type : String
@@ -145,6 +154,7 @@ Accept wildcard characters: False
145
154
### -Url
146
155
{{Fill Url Description}}
147
156
157
+
148
158
` ` ` yaml
149
159
Type : String
150
160
Parameter Sets : UrlAndDestinationDataLocation, UrlAndDestinationUrl
@@ -159,7 +169,8 @@ Accept wildcard characters: False
159
169
` ` `
160
170
161
171
### -ValidationOnly
162
- {{Fill ValidationOnly Description}}
172
+ PARAMVALUE: SwitchParameter
173
+
163
174
164
175
` ` ` yaml
165
176
Type : SwitchParameter
0 commit comments