PowerShell: BIOS-i info: 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.

30 May 2012

  • curprev 16:3516:35, 30 May 2012Mlepla talk contribs 395 bytes +395 Created page with ' Näitab kasutajale tema arvuti BIOS-i infot. function Get-BIOSDetails { param($Computer) $output = "" | select ComputerName, BIOSVersion, SerialNumber $obj = Get…'