Skip to content

Commit 1a25a7b

Browse files
committed
Update links
1 parent 28e5163 commit 1a25a7b

19 files changed

+44
-37
lines changed

docset/winserver2012r2-ps/adfs/Get-AdfsRelyingPartyTrust.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ PS C:\> Get-AdfsRelyingPartyTrust -Name "FabrikamApp"
4242

4343
This command gets the property settings for the relying party trust named FabrikamApp.
4444

45-
### Example 2: Get property settings for an updated relying party trust
45+
### Example 2: Get property settings for a relying party trust by using an identifier
46+
```
47+
PS C:\> Get-AdfsRelyingPartyTrust -Identifier "https://app.fabrikam.com"
48+
49+
```
50+
51+
This command gets the property settings for a relying party trust that has the identifier https://app.fabrikam.com.
52+
53+
### Example 3: Get property settings for an updated relying party trust
4654
```
4755
PS C:\> Get-AdfsRelyingPartyTrust | Where-Object{ $_.LastUpdateTime -le (get-date).subtract((new-timespan -hours 24))}
4856
```

docset/winserver2012r2-ps/hpc/Get-HpcJobCredential.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ This cmdlet was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2). It is
6868
6969
[Remove-HpcJobCredential](/powershell/module/hpcpack2016/remove-hpcjobcredential?view=hpc16-ps)
7070
71-
[Set-HpcJobCredential](/powershell/module/hpcpack2019/set-hpcjobcredential?view=hpc19-ps)
71+
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)

docset/winserver2012r2-ps/hpc/New-HpcSoftCard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8585
[Get-HpcJobCredential](./Get-HpcJobCredential.md)
8686
8787
88-
[Set-HpcJobCredential](/powershell/module/hpcpack2019/set-hpcjobcredential?view=hpc19-ps)
88+
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)

docset/winserver2012r2-ps/hpc/Set-HpcNode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,11 @@ You must be a cluster administrator to run this cmdlet successfully.
340340
341341
## RELATED LINKS
342342
343-
[Get-HpcNode](/powershell/module/hpcpack2019/get-hpcnode?view=hpc19-ps)
343+
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)
344344
345345
[Remove-HpcNode](/powershell/module/hpcpack2016/remove-hpcnode?view=hpc16-ps)
346346
347-
[Restart-HpcNode](/powershell/module/hpcpack2019/restart-hpcnode?view=hpc19-ps)
347+
[Restart-HpcNode](/powershell/module/hpcpack2016/restart-hpcnode?view=hpc16-ps)
348348
349349
[Shutdown-HpcNode](./Shutdown-HpcNode.md)
350350

docset/winserver2012r2-ps/hpc/Set-HpcNodeState.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ You must be a cluster administrator to run this cmdlet successfully.
214214
215215
## RELATED LINKS
216216
217-
[Get-HpcNode](/powershell/module/hpcpack2019/get-hpcnode?view=hpc19-ps)
217+
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)
218218
219219
[Set-HpcNode](./Set-HpcNode.md)

docset/winserver2012r2-ps/hpc/Set-HpcPool.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ This cmdlet was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2). It is
117117
118118
## RELATED LINKS
119119
120-
[Add-HpcPool](/powershell/module/hpcpack2019/add-hpcpool?view=hpc19-ps)
120+
[Add-HpcPool](/powershell/module/hpcpack2016/add-hpcpool?view=hpc16-ps)
121121
122-
[Get-HpcPool](/powershell/module/hpcpack2019/get-hpcpool?view=hpc19-ps)
122+
[Get-HpcPool](/powershell/module/hpcpack2016/get-hpcpool?view=hpc16-ps)
123123
124-
[Remove-HpcPool](/powershell/module/hpcpack2019/remove-hpcpool?view=hpc19-ps)
124+
[Remove-HpcPool](/powershell/module/hpcpack2016/remove-hpcpool?view=hpc16-ps)

docset/winserver2012r2-ps/hpc/Set-HpcSoaCredential.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
134134

135135
[Remove-HpcSoaCredential](/powershell/module/hpcpack2016/remove-hpcsoacredential?view=hpc16-ps)
136136

137-
[Set-HpcJobCredential](/powershell/module/hpcpack2019/set-hpcjobcredential?view=hpc19-ps)
137+
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)
138138

139139
[Set-HpcTestCredential](./Set-HpcTestCredential.md)

docset/winserver2012r2-ps/hpc/Set-HpcTask.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -663,10 +663,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
663663

664664
## RELATED LINKS
665665

666-
[Add-HpcTask](/powershell/module/hpcpack2019/add-hpctask?view=hpc19-ps)
666+
[Add-HpcTask](/powershell/module/hpcpack2016/add-hpctask?view=hpc16-ps)
667667

