Install-LabSoftwarePackages
SYNOPSIS
Install multiple packages
SYNTAX
Install-LabSoftwarePackages [-Machine] <Machine[]> [-SoftwarePackage] <SoftwarePackage[]>
[-WaitForInstallation] [-PassThru] [<CommonParameters>]
DESCRIPTION
Installs one or more software packages on lab machines by calling Install-LabSoftwarePackage
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-Machine
The target machines
Type: Machine[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-SoftwarePackage
The software packages to install
Type: SoftwarePackage[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-WaitForInstallation
Indicates if the script should be waiting for the installation of all packages on all machines
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PassThru
Indicates if the resulting jobs should be passed back to the caller
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.