Skip to content

Commit

Permalink
Broken links - JasonGerend
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertyang0 committed Nov 8, 2024
1 parent cadca1a commit bff49fc
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 26 deletions.
9 changes: 1 addition & 8 deletions docset/winserver2012r2-ps/adfs/Get-AdfsRelyingPartyTrust.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,7 @@ PS C:\> Get-AdfsRelyingPartyTrust -Name "FabrikamApp"

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

### Example 2: Get property settings for a relying party trust by using an identifier
```
PS C:\> Get-AdfsRelyingPartyTrust -Identifier "https://FabrikamApp.CentralServer.org"
```

This command gets the property settings for a relying party trust that has the identifier https://FabrikamApp.CentralServer.org.

### Example 3: Get property settings for an updated relying party trust
### Example 2: Get property settings for an updated relying party trust
```
PS C:\> Get-AdfsRelyingPartyTrust | Where-Object{ $_.LastUpdateTime -le (get-date).subtract((new-timespan -hours 24))}
```
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Set-HpcNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ You must be a cluster administrator to run this cmdlet successfully.
## RELATED LINKS
[Get-HpcNode](./Get-HpcNode.md)
[Get-HpcNode](/powershell/module/hpcpack2019/get-hpcnode?view=hpc19-ps)
[Remove-HpcNode](./Remove-HpcNode.md)
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Set-HpcNodeState.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ You must be a cluster administrator to run this cmdlet successfully.
## RELATED LINKS
[Get-HpcNode](./Get-HpcNode.md)
[Get-HpcNode](/powershell/module/hpcpack2019/get-hpcnode?view=hpc19-ps)
[Set-HpcNode](./Set-HpcNode.md)
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Set-HpcPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ This cmdlet was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2). It is
## RELATED LINKS
[Add-HpcPool](./Add-HpcPool.md)
[Add-HpcPool](/powershell/module/hpcpack2019/add-hpcpool?view=hpc19-ps)
[Get-HpcPool](./Get-HpcPool.md)
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Set-HpcTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcTask](./Add-HpcTask.md)
[Add-HpcTask](/powershell/module/hpcpack2019/add-hpctask?view=hpc19-ps)

[Export-HpcTask](./Export-HpcTask.md)
[Export-HpcTask](/powershell/module/hpcpack2019/export-hpctask?view=hpc19-ps)

[Get-HpcTask](./Get-HpcTask.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Shutdown-HpcNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Get-HpcNode](./Get-HpcNode.md)
[Get-HpcNode](/powershell/module/hpcpack2019/get-hpcnode?view=hpc19-ps)

[Remove-HpcNode](./Remove-HpcNode.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Start-HpcNodeSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcNodeSet](./Add-HpcNodeSet.md)
[Add-HpcNodeSet](/powershell/module/hpcpack2019/add-hpcnodeset?view=hpc19-ps)

[Remove-HpcNodeSet](./Remove-HpcNodeSet.md)

Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Stop-HpcJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ All other tasks are queued, including those that failed.

## RELATED LINKS

[Export-HpcJob](./Export-HpcJob.md)
[Export-HpcJob](/powershell/module/hpcpack2019/export-hpcjob?view=hpc19-ps)

[Get-HpcJob](./Get-HpcJob.md)
[Get-HpcJob](/powershell/module/hpcpack2019/get-hpcjob?view=hpc19-ps)

[New-HpcJob](./New-HpcJob.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Stop-HpcNodeSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcNodeSet](./Add-HpcNodeSet.md)
[Add-HpcNodeSet](/powershell/module/hpcpack2019/add-hpciscsistoragearray?view=hpc19-ps)

[Remove-HpcNodeSet](./Remove-HpcNodeSet.md)

Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Stop-HpcTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcTask](./Add-HpcTask.md)
[Add-HpcTask](/powershell/module/hpcpack2019/add-hpctask?view=hpc19-ps)

[Export-HpcTask](./Export-HpcTask.md)
[Export-HpcTask](/powershell/module/hpcpack2019/export-hpctask?view=hpc19-ps)

[Get-HpcTask](./Get-HpcTask.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Stop-HpcTestResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

[Get-HpcTestResult](./Get-HpcTestResult.md)

Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Submit-HpcJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Export-HpcJob](./Export-HpcJob.md)
[Export-HpcJob](/powershell/module/hpcpack2019/export-hpcjob?view=hpc19-ps)

[Get-HpcJob](./Get-HpcJob.md)
[Get-HpcJob](/powershell/module/hpcpack2019/get-hpcjob?view=hpc19-ps)

[New-HpcJob](./New-HpcJob.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ The message for this event provides more information about the failure.

## RELATED LINKS

[Add-HpcIScsiStorageArray](./Add-HpcIScsiStorageArray.md)
[Add-HpcIScsiStorageArray](/powershell/module/hpcpack2019/add-hpciscsistoragearray?view=hpc19-ps)

[Get-HpcIScsiStorageArray](./Get-HpcIScsiStorageArray.md)
[Get-HpcIScsiStorageArray](/powershell/module/hpcpack2019/get-hpciscsistoragearray?view=hpc19-ps)

[Remove-HpcIScsiStorageArray](./Remove-HpcIScsiStorageArray.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/bestpractices/Invoke-BpaModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If a model is specified in the cmdlet after the BPA scan has been performed, the
This cmdlet cannot be canceled after it has been started.

Single-node XML is not supported by the BPA model schema.
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/details.aspx?id=16475) on the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=16475).
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).

## EXAMPLES

Expand Down

0 comments on commit bff49fc

Please sign in to comment.