共用方式為


Set-SCPhysicalComputerProfile

修改實體計算機配置檔物件。

語法

Set-SCPhysicalComputerProfile
   [[-Name] <String>]
   [-VirtualHardDisk <VirtualHardDisk>]
   -PhysicalComputerProfile <PhysicalComputerProfile>
   [-Domain <String>]
   [-DomainJoinRunAsAccount <RunAsAccount>]
   [-LocalAdministratorCredential <VMMCredential>]
   [-RemoveAnswerFile]
   [-RemoveGuiRunOnceCommands]
   [-PhysicalComputerNetworkAdapterProfile <PhysicalComputerNetworkAdapterProfile[]>]
   [-Description <String>]
   [-Owner <String>]
   [-DiskConfiguration <String>]
   [-DriverMatchingTag <System.Collections.Generic.List`1[System.String]>]
   [-VMPaths <String>]
   [-FullName <String>]
   [-GuiRunOnceCommands <String[]>]
   [-IsGuarded <Boolean>]
   [-CodeIntegrityPolicy <CodeIntegrityPolicy>]
   [-OrganizationName <String>]
   [-ProductKey <String>]
   [-TimeZone <Int32>]
   [-AnswerFile <Script>]
   [-ComputerAccessRunAsAccount <RunAsAccount>]
   [-Baseline <Baseline[]>]
   [-JobGroup <Guid>]
   [-BypassVHDConversion <Boolean>]
   [-VMMServer <ServerConnection>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]

Description

Set-SCPhysicalComputerProfile Cmdlet 會修改實體計算機配置檔物件。

範例

範例 1:修改實體計算機配置檔

PS C:\> $PhysicalComputerProfile = Get-SCPhysicalComputerProfile -ID "d1ce0773-4f50-4f12-a244-38a5a35c5326" 
PS C:\> Set-SCPhysicalComputerProfile -PhysicalComputerProfile $PhysicalComputerProfile -RunAsynchronously -Name "Windows Server 2016"

第一個命令會將具有指定標識符的實體計算機配置檔儲存在 $PhysicalComputerProfile 變數中。

第二個命令會將實體計算機配置檔的名稱修改為 Windows Server 2016。

參數

-AnswerFile

指定儲存在 Virtual Machine Manager (VMM) 連結庫中的腳本物件,以作為回應檔案使用。 回應檔案文稿的名稱取決於您要在虛擬機上安裝的作業系統:

  • Sysprep.inf。 Windows XP、Windows Server 2000 或 Windows Server 2003
  • Unattend.xml。 Windows Vista、Windows 7 或 Windows Server 2008
類型:Script
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-Baseline

指定Baseline對象的陣列。

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

-BypassVHDConversion

指出附加至主機配置檔的動態 VHD 是否會在部署期間轉換成固定類型。

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

-CodeIntegrityPolicy

指定程式代碼完整性原則。

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

-ComputerAccessRunAsAccount

指定要用來部署電腦的電腦存取執行身分帳戶。 此執行身分帳戶會以本機系統管理員身分新增至計算機,並用來管理計算機。

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

-Description

指定計算機設定檔的描述。

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

-DiskConfiguration

指定要使用 Windows Hyper-V 部署之實體電腦的磁碟和數據分割組態。

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

-Domain

指定 Active Directory 網域的完整功能變數名稱 (FQDN)。

範例格式:-Domain "Domain01.Corp.Contoso.com"

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

-DomainJoinRunAsAccount

指定具有加入指定網域之許可權的執行身分帳戶。

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

-DriverMatchingTag

指定要在部署期間與驅動程式屬性相符的自定義標籤。 指定標記時,部署程式會比對主機配置檔中指定的標籤與驅動程式中的標籤,以便下載相符的驅動程式,並將其安裝在目標映像中。

類型:System.Collections.Generic.List`1[System.String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-FullName

指定註冊虛擬機名稱的人員名稱。

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

-GuiRunOnceCommands

指定要新增至自動響應檔案 [GuiRunOnce] 區段的命令陣列。 在每個以雙引號括住的字串周圍使用單引號。

範例格式:-GuiRunOnceCommands '"C:\APF\APFPostSysPrepCopy.cmd PARAMS1"', '"C:\APF\APFPostSysPrepCopy.cmd PARAMS1"'

如需 Windows PowerShell 如何使用引號的資訊,請輸入 Get-Help about_Quoting_Rules

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

-IsGuarded

指出主機必須是受防護主機。

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

-JobGroup

指定一系列命令的標識碼,這些命令將在包含相同作業群組標識符的執行的最後一個命令之前,以集合的形式執行。

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

-JobVariable

指定作業進度會追蹤並儲存在此參數所命名的變數中。

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

-LocalAdministratorCredential

指定本機系統管理員帳戶的用戶名稱和密碼(或 Linux 根帳戶在 Linux 相容客體作業系統設定檔的情況下)。

在新的或現有的範本、新的或現有的客體作業系統配置檔上指定認證,或在新虛擬機上指定認證會覆寫任何現有的系統管理員密碼。

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

-Name

指定 VMM 物件的名稱。

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

-OrganizationName

指定註冊虛擬機名稱之人員的組織名稱。

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

-Owner

以有效網域用戶帳戶的形式指定 VMM 對象的擁有者。

  • 範例格式:-Owner "Contoso\PattiFuller"
  • 範例格式:-Owner "PattiFuller@Contoso"
類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PhysicalComputerNetworkAdapterProfile

指定實體電腦網路配接器配置檔物件的陣列。

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

-PhysicalComputerProfile

指定用來將作業系統部署至計算機的配置檔。

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

-ProductKey

指定產品金鑰。 產品金鑰是識別產品授權的 25 位數數位。 產品密鑰可用來註冊 VMM 或要安裝在虛擬機或主機上的作業系統。

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

-PROTipID

指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。

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

-RemoveAnswerFile

從主機配置檔中移除回應檔案。

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

-RemoveGuiRunOnceCommands

從主機配置檔中移除 GUI 執行一次命令屬性。

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

-RunAsynchronously

表示作業會以異步方式執行,讓控件立即返回命令殼層。

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

-TimeZone

指定數位(索引),識別共用相同標準時間的地理區域。 如需時區索引的清單,請參閱 Microsoft時區索引值。 如果未指定時區,則虛擬機所使用的預設時區是虛擬機主機上的相同時區設定。

指定 GMT 標準時區的範例格式:-TimeZone 085

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

-VirtualHardDisk

指定虛擬硬碟物件。

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

-VMMServer

指定 VMM 伺服器物件。

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

-VMPaths

在可儲存虛擬機檔案的主機上,指定一組預設路徑(以管線運算符分隔的字串)。

範例格式:-VMPaths "C:\Folder1|C:\Folder2|C:\Folder3"

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

輸出

PhysicalComputerProfile

此 Cmdlet 會傳回 PhysicalComputerProfile 物件。