itglue / powershellwrapper

This PowerShell module acts as a wrapper for the IT Glue API.
Apache License 2.0
120 stars 51 forks source link

Broken import when running without a profile #129

Closed ecspresso closed 3 years ago

ecspresso commented 3 years ago

Most RMM systems run as the system account and thus have no profile to import. Added -ErrorAction SilentlyContinue to ignore the fact that there is no API key to convert into a secure string.

ecspresso commented 3 years ago

Does not seem to fix the issue. Will look into it more.