This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
docs/documentation/functions Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1717The 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
3232This 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
4040This example runs the checks required for ESXi Certificate Management for an ESXi host belonging to the domain sfo-m01.
You can’t perform that action at this time.
0 commit comments