Paigaldatud tooted: Revision history

From ICO wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 January 2011

  • curprev 13:3113:31, 28 January 2011Rkalamee talk contribs 203 bytes +203 Created page with '<source lang="powershell"> get-wmiobject -class "Win32_Product" -namespace "root\CIMV2" -computername "." | Select-Object -Property [A-Z]* | Sort-Object Caption | Export-Csv ins…'