Automation

 View Only
  • 1.  Set-advancedsetting error

    Posted 10 days ago

    Gurus 

    I have the following cmdlet 

    Get-VMHost -Name $vmhost | set-AdvancedSetting -Name "attribute " -Value 'false' But I get the following error 

    Set-AdvancedSetting : A parameter cannot be found that matches parameter name 'Name' , 

    what am I doing wrong??



  • 2.  RE: Set-advancedsetting error

    Posted 10 days ago

    Gurus

    I got it , You need the get-advancedsetting first and pipe it to the set 

    I am learning little by little