Good morning guys , I need help starting SNMPd using PowerCLI 5.5 on ESX 5.5 .
I can GET perfectly , but cannot do the GET | SET to run without errors.
This Works
Get-VmHostService -VMHost $ESXi | Where-Object {$_.key -eq "snmpd"}
But when I then try and GET | SET , if get errors >
PS C:\PS\ELMOHostBuilder> Get-VmHostService -VMHost $ESXi | Where-Object {$_.key -eq "snmpd"} | Start-VMHostService
Start-VMHostService : 2016/02/09 11:28:37 AM Start-VMHostService An error occurred during host configuration.
At line:1 char:71
+ Get-VmHostService -VMHost $ESXi | Where-Object {$_.key -eq "snmpd"} | Start-VMHo ...
+ ~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-VMHostService], PlatformConfigFault
+ FullyQualifiedErrorId : Client20_SystemManagementServiceImpl_SetVMHostService_ViError,VMware.VimAutomation.ViCore.Cmdlets.Commands.StartVMHostService