Skip to content

Commit b34b774

Browse files
authored
Fix content issues for PlatyPS (#4005)
* Fix content issues for PlatyPS * Fix broken links
1 parent 7bbbc0c commit b34b774

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+825
-535
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

docset/winserver2016-ps/MultiPoint/Get-WmsUser.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ The **Get-WmsUser** cmdlet gets local user account information for a specified u
3434
```
3535
PS C:\> Get-WmsUser -All
3636
Name : Administrator
37-
Password :
38-
FullName :
37+
Password :
38+
FullName :
3939
Description : Built-in account for administering the computer/domain
4040
UserType : Administrator
4141
ComputerName : Test1
4242
Name : Guest
43-
Password :
44-
FullName :
43+
Password :
44+
FullName :
4545
Description : Built-in account for guest access to the computer/domain
4646
UserType : Standard
4747
ComputerName : Test1
@@ -57,7 +57,7 @@ Indicates that this operation applies to all sessions on the target host.
5757
```yaml
5858
Type: SwitchParameter
5959
Parameter Sets: GetAllUsers
60-
Aliases:
60+
Aliases:
6161

6262
Required: True
6363
Position: Named
@@ -72,7 +72,7 @@ Specifies the name of the user to get.
7272
```yaml
7373
Type: String
7474
Parameter Sets: GetUser
75-
Aliases:
75+
Aliases:
7676

7777
Required: True
7878
Position: Named
@@ -106,16 +106,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106106
107107
## OUTPUTS
108108
109-
###
109+
### WmsUser
110+
110111
This cmdlet returns a **WmsUser** collection as **PSObject** collection.
111112
112113
## NOTES
113114
114115
## RELATED LINKS
115116
116-
[New-WmsUser]()
117-
118-
[Remove-WmsUser]()
117+
[New-WmsUser](New-WmsUser.md)
119118
120-
[Set-WmsUser](./Set-WmsUser.md)
119+
[Remove-WmsUser](Remove-WmsUser.md)
121120
121+
[Set-WmsUser](Set-WmsUser.md)

docset/winserver2016-ps/MultiPoint/New-WmsUser.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Use the **Get-Credential** cmdlet to get a **PSCredential** object.
5656
```yaml
5757
Type: PSCredential
5858
Parameter Sets: (All)
59-
Aliases:
59+
Aliases:
6060

6161
Required: True
6262
Position: 0
@@ -71,7 +71,7 @@ Specifies a description.
7171
```yaml
7272
Type: String
7373
Parameter Sets: (All)
74-
Aliases:
74+
Aliases:
7575

7676
Required: False
7777
Position: 3
@@ -86,7 +86,7 @@ Specifies the full name of the user.
8686
```yaml
8787
Type: String
8888
Parameter Sets: (All)
89-
Aliases:
89+
Aliases:
9090

9191
Required: False
9292
Position: 2
@@ -122,7 +122,7 @@ The acceptable values for this parameter are:
122122
```yaml
123123
Type: UserTypePS
124124
Parameter Sets: (All)
125-
Aliases:
125+
Aliases:
126126
Accepted values: Administrator, Standard, DashboardUser
127127

128128
Required: True
@@ -162,7 +162,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
162162
163163
## RELATED LINKS
164164
165-
[New-WmsUser]()
166-
167-
[Remove-WmsUser]()
165+
[New-WmsUser](New-WmsUser.md)
168166
167+
[Remove-WmsUser](Remove-WmsUser.md)

docset/winserver2016-ps/MultiPoint/Remove-WmsUser.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Specifies the name of the user account to remove.
5454
```yaml
5555
Type: String
5656
Parameter Sets: (All)
57-
Aliases:
57+
Aliases:
5858

5959
Required: True
6060
Position: 0
@@ -110,9 +110,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
110110
111111
## RELATED LINKS
112112
113-
[Get-WmsUser]()
113+
[Get-WmsUser](Get-WmsUser.md)
114114
115-
[New-WmsUser]()
116-
117-
[Set-WmsUser](./Set-WmsUser.md)
115+
[New-WmsUser](New-WmsUser.md)
118116
117+
[Set-WmsUser](Set-WmsUser.md)

docset/winserver2016-ps/MultiPoint/Set-WmsUser.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Specifies a **PSCredential** object. Use the **Get-Credential** cmdlet to get a
4747
```yaml
4848
Type: PSCredential
4949
Parameter Sets: UseCreds
50-
Aliases:
50+
Aliases:
5151

5252
Required: True
5353
Position: 0
@@ -62,7 +62,7 @@ Specifies a description.
6262
```yaml
6363
Type: String
6464
Parameter Sets: (All)
65-
Aliases:
65+
Aliases:
6666

6767
Required: False
6868
Position: Named
@@ -77,7 +77,7 @@ Specifies the full name of the user.
7777
```yaml
7878
Type: String
7979
Parameter Sets: (All)
80-
Aliases:
80+
Aliases:
8181

8282
Required: False
8383
Position: Named
@@ -92,7 +92,7 @@ Specifies a name for the user.
9292
```yaml
9393
Type: String
9494
Parameter Sets: UseUserName
95-
Aliases:
95+
Aliases:
9696

9797
Required: True
9898
Position: 0
@@ -126,7 +126,7 @@ Specifies the user type. The acceptable values for this parameter are:
126126
```yaml
127127
Type: UserTypePS
128128
Parameter Sets: (All)
129-
Aliases:
129+
Aliases:
130130
Accepted values: Administrator, Standard, DashboardUser
131131

132132
Required: False
@@ -151,9 +151,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
151151
152152
## RELATED LINKS
153153
154-
[Get-WmsUser]()
154+
[Get-WmsUser](Get-WmsUser.md)
155155
156-
[New-WmsUser]()
157-
158-
[Remove-WmsUser]()
156+
[New-WmsUser](New-WmsUser.md)
159157
158+
[Remove-WmsUser](Remove-WmsUser.md)

docset/winserver2016-ps/MultiPoint/Stop-WmsSystem.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9494
9595
## RELATED LINKS
9696
97-
[Add-WmsSystem]()
97+
[Add-WmsSystem](Add-WmsSystem.md)
9898
99-
[Get-WmsSystem]()
99+
[Get-WmsSystem](Get-WmsSystem.md)
100100
101-
[Remove-WmsSystem]()
101+
[Remove-WmsSystem](Remove-WmsSystem.md)
102102
103-
[Restart-WmsSystem]()
103+
[Restart-WmsSystem](Restart-WmsSystem.md)
104104
105-
[Search-WmsSystem]()
106-
107-
[Set-WmsSystem]()
105+
[Search-WmsSystem](Search-WmsSystem.md)
108106
107+
[Set-WmsSystem](Set-WmsSystem.md)

0 commit comments

Comments
 (0)