Solution: If you just want the attributes from your JSON then:(Get-Content -Path C:\IP.json | ConvertFrom-Json).data.attributes | Export-Csv -Path ...
確定! 回上一頁