diff --git a/Security-BreakGlassCertRenewer/run.ps1 b/Security-BreakGlassCertRenewer/run.ps1 index be45471..2ffb4de 100644 --- a/Security-BreakGlassCertRenewer/run.ps1 +++ b/Security-BreakGlassCertRenewer/run.ps1 @@ -20,7 +20,7 @@ $graphHeader = @{ Authorization = "Bearer {0}" -f $graphToken.token } - +$graphToken.token try { import-module .\Modules\mem-monitor-functions.psm1 }