Skip to content

Commit ccd62c5

Browse files
committed
Fix content issues for PlatyPS
1 parent 7bbbc0c commit ccd62c5

File tree

17 files changed

+641
-349
lines changed

17 files changed

+641
-349
lines changed

docset/winserver2016-ps/ActiveDirectory/New-ADAuthenticationPolicy.md

Lines changed: 147 additions & 84 deletions
Large diffs are not rendered by default.

docset/winserver2016-ps/DFSR/Import-DfsrClone.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The term downstream refers to the non-authoritative server that is a clone of th
4040
```
4141
PS C:\> Import-DfsrClone -Volume "C:" -Path C:\DfsRClone
4242
This operation will import the database and clone DFSR. It can take a long time to complete. Use Get-DfsrCloneState or
43-
DFSR event 2404 to determine when the import has succeeded. Volume:
43+
DFSR event 2404 to determine when the import has succeeded. Volume:
4444
c:\ Path: C:\Dfsrclone
4545
Are you sure you want to continue to import the database clone? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):Y
4646
```
@@ -139,7 +139,7 @@ Use this parameter for scripted cloning.
139139
```yaml
140140
Type: SwitchParameter
141141
Parameter Sets: (All)
142-
Aliases:
142+
Aliases:
143143

144144
Required: False
145145
Position: Named
@@ -172,7 +172,7 @@ After you export the DFS Replication database, but before you perform the import
172172
```yaml
173173
Type: String
174174
Parameter Sets: (All)
175-
Aliases:
175+
Aliases:
176176

177177
Required: True
178178
Position: 0
@@ -206,7 +206,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
206206
207207
## OUTPUTS
208208
209-
### [none]
209+
### None
210210
211211
## NOTES
212212

docset/winserver2016-ps/DFSR/Remove-DfsReplicationGroup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you do not specify this parameter, the cmdlet uses the current domain.
7878
```yaml
7979
Type: String
8080
Parameter Sets: (All)
81-
Aliases:
81+
Aliases:
8282

8383
Required: False
8484
Position: 100
@@ -94,7 +94,7 @@ Use this parameter for scripted removal of replication groups.
9494
```yaml
9595
Type: SwitchParameter
9696
Parameter Sets: (All)
97-
Aliases:
97+
Aliases:
9898

9999
Required: False
100100
Position: Named
@@ -127,7 +127,7 @@ Indicates that the cmdlet removes any replicated folders belonging to the replic
127127
```yaml
128128
Type: SwitchParameter
129129
Parameter Sets: (All)
130-
Aliases:
130+
Aliases:
131131

132132
Required: False
133133
Position: Named
@@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
161161
162162
## OUTPUTS
163163
164-
### [none]
164+
### None
165165
166166
## NOTES
167167
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,41 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
Download Help Link: https://aka.ms/winsvr-2016-pshelp
4+
Help Version: 1.0.0.0
5+
Locale: en-US
46
Module Name: Microsoft.Windows.ServerManager.Migration
7+
Module Guid: 00000000-0000-0000-0000-000000000000
58
ms.date: 01/03/2017
9+
schema: 2.0.0
610
title: Microsoft.Windows.ServerManager.Migration
711
---
8-
9-
1012
# Microsoft.Windows.ServerManager.Migration Module
13+
1114
## Description
15+
1216
This reference provides cmdlet descriptions and syntax for all Server Migration cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1317

1418
Administrators can use the Windows Server Migration Tools cmdlets for Windows PowerShell to migrate server roles, features, operating system settings, and other data and shares to computers that are running the latest version of Windows Server.
1519

1620
## Microsoft.Windows.ServerManager.Migration Cmdlets
21+
1722
### [Export-SmigServerSetting](./Export-SmigServerSetting.md)
23+
1824
Exports selected Windows features and operating system settings from the local computer, and stores them in a migration store.
1925

2026
### [Get-SmigServerFeature](./Get-SmigServerFeature.md)
27+
2128
Gets the set of all Windows features that can be migrated from the local server or from a migration store.
2229

2330
### [Import-SmigServerSetting](./Import-SmigServerSetting.md)
31+
2432
Imports selected Windows features, and operating system settings from a migration store, and applies them to the local computer.
2533

2634
### [Receive-SmigServerData](./Receive-SmigServerData.md)
35+
2736
Allows a destination server to receive shares, folders, files, and associated permissions and share properties that are migrated from a source server.
2837

2938
### [Send-SmigServerData](./Send-SmigServerData.md)
39+
3040
Migrates folders, files, and associated permissions and share properties from a source server to a destination server through port 7000.
3141

0 commit comments

Comments
 (0)