668-
[Export-HpcTask](/powershell/module/hpcpack2019/export-hpctask?view=hpc19-ps)
668+
[Export-HpcTask](/powershell/module/hpcpack2016/export-hpctask?view=hpc16-ps)
669669

670-
[Get-HpcTask](/powershell/module/hpcpack2019/get-hpctask?view=hpc19-ps)
670+
[Get-HpcTask](/powershell/module/hpcpack2016/get-hpctask?view=hpc16-ps)
671671

672672
[Stop-HpcTask](./Stop-HpcTask.md)

docset/winserver2012r2-ps/hpc/Set-HpcTestCredential.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
144144

145145
## RELATED LINKS
146146

147-
[Invoke-HpcTest](/powershell/module/hpcpack2019/invoke-hpctest?view=hpc19-ps)
147+
[Invoke-HpcTest](/powershell/module/hpcpack2016/invoke-hpctest?view=hpc16-ps)
148148

149-
[Remove-HpcTestCredential](/powershell/module/hpcpack2019/remove-hpctestcredential?view=hpc19-ps)
149+
[Remove-HpcTestCredential](/powershell/module/hpcpack2016/remove-hpctestcredential?view=hpc16-ps)
150150

151-
[Set-HpcJobCredential](/powershell/module/hpcpack2019/set-hpcjobcredential?view=hpc19-ps)
151+
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)
152152

153153
[Set-HpcSoaCredential](./Set-HpcSoaCredential.md)

docset/winserver2012r2-ps/hpc/Shutdown-HpcNode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
165165

166166
## RELATED LINKS
167167

168-
[Get-HpcNode](/powershell/module/hpcpack2019/get-hpcnode?view=hpc19-ps)
168+
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)
169169

170170
[Remove-HpcNode](/powershell/module/hpcpack2016/remove-hpcnode?view=hpc16-ps)
171171

172-
[Restart-HpcNode](/powershell/module/hpcpack2019/restart-hpcnode?view=hpc19-ps)
172+
[Restart-HpcNode](/powershell/module/hpcpack2016/restart-hpcnode?view=hpc16-ps)
173173

174174
[Set-HpcNode](./Set-HpcNode.md)
175175

docset/winserver2012r2-ps/hpc/Start-HpcAzureNode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
137137

138138
## RELATED LINKS
139139

140-
[Remove-HpcAzureNode](/powershell/module/hpcpack2019/remove-hpcazurenode?view=hpc19-ps)
140+
[Remove-HpcAzureNode](/powershell/module/hpcpack2019/remove-hpcazurenode?view=hpc16-ps)
141141

142142
[Start-HpcNodeSet](./Start-HpcNodeSet.md)
143143

docset/winserver2012r2-ps/hpc/Start-HpcNode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117117

118118
## RELATED LINKS
119119

120-
[Get-HpcNode](/powershell/module/hpcpack2019/get-hpcnode?view=hpc19-ps)
120+
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)
121121

122122
[Remove-HpcNode](/powershell/module/hpcpack2016/remove-hpcnode?view=hpc16-ps)
123123

124-
[Restart-HpcNode](/powershell/module/hpcpack2019/restart-hpcnode?view=hpc19-ps)
124+
[Restart-HpcNode](/powershell/module/hpcpack2016/restart-hpcnode?view=hpc16-ps)
125125

126126
[Set-HpcNode](./Set-HpcNode.md)
127127

docset/winserver2012r2-ps/hpc/Start-HpcNodeSet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
111111

112112
## RELATED LINKS
113113

114-
[Add-HpcNodeSet](/powershell/module/hpcpack2019/add-hpcnodeset?view=hpc19-ps)
114+
[Add-HpcNodeSet](/powershell/module/hpcpack2016/add-hpcnodeset?view=hpc16-ps)
115115

116116
[Remove-HpcNodeSet](/powershell/module/hpcpack2016/remove-hpcnodeset?view=hpc16-ps)
117117

docset/winserver2012r2-ps/hpc/Stop-HpcJob.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,12 @@ All other tasks are queued, including those that failed.
248248

249249
## RELATED LINKS
250250

251-
[Export-HpcJob](/powershell/module/hpcpack2019/export-hpcjob?view=hpc19-ps)
251+
[Export-HpcJob](/powershell/module/hpcpack2016/export-hpcjob?view=hpc16-ps)
252252

253-
[Get-HpcJob](/powershell/module/hpcpack2019/get-hpcjob?view=hpc19-ps)
253+
[Get-HpcJob](/powershell/module/hpcpack2016/get-hpcjob?view=hpc16-ps)
254254

