Remove-SCPhysicalComputerProfile
从 VMM 中删除物理计算机配置文件。
语法
Remove-SCPhysicalComputerProfile
[-PhysicalComputerProfile] <PhysicalComputerProfile>
[-Force]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Remove-SCPhysicalComputerProfile cmdlet 从 Virtual Machine Manager (VMM) 中删除物理计算机配置文件。
示例
示例 1:从 VMM 中删除物理计算机配置文件
PS C:\> $PCP = Get-SCPhysicalComputerProfile -Name "Windows Server 2012 R2"
PS C:\> Remove-SCPhysicalComputerProfile -PhysicalComputerProfile $PCP
第一个命令使用 Get-SCPhysicalComputerProfile cmdlet 获取名为 Windows Server 2012 R2 的物理计算机配置文件。 该命令将其存储在$PCP变量中。
第二个命令从 VMM 中删除$PCP中的物理计算机配置文件。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
强制运行命令而不要求用户确认。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobVariable
指定跟踪作业进度,并将其存储在此参数命名的变量中。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PhysicalComputerProfile
指定用于将操作系统部署到计算机的配置文件。
Type: | PhysicalComputerProfile |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PROTipID
指定触发此操作 (PRO 提示) 的性能和资源优化提示的 ID。 此参数允许审核 PRO 提示。
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunAsynchronously
指示作业异步运行,以便控件立即返回到命令 shell。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
显示在此 cmdlet 运行的情况下将会发生什么。 此 cmdlet 未运行。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
输出
PhysicalComputerProfile
此 cmdlet 返回 PhysicalComputerProfile 对象。