Debe ejecutar el siguiente comando (ejemplo) New-ExchangeCertificate -generaterequest -subjectname “CN=correo.gruopITPRO.cl, OU=Soc. de Computación Itpro.cl S.A., L= Santiago, S=Santiago, C=cl” -domainname correo.ITPRO.CL, autodiscover.ITPRO.CL, xc-w-spp-01.ITPRO.CL, xc-w-spa-02.ITPRO.CL, xc-w-spp-01, xc-w-spa-02, ITPRO.CL -PrivateKeyExportable $true -path c:certrequest.txt Una vez generado el comando, se creará un archivo… Seguir leyendo →
Ejecute el siguiente comando para agregar el usuario jmichels a la política Security01 Set-CASMailbox jmichels -ActiveSyncMailboxPolicy(Get-ActiveSyncMailboxPolicy Security01).Identity Ejecute el siguiente comando para agregar todos los usuarios a una política de Exchange ActiveSync Get-Mailbox | where { $_.CustomAttribute1 -match “Manager” }… Seguir leyendo →
Ejecute el siguiente comando, modificando los parámetros según sea necesario: New-ActiveSyncMaiboxPolicy -Name “Nueva Politica” -DevicePasswordEnabled:$false -AlphanumericDevicePasswordRequired:$false -MaxInactivityTimeDeviceLock:’unlimited’ -MinDevicePasswordLength:$null -PasswordReciveryEnabled:$false -DeviceEncryptionEnabled:$false -AttachmentsEnabled:$true
Ejecute el siguiente comando: Get-ActiveSyncDeviceStatistics -Mailbox:”alias” -ShowRecoveryPassword:$true
Ejecute el siguiente comando para obtener la identidad del dispositivo Get-ActiveSyncDeviceStatistics – Mailbox mgavilanc | fl Identity Luego ejecute el siguiente comando: Clear-ActiveSyncDevice -Identity AirSync-iPhone-App1328180B4WH8
Para habilitar ActiveSync para un usuario de alias jmichels, ejecute el siguiente comando: Set-CASMailbox -Identity jmichels -ActiveSyncEnabled $true Para deshabilitar ActiveSync para un usuario de alias jmichels, ejecute el siguiente comando: Set-CASMailbox -Identity jmichels -ActiveSyncEnabled $false
Ejecute el siguiente comando: Set-ActiveSyncVirtualDirectory -Identity “XC-W-SPP-01Microsoft-Server-ActiveSync (Default Web Site)” -CompressionEnabled: $true -ExternalURL “www.ITPRO.CL/Microsoft-Server-ActiveSync”
Ejecute el siguiente comando: disable-OutlookAnywhere -Server:’ServerName’
Ejecute el siguiente comando: enable-OutlookAnywhere -Server:’ServerName’ -ExternalHostName:’ExternalHostName’-ExternalAuthenticationMethod:’Basic’ -SSLOffloading:$false La ejecución de este cmdlet con los parámetros ExternalAuthenticationMethod y SSLOffloading habilitará Outlook en cualquier lugar con autenticación básica y sin descarga de SSL
Ejecute el comando siguiente para establecer la configuración del idioma de errores y del inicio de sesión Set-OwaVirtualDirectory -identity “Owa (Default Web Site)” -LogonAndErrorLanguage <language code> En el parámetro <language code> debe incluir el código de lenguaje. Esta información puede… Seguir leyendo →
© 2024 M@rTIn's — Funciona gracias a WordPress
Tema realizado por Anders Noren — Ir arriba ↑