skip to Main Content

Json formating using powershell

Trying to add new location to this json file, after adding entire json file is out of format and there's tons of extra spaces added. how to deal this. { "$schema": "https://schema.json#", "contentVersion": "1.0.0.0", "parameters": { "existingGalleryName": { "value": "Gallery"…

VIEW QUESTION

HTML table with PowerShell

I have a script that takes bugs from TFS and builds a table with the relevant titles. The script reads from XML 2 query IDs, creates 2 tables, and then sends them as an email. The script is working but…

VIEW QUESTION
Back To Top
Search