May 02 2022
01:57 PM
- last edited on
Mar 05 2024
01:42 PM
by
TechCommunityAP
May 02 2022
01:57 PM
- last edited on
Mar 05 2024
01:42 PM
by
TechCommunityAP
Is it possible to pass a parameter as a SecureString from a PowerShell task in Azure DevOps into params list in a PowerShell file called from pipeline?
AzureDevOps PowerShell Tasks Arguments
-windowstyle hidden -MyPass $(pass)
PowerShell file called by task in pipeline
param([SecureString] $MyPass)
Here's an illustration