Remove-SCPhysicalComputerProfile
Tar bort en fysisk datorprofil från VMM.
Syntax
Remove-SCPhysicalComputerProfile
[-PhysicalComputerProfile] <PhysicalComputerProfile>
[-Force]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Cmdleten Remove-SCPhysicalComputerProfile tar bort en profil för fysiska datorer från Virtual Machine Manager (VMM).
Exempel
Exempel 1: Ta bort en profil för fysisk dator från VMM
PS C:\> $PCP = Get-SCPhysicalComputerProfile -Name "Windows Server 2012 R2"
PS C:\> Remove-SCPhysicalComputerProfile -PhysicalComputerProfile $PCP
Det första kommandot hämtar profilen för den fysiska datorn med namnet Windows Server 2012 R2 med cmdleten Get-SCPhysicalComputerProfile. Kommandot lagrar det i variabeln $PCP.
Det andra kommandot tar bort profilen för den fysiska datorn i $PCP från VMM.
Parametrar
-Confirm
Uppmanar dig att bekräfta innan du kör cmdleten.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Tvingar kommandot att köras utan att be om användarbekräftelse.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobVariable
Anger att jobbstatus spåras och lagras i variabeln som heter av den här parametern.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PhysicalComputerProfile
Anger en profil som används för att distribuera ett operativsystem till en dator.
Type: | PhysicalComputerProfile |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PROTipID
Anger ID för tipset prestanda- och resursoptimering (PRO-tips) som utlöste den här åtgärden. Med den här parametern kan du granska PRO-tips.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunAsynchronously
Anger att jobbet körs asynkront så att kontrollen återgår till kommandogränssnittet omedelbart.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Visar vad som skulle hända om cmdleten kördes. Cmdleten körs inte.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Utdata
PhysicalComputerProfile
Den här cmdleten returnerar ett PhysicalComputerProfile-objekt .