Exemple basique
$Document = Get-Content -Path d:\monfichier.json | ConvertFrom-Json
$Document | Select EventTime, EventID, Message | Where-Object {$_.EventID -match "4624" -and $_.Message -match "e"} | Out-GridView
Lien vers le fichier : cliquez ici
Pages Web
Site Web | Description |
---|---|
Blogs.technet.microsoft.com | Playing with JSON and PowerShell |
jsonlint.com | JSON validator |
Article(s) en relation(s)