Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ORModule2
1.1.9
ORModule2.psm1
function
Get-Info
{
param
(
$ComputerName
)
Get-WmiObject
-ComputerName
$ComputerName
-Class
Win32_BIOS
}
function
Get-Rest
{
}