動機
パイプラインIDはパイプラインを再作成(削除して作成)すると変わるので、パイプライン名から動的に取得したい。
コード
[String[]] $pipelineIds = Get-DPPipeline -ProfileName $profile | Where-Object -EQ name $pipelineName | Select-Object -ExpandProperty Id
パイプラインIDはパイプラインを再作成(削除して作成)すると変わるので、パイプライン名から動的に取得したい。
[String[]] $pipelineIds = Get-DPPipeline -ProfileName $profile | Where-Object -EQ name $pipelineName | Select-Object -ExpandProperty Id