Mostrar la última versión estable de Wireshark con PowerShell
Mostrar la última versión estable de Wireshark con PowerShell
([xml] [System.Net.WebClient]::new().DownloadString('https://www.wireshark.org/update/0/Wireshark/2.2.2/Windows/x86/en-US/stable.xml')).RSS.Channel.Item | Format-Table title,releaseNotesLink
View On WordPress














