Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
dev:ps:powercli:certificate [2024/09/11 12:01] 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>