Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:ps:powercli:certificate [2022/05/18 06:30] jsdev:ps:powercli:certificate [2024/09/11 12:03] (current) js
Line 1: Line 1:
 ====== PowerCLI invalid certificate ====== ====== PowerCLI invalid certificate ======
  
-<code:ps1 linenums:1 |Set Certification Check to //Ignore//>Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false</code>+<code bash>Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false</code> 
 + 
 +