Mr-Tbone / Intune

Collection of my Intunescripts
22 stars 11 forks source link

Fix the warning: Resulting JSON is truncated as serialization .... #5

Closed Michal-Ziemba closed 5 months ago

Michal-Ziemba commented 8 months ago

Hi Mr-Tbone. Great script. When was testing it I found a place for improvement. Just added -depth parameter to ConvertTo-Json and ConvertFrom-Json commands to avoid the warning "Resulting JSON is truncated as serialization has exceeded the set depth of 2"

/Mike