Implementar Zoom con Microsoft Intune

 Abr, 04 - 2020   sin comentarios   ImplementaciónMicrosoft Intune

Hola que tal amigos, el dia de hoy vamos a utilizar Microsoft Intune para desplegar la herramienta de conferencias Zoom, dada la situación que se vive actualmente, podemos a través de esta herramienta hacer uso de su implementación usando la plataforma de Microsoft Intune.

Lo primero que debemos hacer es descargar el archivo .MSI desde la siguiente ruta.

https://www.zoom.us/client/latest/ZoomInstallerFull.msi

Los ajustes se pueden configurar en varios escenarios. Algunos solo pueden ser configurados por Zoom Admin o IT Admin y otros pueden ser configurados por el usuario final.
Podemos configurar a nivel de cliente el archivo para una instalación desatendida con los siguientes comandos.

Install: msiexec /packageZoomInstallerFull.msi /lex zoommsi.log

Silent install: msiexec /i ZoomInstallerFull.msi /quiet /qn /norestart /log install.log

Wait until in-progress meeting ends before installing:  msiexec /i ZoomInstallerFull.msi /norestart MSIRESTARTMANAGERCONTROL=»Disable»

Auto-start Silently with Windows*: Disabled by default. To enable, append ZSILENTSTART=»true» to the end of your install choice:

msiexec /packageZoomInstallerFull.msi /lex zoommsi.log ZSILENTSTART=»true»

 Estas configuración se pueden agregar tanto para implementaciones con herramientas como MDT, MECM o alguna otra plataforma de Endpoint.
Teniendo esto presente vamos a proceder a utilizar Microsoft Intune para poder realizar el proceso de Implementación.
Nos posicionamos en Client apps – Apps – Add.
Seleccionamos Line-of-business app y seleccionamos el paquete de Zoom.MSI.
En la configuración de la aplicacion colocamos lo siguiente de acuerdo a nuestras necesidades, por ejemplo Zconfig es un parametro en donde podemos deshabilitar que no muestre el inicio de sesión de google o facebook.
Aquí una configuración basica.

Aquí están otras opciones mas:

General Settings

Description Default MSI option and value
Disable Google login option Disabled nogoogle, 1
Disable Facebook login option Disabled nofacebook, 1
Disable Email login option Disabled DisableLoginWithEmail, 1
Disable UAC prompt when logging into Zoom Disabled AddFWException, 1
Minimize Zoom to system tray  Disabled min2tray, 1
Set the email address domain that users can login with Disabled login_domain, domain 
Default to Portrait Mode upon opening Zoom Disabled DefaultUsePortraitView, 1
Meeting Settings
Description Default MSI option and value
Turn Off Camera when Joining a Meeting Disabled  see ZConfig options below
Automatically join VoIP Disabled see ZConfig options below
Automatically enable dual monitor Disabled UseDualMonitor, 1
Disable Full Screen when starting or joining a meeting Disabled FullScreenWhenJoin, 0
Always show meeting controls (Disable auto-hide toolbar) Disabled AutoHideToolbar, 0
Hide non-video participants by default Disabled HideNonVideoUsers, 1
Always mute microphone when joining a meeting Disabled MuteVoipWhenJoin, 1
Show the length of time that the user has been in a meeting Disabled ShowConnectedTime, 1
Confirm before leaving a meeting Enabled ConfirmWhenLeave, 1
Disable Screen Share when starting or joining a meeting Disabled DisableScreenShare, 1
Disable Window’s Aero Mode on Windows 7 Disabled noaeroonwin7, 1
Set the default recording location for local recordings Documents folder recordpath, C:/your_recording_path
Only allow joining meetings within the specified account Disabled account, your account ID
Automatically adjust microphone settings Disabled AudioAutoAdjust, 1
Always use PMI for instant meetings Disabled UsePMI, 1
Disable in-meeting chat Disabled zDisableChat, 1
Disable in-meeting file transfer (sending or receiving files) Disabled zDisableFT, 1
Disable local recording Disabled zDisableLocalRecord, 1
Disable cloud recording Disabled zDisableCMR, 1
Disable sending video Disabled zDisableSendVideo, 1
Disable receiving video Disabled zDisableRecvVideo, 1
Enable mirroring of shared video Disabled EnableMirrorEffect, 1
Call CRC devices without starting a meeting first Disabled EnableStartMeetingWithRoomSyst em, 1
Set maximum sending bandwidth Disabled BandwidthLimitUp, amount (all values in Kbps)
Set maximum receiving bandwidth Disabled BandwidthLimitDown, amount (all values in Kbps)
Split traffic across different ports for easier identification
Video share: 8801
Screensharing: 8802
Audio: 8803
Disabled EnableIndependentDataPort, 1
Always show the video preview when joining a meeting Enabled AlwaysShowVideoPreviewDialog, 1
Remove Computer Audio from the Audio Options Disabled disablecomputeraudio, 1
Use Side-by-Side Mode for Viewing a Shared Screen Disabled EnableSplitScreen, 1
Enable Automatically Adjust Volume Enabled AudioAutoAdjust, 1
Disable Remote Control Disabled DisableRemoteControl, 1
Disable Remote Support Disabled DisableRemoteSupport, 1
Disable Virtual Background Disabled DisableVirtualBkgnd, 1
Disable GPU Acceleration Disabled LegacyCaptureMode, 1
Chat Settings
Description Default MSI option and value
Disable Link Preview Disabled zDisableIMLinkPreview, 1
Room Options
Description Default MSI option and value
Verify SSL certificate Disabled EnableSSLVerification
Automatically accept the GDPR license Disabled ACCEPTGDPR
Install updates silently without displaying progress bar Disabled SILENT
Automatically login with username and password Enabled SYSTEMAUTOLOGIN
System Options
Value Option
1 Automatically lock the screen
2 Disable password upon wakeup
4 Disable Cortana
8 Disable notifications
16 Disable Windows updates
32 Enable High Performance Power
64 Disable Hibernation
128 Never Sleep
256 Never Turn Off Display
Cuando tengamos estas opciones damos clic en siguiente y agregamos los grupos a los que se aplicará esta configuración.
Si queremos realizar este procedimiento paa MDT o MECM podemos utilizar el siguiente codigo.

Sin mas por el momento me despido enviandoles un gran saludo a todos mis lectores, estamos con nuevos post.

 


Artículos relacionados

Deja un comentario