Add-PROTip
Adds a PRO tip.
Syntax
Add-PROTip
[-VMMServer <ServerConnection>]
-Name <String>
[<CommonParameters>]
Add-PROTip
[-VMMServer <ServerConnection>]
-SourceVM <VM>
-Name <String>
[<CommonParameters>]
Add-PROTip
[-VMMServer <ServerConnection>]
-SourceHost <Host>
-Name <String>
[<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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SourceHost
Specifies the source host.
Type: | Host |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SourceVM
Specifies the host virtual machine.
Type: | VM |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-VMMServer
Specifies a Virtual Machine Manager (VMM) server object.
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |