<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.itcollege.ee/index.php?action=history&amp;feed=atom&amp;title=PowerShell%3A_BIOS-i_info</id>
	<title>PowerShell: BIOS-i info - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.itcollege.ee/index.php?action=history&amp;feed=atom&amp;title=PowerShell%3A_BIOS-i_info"/>
	<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=PowerShell:_BIOS-i_info&amp;action=history"/>
	<updated>2026-05-09T20:47:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=PowerShell:_BIOS-i_info&amp;diff=48868&amp;oldid=prev</id>
		<title>Mlepla: Created page with &#039; Näitab kasutajale tema arvuti BIOS-i infot.    function Get-BIOSDetails { param($Computer)              $output = &quot;&quot; | select ComputerName, BIOSVersion, SerialNumber $obj = Get…&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=PowerShell:_BIOS-i_info&amp;diff=48868&amp;oldid=prev"/>
		<updated>2012-05-30T14:35:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039; Näitab kasutajale tema arvuti BIOS-i infot.    function Get-BIOSDetails { param($Computer)              $output = &amp;quot;&amp;quot; | select ComputerName, BIOSVersion, SerialNumber $obj = Get…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
Näitab kasutajale tema arvuti BIOS-i infot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function Get-BIOSDetails {&lt;br /&gt;
param($Computer)            &lt;br /&gt;
&lt;br /&gt;
$output = &amp;quot;&amp;quot; | select ComputerName, BIOSVersion, SerialNumber&lt;br /&gt;
$obj = Get-WMIObject -Class Win32_BIOS -ComputerName $Computer&lt;br /&gt;
$output.ComputerName = $Computer.ToUpper()&lt;br /&gt;
$output.BIOSVersion = $obj.SMBIOSBIOSVersion&lt;br /&gt;
$output.SerialNumber = $obj.SerialNumber            &lt;br /&gt;
&lt;br /&gt;
$output            &lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Mlepla</name></author>
	</entry>
</feed>