Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/adfs/Test-AdfsFarmJoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The command specifies the credentials that are stored in the **$FScred** variabl
### Example 2: Test the overwrites of an existing AD FS configuration database
```
PS C:\> $FScred = Get-Credential
PS C:\> Test-AdfsFarmJoin -OverwriteConfiguration -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
PS C:\> Test-AdfsFarmJoin -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
```

The first command uses the **Get-Credential** cmdlet to create a credential object for the Active Directory account under which the AD FS service runs.
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/adfs/Test-AdfsFarmJoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The command specifies the credentials that are stored in the $FScred variable fo
### Example 2: Test the overwrites of an existing AD FS configuration database
```
PS C:\> $FScred = Get-Credential
PS C:\> Test-AdfsFarmJoin -OverwriteConfiguration -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
PS C:\> Test-AdfsFarmJoin -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
```

The first command uses the **Get-Credential** cmdlet to create a credential object for the Active Directory account under which the AD FS service runs.
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/adfs/Test-AdfsFarmJoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The command specifies the credentials that are stored in the $FScred variable fo
### Example 2: Test the overwrites of an existing AD FS configuration database
```
PS C:\> $FScred = Get-Credential
PS C:\> Test-AdfsFarmJoin -OverwriteConfiguration -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
PS C:\> Test-AdfsFarmJoin -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
```

The first command uses the **Get-Credential** cmdlet to create a credential object for the Active Directory account under which the AD FS service runs.
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/adfs/Test-AdfsFarmJoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The command specifies the credentials that are stored in the $FScred variable fo
### Example 2: Test the overwrites of an existing AD FS configuration database
```
PS C:\> $FScred = Get-Credential
PS C:\> Test-AdfsFarmJoin -OverwriteConfiguration -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
PS C:\> Test-AdfsFarmJoin -PrimaryComputerName "PrimaryWIDHost" -PrimaryComputerPort 80 -ServiceAccountCredential $FScred -CertificateThumbprint 8169c52b4ec6e77eb2ae17f028fe5da4e35c0bed
```

The first command uses the **Get-Credential** cmdlet to create a credential object for the Active Directory account under which the AD FS service runs.
Expand Down