You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get-NinjaOneInstaller fails with "resultCode": "invalid_node_role" when "Advanced installer options:" is "On" (Admin > General > Settings, at the bottom).
There does not seem to be a way to pass nodeRoleID via the Get method, which seems to be a limitation on the API itself.
I would suggest the module catch this error from the API, and provide a more useful error message, such as saying the command is not compatible with Advanced Installer options on and/or suggesting using New-NinjaOneInstaller.
The text was updated successfully, but these errors were encountered:
Get-NinjaOneInstaller fails with
"resultCode": "invalid_node_role"
when "Advanced installer options:" is "On" (Admin > General > Settings, at the bottom).There does not seem to be a way to pass nodeRoleID via the Get method, which seems to be a limitation on the API itself.
I would suggest the module catch this error from the API, and provide a more useful error message, such as saying the command is not compatible with Advanced Installer options on and/or suggesting using New-NinjaOneInstaller.
The text was updated successfully, but these errors were encountered: