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
Not sure if this is a bug in this powershell library or of the NinjaAPI, but running the get-NinjaOneActivities by class type returns mixed results (different class types)
This is expected behavior. The activityType column is not directly filtered by the -class parameter. The class will map to multiple activity types which may be present across multiple classes.
Not sure if this is a bug in this powershell library or of the NinjaAPI, but running the get-NinjaOneActivities by class type returns mixed results (different class types)
(Get-NinjaOneActivities -class "SYSTEM"-pagesize 1000).activities
For example "SYSTEM" is returning "SYSTEM", "SCRIPTING" and "SCHEDULED_TASK". Possible others
The text was updated successfully, but these errors were encountered: