共用方式為


Get-SCBaseline

取得一或多個基準物件。

語法

Get-SCBaseline
   [-VMMServer <ServerConnection>]
   [-ID <Guid>]
   [<CommonParameters>]
Get-SCBaseline
   [-VMMServer <ServerConnection>]
   [-Name <String>]
   [<CommonParameters>]

Description

Get-SCBaseline Cmdlet 會取得一或多個基準物件。 基準是更新清單,其與範圍指派一起,可針對 Virtual Machine Manager (VMM) 網狀架構伺服器對所需更新的合規性進行評分。

範例

範例 1:依其名稱取得基準

PS C:\> Get-SCBaseline -Name "Security Baseline"

此命令會取得名為 Security Baseline 的基準物件。

參數

-ID

將數值識別子指定為特定物件的全域唯一標識碼或 GUID。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-Name

指定 VMM 物件的名稱。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-VMMServer

指定 VMM 伺服器物件。

類型:ServerConnection
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸出

Baseline

此 Cmdlet 會傳回 Baseline 物件。