File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ For permissions and the most current information about Windows PowerShell for Sh
33
33
34
34
### -------------------EXAMPLE----------------------
35
35
```
36
- $subscription = Get-SPSIteSubscription -Identity https://site_url
36
+ $subscription = Get-SPSiteSubscription -Identity https://site_url
37
37
$proxy = Get-SPServiceApplicationProxy | ?{$_.TypeName -eq 'Managed Metadata Service Connection'}
38
38
Import-SPMetadataWebServicePartitionData -Identity $subscription -ServiceProxy $proxy -Path "\\server_name\folder_name\file_name.cab"
39
39
```
@@ -138,7 +138,7 @@ Accept wildcard characters: False
138
138
` ` `
139
139
140
140
### -NoCompression
141
- {{Fill NoCompression Description}}
141
+ Do not use.
142
142
143
143
` ` ` yaml
144
144
Type : SwitchParameter
@@ -154,7 +154,7 @@ Accept wildcard characters: False
154
154
` ` `
155
155
156
156
### -ToContentDatabase
157
- {{Fill ToContentDatabase Description}}
157
+ Do not use.
158
158
159
159
` ` ` yaml
160
160
Type : SPContentDatabasePipeBind
@@ -170,7 +170,7 @@ Accept wildcard characters: False
170
170
` ` `
171
171
172
172
### -ToServiceDatabase
173
- {{Fill ToServiceDatabase Description}}
173
+ Do not use.
174
174
175
175
` ` ` yaml
176
176
Type : SwitchParameter
You can’t perform that action at this time.
0 commit comments