SDF-REP-04 โ ConvertTo-Json¶
Purpose:
To convert PowerShell output into JSON format for structured data exchange.
๐งญ Script Example¶
Get-ComputerInfo | ConvertTo-Json | Out-File "system-info.json"
๐ Output¶
- File: 
system-info.json - Format: JSON
 - Use: API-ready, machine-readable format
 
๐ง Reflection¶
- Was the JSON structure easy to understand?
 - Could it be used in other systems or tools?