powershellwrapper
powershellwrapper copied to clipboard
Remove double-quotes from Get-ITGlueUserMetrics
This previously raised an error where User metrics were not retrieved due to message stating Cannot send a content-body with this verb-type
. This issue has been fixed after removing the double quotes from the script in the -Method
type for Invoke-RestMethod.