| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Installs a built Apple .app bundle on a physical device.
Install-AppleApp [-AppPath] <string> [-DeviceIdentifier <string>] [-Device <string>] [-Xcrun <string>] [-TimeoutMinutes <int>] [-WhatIf] [-Confirm] [<CommonParameters>]Installs a built Apple .app bundle on a physical device.
Install-AppleApp -AppPath 'C:\Path'Path to the built .app bundle.
Type: String
Parameter Sets: __AllParameterSets
Aliases: Path, FullName
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueDevice name, identifier, or model used when DeviceIdentifier is not supplied.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TruePhysical device identifier.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueMaximum install runtime in minutes.
Type: Int32
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: Truexcrun executable name or path.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
PowerForge.AppleAppInstallResult
- None