Invoke-sqmSsisConfiguration
Examples
$pwd = Read-Host "SSISDB-Kennwort" -AsSecureString
$pwd = Read-Host "SSISDB-Kennwort" -AsSecureString
Invoke-sqmSsisConfiguration -SqlInstance "SQL01" -CatalogPassword $pwd
$pwd = Read-Host "SSISDB-Kennwort" -AsSecureString
$pwd = Read-Host "SSISDB-Kennwort" -AsSecureString
Invoke-sqmSsisConfiguration -SqlInstance "SQL01" -AgName "AG_SSIS" -CatalogPassword $pwd