Skip to content

Commit 7da81a9

Browse files
authored
Merge branch 'main' into update_hyperv_newvm
2 parents ac35ec8 + 4969226 commit 7da81a9

File tree

114 files changed

+8830
-1678
lines changed

Some content is hidden

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

114 files changed

+8830
-1678
lines changed

.openpublishing.build.ps1

Lines changed: 0 additions & 17 deletions
This file was deleted.

docset/docfx.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"ROBOTS": "INDEX, FOLLOW",
7676
"breadcrumb_path": "/powershell/windows/bread/toc.json",
7777
"ms.service": "windows-11",
78-
"ms.topic": "managed-reference",
78+
"ms.topic": "reference",
7979
"ms.author": "jgerend",
8080
"author": "JasonGerend",
8181
"manager": "femila",
@@ -93,9 +93,14 @@
9393
"dstrome",
9494
"v-dihans",
9595
"sdwheeler",
96+
"v-stchambers",
97+
"shdyas",
9698
"Stacyrch140",
9799
"v-stsavell",
98-
"American-Dipper"
100+
"American-Dipper",
101+
"Ruchika-mittal01",
102+
"aditisrivastava07",
103+
"padmagit77"
99104
],
100105
"_op_documentIdPathDepotMapping": {
101106
"./": {

docset/winserver2012-ps/adfs/Get-ADFSRelyingPartyTrust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Gets the current property settings for a relying party trust that is specified b
4646

4747
### -------------------------- EXAMPLE 2 --------------------------
4848
```
49-
C:\PS>Get-ADFSRelyingPartyTrust -Identifier https://SampleApp.SampleServer.org
49+
C:\PS>Get-ADFSRelyingPartyTrust -Identifier https://www.fabrikam.com/
5050
```
5151

5252
Description
5353

5454
-----------
5555

56-
Gets the current property settings for a relying party trust that is specified by the identifier https://SampleApp.SampleServer.org.
56+
Gets the current property settings for a relying party trust that is specified by the identifier `https://www.fabrikam.com`.
5757

5858
### -------------------------- EXAMPLE 3 --------------------------
5959
```

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ This command gets the property settings for the relying party trust named Fabrik
4444

4545
### Example 2: Get property settings for a relying party trust by using an identifier
4646
```
47-
PS C:\> Get-AdfsRelyingPartyTrust -Identifier "https://FabrikamApp.CentralServer.org"
47+
PS C:\> Get-AdfsRelyingPartyTrust -Identifier "https://app.fabrikam.com"
48+
4849
```
4950

50-
This command gets the property settings for a relying party trust that has the identifier https://FabrikamApp.CentralServer.org.
51+
This command gets the property settings for a relying party trust that has the identifier `https://FabrikamApp.CentralServer.org`.
5152

5253
### Example 3: Get property settings for an updated relying party trust
5354
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ This cmdlet was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2). It is
6666
6767
[New-HpcSoftCard](./New-HpcSoftCard.md)
6868
69-
[Remove-HpcJobCredential](./Remove-HpcJobCredential.md)
69+
[Remove-HpcJobCredential](/powershell/module/hpcpack2016/remove-hpcjobcredential?view=hpc16-ps)
7070
71-
[Set-HpcJobCredential](./Set-HpcJobCredential.md)
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](./Set-HpcJobCredential.md)
88+
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)

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

Lines changed: 3 additions & 3 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](./Get-HpcNode.md)
343+
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)
344344
345-
[Remove-HpcNode](./Remove-HpcNode.md)
345+
[Remove-HpcNode](/powershell/module/hpcpack2016/remove-hpcnode?view=hpc16-ps)
346346
347-
[Restart-HpcNode](./Restart-HpcNode.md)
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](./Get-HpcNode.md)
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](./Add-HpcPool.md)
120+
[Add-HpcPool](/powershell/module/hpcpack2016/add-hpcpool?view=hpc16-ps)
121121
122-
[Get-HpcPool](./Get-HpcPool.md)
122+
[Get-HpcPool](/powershell/module/hpcpack2016/get-hpcpool?view=hpc16-ps)
123123
124-
[Remove-HpcPool](./Remove-HpcPool.md)
124+
[Remove-HpcPool](/powershell/module/hpcpack2016/remove-hpcpool?view=hpc16-ps)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
132132

133133
## RELATED LINKS
134134

135-
[Remove-HpcSoaCredential](./Remove-HpcSoaCredential.md)
135+
[Remove-HpcSoaCredential](/powershell/module/hpcpack2016/remove-hpcsoacredential?view=hpc16-ps)
136136

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

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

0 commit comments

Comments
 (0)