Simulación de un entorno de Runbook
Para desarrollar nuevos runbooks, es posible que deba habilitar RealmJoin.RunbookHelper para autenticarse como si estuviera ejecutándose dentro de un Runbook.
Última actualización
¿Te fue útil?
¿Te fue útil?
git clone https://github.com/hcoberdalhoff/approle-and-directoryrole-granter.git
cd "approle-and-directoryrole-granter\RealmJoinVnext"
. .\AllInOne.ps1 -appRegObjectId "{AppRegObjectId}"New-SelfSignedCertificate -Subject 'CN=AzureRunAsConnection, OU={AppID}, DC={TenantID}, O={SubscriptionID}' `
-CertStoreLocation "cert:\CurrentUser\My" -NotAfter (Get-Date).AddYears(10) -KeySpec Signature | `
Export-Certificate -FilePath "AzureRunAsConnection.cer"