Retrieving Attachments from ServiceNow to Local Server using powershell
PowerShell script to fetch the attachments from ServiceNow to local server. Though exception handling is not implemented yet , this will do the job. Internally this script uses "Aggregate API , Table API , Attachment API" to dump the files. Pre execu...