Erkennen, ob EOP MAFE Rolle oder SafeLinksWebservice $IsEOPCapacity =! $(Get ItemProperty Registrierung:: HKEY_LOCAL_MAC ...

-Erkennen, ob EOP MAFE Rolle oder SafeLinksWebservice          $IsEOPCapacity =! $(Get ItemProperty Registrierung:: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeLabs - ErrorAction SilentlyContinue).EOPMAFE          $IsSafeLinksWebservice = $(Get ItemProperty Registrierung:: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeLabs - ErrorAction SilentlyContinue).SafeLinksWebservice          Wenn ($IsEOPCapacity- und! $IsSafeLinksWebservice)          {            ."$RoleInstallPath\Scripts\enable-LiveIDForWebApplication.ps1 ";$fullPath = "$RoleInstallPath\ClientAccess\ExtendedReport\web.config";#update app-Einstellungen            Set-Appconfigvalue - ConfigFileFullPath: $fullPath-Element: Configuration / AppSettings - AppSettingKey: LiveIdAuthModuleSiteName - NewValue: $RoleDatacenterSiteName;          }