NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

PowerShell Discussions

Set-NcAutoSupportConfig Kinda Works...

MattBaldwin
462 Views

When running the following:

Set-NcAutoSupportConfig -node $_.node -IsEnabled $true -IsSupportEnabled $true -Transport "https" -MailHosts "mail.domain.tst" -From $autoSupportEmail -To "[email protected]"

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