Get-ComputerInfo
Ottiene un oggetto consolidato delle proprietà del sistema operativo e del sistema operativo.
Sintassi
Get-ComputerInfo
[[-Property] <String[]>]
[<CommonParameters>]
Descrizione
Questo cmdlet è disponibile solo nella piattaforma Windows.
Il Get-ComputerInfo
cmdlet ottiene un oggetto consolidato delle proprietà del sistema e del sistema operativo.
Questo cmdlet è stato introdotto in Windows PowerShell 5.1.
Esempio
Esempio 1: Ottenere tutte le proprietà del computer
Questo comando ottiene tutte le proprietà del sistema operativo e del sistema operativo dal computer.
Get-ComputerInfo
Esempio 2: Ottenere tutte le proprietà della versione del computer
Questo comando ottiene tutte le proprietà della versione dal computer.
Get-ComputerInfo -Property "*version"
WindowsCurrentVersion : 6.3
WindowsVersion : 2009
BiosBIOSVersion : {LENOVO - 1380, N1FET64W (1.38 ), Lenovo - 1380}
BiosEmbeddedControllerMajorVersion : 1
BiosEmbeddedControllerMinorVersion : 17
BiosSMBIOSBIOSVersion : N1FET64W (1.38 )
BiosSMBIOSMajorVersion : 2
BiosSMBIOSMinorVersion : 8
BiosSystemBiosMajorVersion : 1
BiosSystemBiosMinorVersion : 38
BiosVersion : LENOVO - 1380
OsVersion : 10.0.19043
OsCSDVersion :
OsServicePackMajorVersion : 0
OsServicePackMinorVersion : 0
Parametri
-Property
Specifica, come matrice di stringhe, le proprietà del computer in cui viene visualizzato questo cmdlet.
Tipo: | String[] |
Posizione: | 0 |
Valore predefinito: | None |
Necessario: | False |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | True |
Input
String[]
È possibile inviare tramite pipe una stringa contenente il nome di una proprietà a questo cmdlet.
Output
Microsoft.PowerShell.Management.ComputerInfo
Questo cmdlet restituisce un oggetto ComputerInfo .
Note
PowerShell include gli alias seguenti per Get-ComputerInfo
:
- Windows:
gin
Questo cmdlet è disponibile solo nelle piattaforme Windows.