Get-DeployRule

Gets the DeployRule object with the specified name from the VMware Auto Deploy server. If no rule names are given, all visible rules are returned. Hidden rules start with a dot and can be retrieved by using a wildcard pattern that starts with a dot (e.g. '.example*').

Syntax

[-Name  <String[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
Name
String[] named Name of the deploy rule to retrieve. Wildcard patterns can be used here to retrieve multiple rules at a time.

Output

Examples


Example 1

C:\PS> $rule = Get-DeployRule "testrule"

Related Commands

Feedback

Was this page helpful?