-
Notifications
You must be signed in to change notification settings - Fork 0
Invoke UniversalDeploymentUpload
github-actions[bot] edited this page Jul 19, 2026
·
1 revision
Uploads a deployment package to PowerShell Universal.
Invoke-UniversalDeploymentUpload [-Uri] <String> [-AppToken] <String> [-Path] <String>
[<CommonParameters>]
Sends a module package or automation repository archive to a PowerShell Universal deployment endpoint using bearer authentication.
Invoke-UniversalDeploymentUpload -Uri $uri -AppToken $token -Path $packagePath
Application token used to authenticate the deployment request.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePath to the package that is uploaded as the request body.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseComplete PowerShell Universal deployment endpoint URI.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.