Share via


Add-PROTip

Adds a PRO tip.

Syntax

Server (Default)

Add-PROTip
    -Name <String>
    [-VMMServer <ServerConnection>]
    [<CommonParameters>]

VMSource

Add-PROTip
    -SourceVM <VM>
    -Name <String>
    [-VMMServer <ServerConnection>]
    [<CommonParameters>]

HostSource

Add-PROTip
    -SourceHost <Host>
    -Name <String>
    [-VMMServer <ServerConnection>]
    [<CommonParameters>]

Description

The Add-PROTip cmdlet adds a Performance and Resource Optimization (PRO) tip. This cmdlet is only available in debug builds of PowerShell.

Parameters

-Name

Specifies the name of the PRO tip to add.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SourceHost

Specifies the source host.

Parameter properties

Type:Host
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

HostSource
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-SourceVM

Specifies the host virtual machine.

Parameter properties

Type:VM
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMSource
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-VMMServer

Specifies a Virtual Machine Manager (VMM) server object.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.