Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit f403f41

Browse files
committed
docs: update Test-EsxiCertMgmtChecks.md
Updates `Test-EsxiCertMgmtChecks.md`. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent add14b9 commit f403f41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/documentation/functions/Test-EsxiCertMgmtChecks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Run the checks required for ESXi Certificate Management for a given cluster or a
77
## Syntax
88

99
```powershell
10-
Test-VCFCertMgmtChecks [-server] <String> [-user] <String> [-pass] <String> [-domain] <String> [-cluster] <String> [-signedCertificate] <String> [[-esxiFqdn] <String>] [[-issuer] <String>] [<CommonParameters>]
10+
Test-EsxiCertMgmtChecks [-server] <String> [-user] <String> [-pass] <String> [-domain] <String> [-cluster] <String> [-signedCertificate] <String> [[-esxiFqdn] <String>] [[-issuer] <String>] [<CommonParameters>]
1111
```
1212

1313
## Description
1414

15-
The `Test-VCFCertMgmtChecks` runs the checks required for ESXi Certificate Management for a given cluster or an ESXi host.
15+
The `Test-EsxiCertMgmtChecks` runs the checks required for ESXi Certificate Management for a given cluster or an ESXi host.
1616

1717
The following checks are run:
1818

@@ -26,15 +26,15 @@ The following checks are run:
2626
### Example 1
2727

2828
```powershell
29-
Test-VCFCertMgmtChecks -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass VMw@re1! -domain sfo-m01 -cluster sfo-m01-cl01 -issuer rainpole -signedCertificate F:\Certificates\Root64.cer
29+
Test-EsxiCertMgmtChecks -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass VMw@re1! -domain sfo-m01 -cluster sfo-m01-cl01 -issuer rainpole -signedCertificate F:\Certificates\Root64.cer
3030
```
3131

3232
This example runs the checks required for ESXi Certificate Management for the cluster belonging to the domain sfo-m01.
3333

3434
### Example 2
3535

3636
```powershell
37-
Test-VCFCertMgmtChecks -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass VMw@re1! -domain sfo-m01 -cluster sfo-m01-cl01 -esxiFqdn sfo01-m01-esx01.sfo.rainpole.io -issuer rainpole -signedCertificate F:\Certificates\Root64.cer
37+
Test-EsxiCertMgmtChecks -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass VMw@re1! -domain sfo-m01 -cluster sfo-m01-cl01 -esxiFqdn sfo01-m01-esx01.sfo.rainpole.io -issuer rainpole -signedCertificate F:\Certificates\Root64.cer
3838
```
3939

4040
This example runs the checks required for ESXi Certificate Management for an ESXi host belonging to the domain sfo-m01.

0 commit comments

Comments
 (0)