Implementar Zoom con Microsoft Intune

Implementar Zoom con Microsoft 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.

Agregamos la aplicación .MSI desde la sección correspondiente.

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 básica.

ZConfig="nogoogle=1" ZConfig="nofacebook=1" AudioAutoAdjust="1" ZoomAutoUpdate=True ZoominstallOption=8

Aquí están otras opciones mas:

General Settings

DescriptionDefaultMSI option and value
Disable Google login optionDisablednogoogle, 1
Disable Facebook login optionDisablednofacebook, 1
Disable Email login optionDisabledDisableLoginWithEmail, 1
Disable UAC prompt when logging into ZoomDisabledAddFWException, 1
Minimize Zoom to system tray Disabledmin2tray, 1
Set the email address domain that users can login withDisabledlogin_domain, domain 
Default to Portrait Mode upon opening ZoomDisabledDefaultUsePortraitView, 1

Meeting Settings

DescriptionDefaultMSI option and value
Turn Off Camera when Joining a MeetingDisabled see ZConfig options below
Automatically join VoIPDisabledsee ZConfig options below
Automatically enable dual monitorDisabledUseDualMonitor, 1
Disable Full Screen when starting or joining a meetingDisabledFullScreenWhenJoin, 0
Always show meeting controls (Disable auto-hide toolbar)DisabledAutoHideToolbar, 0
Hide non-video participants by defaultDisabledHideNonVideoUsers, 1
Always mute microphone when joining a meetingDisabledMuteVoipWhenJoin, 1
Show the length of time that the user has been in a meetingDisabledShowConnectedTime, 1
Confirm before leaving a meetingEnabledConfirmWhenLeave, 1
Disable Screen Share when starting or joining a meetingDisabledDisableScreenShare, 1
Disable Window’s Aero Mode on Windows 7Disablednoaeroonwin7, 1
Set the default recording location for local recordingsDocuments folderrecordpath, C:/your_recording_path
Only allow joining meetings within the specified accountDisabledaccount, your account ID
Automatically adjust microphone settingsDisabledAudioAutoAdjust, 1
Always use PMI for instant meetingsDisabledUsePMI, 1
Disable in-meeting chatDisabledzDisableChat, 1
Disable in-meeting file transfer (sending or receiving files)DisabledzDisableFT, 1
Disable local recordingDisabledzDisableLocalRecord, 1
Disable cloud recordingDisabledzDisableCMR, 1
Disable sending videoDisabledzDisableSendVideo, 1
Disable receiving videoDisabledzDisableRecvVideo, 1
Enable mirroring of shared videoDisabledEnableMirrorEffect, 1
Call CRC devices without starting a meeting firstDisabledEnableStartMeetingWithRoomSyst em, 1
Set maximum sending bandwidthDisabledBandwidthLimitUp, amount (all values in Kbps)
Set maximum receiving bandwidthDisabledBandwidthLimitDown, amount (all values in Kbps)
Split traffic across different ports for easier identification
Video share: 8801
Screensharing: 8802
Audio: 8803
DisabledEnableIndependentDataPort, 1
Always show the video preview when joining a meetingEnabledAlwaysShowVideoPreviewDialog, 1
Remove Computer Audio from the Audio OptionsDisableddisablecomputeraudio, 1
Use Side-by-Side Mode for Viewing a Shared ScreenDisabledEnableSplitScreen, 1
Enable Automatically Adjust VolumeEnabledAudioAutoAdjust, 1
Disable Remote ControlDisabledDisableRemoteControl, 1
Disable Remote SupportDisabledDisableRemoteSupport, 1
Disable Virtual BackgroundDisabledDisableVirtualBkgnd, 1
Disable GPU AccelerationDisabledLegacyCaptureMode, 1

Chat Settings

DescriptionDefaultMSI option and value
Disable Link PreviewDisabledzDisableIMLinkPreview, 1

Room Options

DescriptionDefaultMSI option and value
Verify SSL certificateDisabledEnableSSLVerification
Automatically accept the GDPR licenseDisabledACCEPTGDPR
Install updates silently without displaying progress barDisabledSILENT
Automatically login with username and passwordEnabledSYSTEMAUTOLOGIN

System Options

ValueOption
1Automatically lock the screen
2Disable password upon wakeup
4Disable Cortana
8Disable notifications
16Disable Windows updates
32Enable High Performance Power
64Disable Hibernation
128Never Sleep
256Never Turn Off Display

Cuando tengamos estas opciones damos clic en siguiente y agregamos los grupos a los que se aplicará esta configuración.

Sin más por el momento me despido enviándoles un gran saludo a todos mis lectores.

Tabla de contenidos

Categorías

Categorías
Translate »