Consente di rilevare se ruolo EOP MAFE o SafeLinksWebservice $IsEOPCapacity =! $(get ItemProperty del Registro di sistema:: ...

# Consente di rilevare se ruolo EOP MAFE o SafeLinksWebservice          $IsEOPCapacity =! $(get ItemProperty del Registro di sistema:: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeLabs - ErrorAction SilentlyContinue).EOPMAFE          $IsSafeLinksWebservice = $(get ItemProperty del Registro di sistema:: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeLabs - ErrorAction SilentlyContinue).SafeLinksWebservice          Se ($IsEOPCapacity- e! $IsSafeLinksWebservice)          {            ."$RoleInstallPath\Scripts\enable-LiveIDForWebApplication.ps1 ";$fullPath = "$RoleInstallPath\ClientAccess\ExtendedReport\web.config";impostazioni di applicazione #update            set-appconfigvalue - ConfigFileFullPath: $fullPath-elemento: configuration / appSettings - AppSettingKey: LiveIdAuthModuleSiteName - NewValue: $RoleDatacenterSiteName;          }