Skip to content

Commit 82048b8

Browse files
authored
Merge pull request MicrosoftDocs#5896 from tseward/patch-37
Update Import-SPMetadataWebServicePartitionData.md
2 parents 378eb53 + 43fd861 commit 82048b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Import-SPMetadataWebServicePartitionData.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For permissions and the most current information about Windows PowerShell for Sh
3333

3434
### -------------------EXAMPLE----------------------
3535
```
36-
$subscription = Get-SPSIteSubscription -Identity https://site_url
36+
$subscription = Get-SPSiteSubscription -Identity https://site_url
3737
$proxy = Get-SPServiceApplicationProxy | ?{$_.TypeName -eq 'Managed Metadata Service Connection'}
3838
Import-SPMetadataWebServicePartitionData -Identity $subscription -ServiceProxy $proxy -Path "\\server_name\folder_name\file_name.cab"
3939
```
@@ -138,7 +138,7 @@ Accept wildcard characters: False
138138
```
139139
140140
### -NoCompression
141-
{{Fill NoCompression Description}}
141+
Do not use.
142142
143143
```yaml
144144
Type: SwitchParameter
@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154
```
155155
156156
### -ToContentDatabase
157-
{{Fill ToContentDatabase Description}}
157+
Do not use.
158158
159159
```yaml
160160
Type: SPContentDatabasePipeBind
@@ -170,7 +170,7 @@ Accept wildcard characters: False
170170
```
171171
172172
### -ToServiceDatabase
173-
{{Fill ToServiceDatabase Description}}
173+
Do not use.
174174
175175
```yaml
176176
Type: SwitchParameter

0 commit comments

Comments
 (0)