Snow-Shell / servicenow-powershell

PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Apache License 2.0
359 stars 170 forks source link

Attachment Download functionality is gone in New Get-ServiceNowAttachment #211

Closed chathamdl closed 1 year ago

chathamdl commented 1 year ago
chathamdl commented 1 year ago

I found the download_link value and was able to get it to work with invoke-webrequest. Just had a brain fart for a moment. You can close this unless you have a different plan for download.

gdbarron commented 1 year ago

This was done 1.5 years ago with the v3 release, https://github.com/Snow-Shell/servicenow-powershell/releases/tag/v3.0. Use Export-ServiceNowAttachment.

chathamdl commented 1 year ago

thanks for the quick reply

gdbarron commented 1 year ago

Have a look at the changelog as much has changed since then!