Skip to content

Commit 4d85bfb

Browse files
committed
Fix broken links
1 parent ccd62c5 commit 4d85bfb

24 files changed

+184
-186
lines changed

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)

docset/winserver2016-ps/TLS/Get-TlsEccCurve.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,50 +15,52 @@ Gets the list of Elliptic Curve Cryptography (ECC) cipher suites available for T
1515
## SYNTAX
1616

1717
```
18-
Get-TlsEccCurve [[-Name] <String>]
18+
Get-TlsEccCurve [[-Name] <String>] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
22+
2223
Gets the list of Elliptic Curve Cryptography (ECC) cipher suites available for TLS for a computer.
2324

2425
## EXAMPLES
2526

2627
### Example 1: Get all ECC curves
28+
2729
```powershell
2830
Get-TlsEccCurve
2931
```
3032

31-
This generates the following output:
32-
33-
33+
```output
3434
curve25519
3535
NistP256
3636
NistP384
37-
37+
```
3838

3939
This command gets all ECC curves for the computer.
4040

4141
### Example 2: Get the ECC curves that match a string
42+
4243
```powershell
4344
Get-TlsEccCurve -Name 'Nist'
4445
```
4546

46-
This generates the following output:
47-
48-
47+
```output
4948
NistP256
5049
NistP384
50+
```
5151

52-
53-
This command gets all the ECC curves that have names that contain the string 'Nist' (case-sensitive).
52+
This command gets all the ECC curves that have names that contain the string 'Nist'
53+
(case-sensitive).
5454

5555
## PARAMETERS
5656

5757
### -Name
58-
Specifies the name of the ECC curve to get. The cmdlet gets ECC curves that match the string that this cmdlet specifies, so you can specify a partial name. This parameter is case-sensitive.
58+
59+
Specifies the name of the ECC curve to get. The cmdlet gets ECC curves that match the string that
60+
this cmdlet specifies, so you can specify a partial name. This parameter is case-sensitive.
5961

6062
```yaml
61-
Type: String
63+
Type: System.String
6264
Parameter Sets: (All)
6365
Aliases: None
6466

@@ -70,20 +72,24 @@ Accept wildcard characters: False
7072
```
7173
7274
### CommonParameters
73-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
75+
76+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
77+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
78+
-WarningAction, and -WarningVariable. For more information, see
79+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7480
7581
## INPUTS
7682
7783
### System.String
7884
79-
8085
## OUTPUTS
8186
8287
### System.Object
8388
8489
## NOTES
8590
8691
## RELATED LINKS
87-
[Enable-TlsEccCurve]()
88-
[Disable-TlsEccCurve]()
8992
93+
[Enable-TlsEccCurve](Enable-TlsEccCurve.md)
94+
95+
[Disable-TlsEccCurve](Disable-TlsEccCurve.md)

docset/winserver2019-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)

0 commit comments

Comments
 (0)