Get-VMAdvancedConfiguration not working

hi, i need the command “Set-VMAdvancedConfiguration” to work,on powercli, i have powercli 11.50, and its now working, i have i have tried to upgade to 13 and i got this -

"PackageManagement\Install-Package : Authenticode issuer ‘System.Object’ of the new module ‘VMware.VimAutomation.Vmc’ with version
‘13.3.0.24145081’ is not matching with the authenticode issuer ‘System.Object’ of the previously-installed module
‘VMware.VimAutomation.Vmc’ with version ‘11.5.0.14912923’. If you still want to install or update, use -SkipPublisherCheck parameter.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21

  • … $null = PackageManagement\Install-Package @PSBoundParameters
  •                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (Microsoft.Power…InstallPackage:InstallPackage) [Install-Package], Exception
    • FullyQualifiedErrorId : AuthenticodeIssuerMismatch,Validate-ModuleAuthenticodeSignature,Microsoft.PowerShell.PackageManagement.Cmd
      lets.InstallPackage"

and its still not working,need your assist, 10x.

Did you try the suggestion in the error?

Meaning

Install-Module VMware.PowerCli -SkipPublisherCheck

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.