Get-SilComputer
Get-SilComputer
Displays the point in time values for specific server and operating system-related data. Windows Server 2012 R2 with KB3000850 applied. For more information, see https://support.microsoft.com/kb/3000850.
語法
Parameter Set: Default
Get-SilComputer [-AsJob] [-CimSession <CimSession[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]
詳細描述
The Get-SilComputer cmdlet displays the point in time values for specific server and operating system-related data needed for most common inventory purposes. The data is collected at the point in time when the cmdlet runs.
參數
-AsJob
別名 |
無 |
必要? |
false |
位置? |
named |
預設值 |
無 |
接受管線輸入? |
false |
接受萬用字元? |
false |
-CimSession<CimSession[]>
在遠端工作階段或遠端電腦上執行 Cmdlet。輸入電腦名稱或工作階段物件,例如 New-CimSession 或 Get-CimSession Cmdlet 的輸出。預設為本機電腦上的目前工作階段。
別名 |
Session |
必要? |
false |
位置? |
named |
預設值 |
無 |
接受管線輸入? |
false |
接受萬用字元? |
false |
-ThrottleLimit<Int32>
指定為執行此 Cmdlet 可建立的最大同時作業數。如果省略這個參數或輸入 0
的值,則 Windows PowerShell® 會根據在電腦上執行的 CIM Cmdlet 數目,計算 Cmdlet 的最佳節流限制。節流限制僅適用於目前 Cmdlet,不適用於工作階段或電腦。
別名 |
無 |
必要? |
false |
位置? |
named |
預設值 |
無 |
接受管線輸入? |
false |
接受萬用字元? |
false |
<CommonParameters>
此 Cmdlet 支援一般參數:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 與 -OutVariable。如需詳細資訊,請參閱 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。
輸入
輸入類型是您可以使用管線處理方式傳遞給 Cmdlet 的物件類型。
輸出
輸出類型是 Cmdlet 所發出的物件類型。
Microsoft.Management.Infrastructure.CimInstance#root/InventoryLogging/MsftSil_Computer
This cmdlet returns an object that encapsulates miscellaneous properties from a computer. That object includes the following properties:
-- ChassisSerialNumber (System.String)
-- CollectedDateTime (System.DateTime)
-- Model (System.String)
-- Name (System.String)
-- NumberOfCores (System.UInt32)
-- NumberOfLogicalProcessors (System.UInt32)
-- NumberOfProcessors (System.UInt32)
-- OSName (System.String)
-- OSSku (System.UInt32)
-- OSSuite (System.UInt32)
-- OSSuiteMask (System.UInt32)
-- OSVersion (System.String)
-- ProcessorFamily (System.UInt32)
-- ProcessorManufacturer (System.String)
-- ProcessorName (System.String)
-- SystemManufacturer (System.String)
範例
Example 1: Retrieve Software Inventory Logging computer data
This command displays the point in time values for all server and operating system-related data.
PS C:\> Get-SilComputer