255-
[New-HpcJob](/powershell/module/hpcpack2019/new-hpcjob?view=hpc19-ps)
255+
[New-HpcJob](/powershell/module/hpcpack2016/new-hpcjob?view=hpc16-ps)
256256

257-
[Set-HpcJob](/powershell/module/hpcpack2019/set-hpcjob?view=hpc19-ps)
257+
[Set-HpcJob](/powershell/module/hpcpack2016/set-hpcjob?view=hpc16-ps)
258258

259259
[Submit-HpcJob](./Submit-HpcJob.md)

docset/winserver2012r2-ps/hpc/Stop-HpcNodeSet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
143143

144144
## RELATED LINKS
145145

146-
[Add-HpcNodeSet](/powershell/module/hpcpack2019/add-hpciscsistoragearray?view=hpc19-ps)
146+
[Add-HpcNodeSet](/powershell/module/hpcpack2016/add-hpciscsistoragearray?view=hpc16-ps)
147147

148148
[Remove-HpcNodeSet](/powershell/module/hpcpack2016/remove-hpcnodeset?view=hpc16-ps)
149149

docset/winserver2012r2-ps/hpc/Stop-HpcTask.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
257257

258258
## RELATED LINKS
259259

260-
[Add-HpcTask](/powershell/module/hpcpack2019/add-hpctask?view=hpc19-ps)
260+
[Add-HpcTask](/powershell/module/hpcpack2016/add-hpctask?view=hpc16-ps)
261261

262-
[Export-HpcTask](/powershell/module/hpcpack2019/export-hpctask?view=hpc19-ps)
262+
[Export-HpcTask](/powershell/module/hpcpack2016/export-hpctask?view=hpc16-ps)
263263

264-
[Get-HpcTask](/powershell/module/hpcpack2019/get-hpctask?view=hpc19-ps)
264+
[Get-HpcTask](/powershell/module/hpcpack2016/get-hpctask?view=hpc16-ps)
265265

266266
[Set-HpcTask](./Set-HpcTask.md)
267267

docset/winserver2012r2-ps/hpc/Stop-HpcTestResult.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
158158

159159
[Export-HpcTestResult](/powershell/module/hpcpack2016/export-hpctestresult?view=hpc16-ps)
160160

161-
[Get-HpcTestResult](/powershell/module/hpcpack2019/get-hpctestresult?view=hpc19-ps)
161+
[Get-HpcTestResult](/powershell/module/hpcpack2016/get-hpctestresult?view=hpc16-ps)
162162

163-
[Invoke-HpcTest](/powershell/module/hpcpack2019/invoke-hpctest?view=hpc19-ps)
163+
[Invoke-HpcTest](/powershell/module/hpcpack2016/invoke-hpctest?view=hpc16-ps)

docset/winserver2012r2-ps/hpc/Validate-HpcIScsiStorageArray.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ The message for this event provides more information about the failure.
112112

113113
## RELATED LINKS
114114

115-
[Add-HpcIScsiStorageArray](/powershell/module/hpcpack2019/add-hpciscsistoragearray?view=hpc19-ps)
115+
[Add-HpcIScsiStorageArray](/powershell/module/hpcpack2016/add-hpciscsistoragearray?view=hpc16-ps)
116116

117-
[Get-HpcIScsiStorageArray](/powershell/module/hpcpack2019/get-hpciscsistoragearray?view=hpc19-ps)
117+
[Get-HpcIScsiStorageArray](/powershell/module/hpcpack2016/get-hpciscsistoragearray?view=hpc16-ps)
118118

119-
[Remove-HpcIScsiStorageArray](/powershell/module/hpcpack2019/remove-hpciscsistoragearray?view=hpc19-ps)
119+
[Remove-HpcIScsiStorageArray](/powershell/module/hpcpack2016/remove-hpciscsistoragearray?view=hpc16-ps)
120120

121-
[Set-HpcIScsiStorageArray](/powershell/module/hpcpack2019/set-hpciscsistoragearray?view=hpc19-ps)
121+
[Set-HpcIScsiStorageArray](/powershell/module/hpcpack2016/set-hpciscsistoragearray?view=hpc16-ps)

docset/winserver2016-ps/bestpractices/Invoke-BpaModel.md

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ If a model is specified in the cmdlet after the BPA scan has been performed, the
3636
This cmdlet cannot be canceled after it has been started.
3737

3838
Single-node XML is not supported by the BPA model schema.
39-
For more information about what is supported by the BPA model schema, see the [Microsoft Baseline Configuration Analyzer Model Authoring Guide](https://www.microsoft.com/download?id=16475) on the [Microsoft Download Center](https://www.microsoft.com/download?id=16475).
4039

4140
## EXAMPLES
4241

0 commit comments

Comments
 (0)