PowerShell Discussions

Set-NcAutoSupportConfig Kinda Works...

MattBaldwin
40 Views

When running the following:

Set-NcAutoSupportConfig -node $_.node -IsEnabled $true -IsSupportEnabled $true -Transport "https" -MailHosts "mail.domain.tst" -From $autoSupportEmail -To "support@netapp.com"

I get an error stating that the 'To' parameter specified, which is not supported for REST call, even though it is in the help file.  If I take the 'To' parameter out, everything else works perfectly.

Why would that one important piece not be working?

0 REPLIES 0
Public