itglue / powershellwrapper

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

Fix for Exception from HRESULT: 0x80131047 #131

Closed ecspresso closed 1 year ago

ecspresso commented 3 years ago

Fixes #130

davidhaymond commented 1 year ago

See my comment on #130. I would advise going with what Microsoft uses in their documentation; namely, RootModule should contain just the name of the *.psm1 file without a path component.

davidhaymond commented 1 year ago

Looks great, @ecspresso!