Gurus
I got it , You need the get-advancedsetting first and pipe it to the set
I am learning little by little
Original Message:
Sent: Jan 10, 2025 03:04 PM
From: Fborges555
Subject: Set-advancedsetting error
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??