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

Lines changed: 9 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)