We switched from a Windows-based 3CX to a Debian instance, and migrated the recordings over. The recording path is set by default here: /var/lib/3cxpbx/Instance1/Data/Recordings However, you need to be careful and use the phonesystem user as the owner of the recording folder, and subsequent folders inside, otherwise recordings will stop being saved. This can happen when you restore this folder … Read More
Due problems on permissions, some programs will try escalating privileges to run with administrative privileges, even if they don’t really have to. We have users that don’t have admin privileges, and in order to bypass the need of making them local admins, we use the following cmd: Correct the path of the software to run as an admin: cmd … Read More
We experienced this issue last week, after migrating a replicated VM to a new datastore. We migrated several VMs to faster storage, but there were two with errors related to authentication. The replication kept going fine, but the error didn’t go away. The machine inside the Site Recovery application kept saying: “configuration error. The session is not authenticated”, and the … Read More
As we are retiring datastores that hosts ISOs, some are still in use (or just mounted) on VMs. We can’t take these datastores offline until we figure out which VMs are consuming the datastore just for ISOs. As manually checking is going to take a lot of time, we will just run this via PowerCLI. Start by connecting to PowerCLI … Read More
First, we need to disable a few security settings. Start the process by running PowerShell on Admin mode. Run each snippet on the console. We need to enable TLS 1.2 on PowerShell: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Set the execution policy to run scripts: Set-ExecutionPolicy -ExecutionPolicy Unrestricted Install the PowerCli module, creating a destination folder for it first: Save-Module -Name … Read More
Armamos esta guía con la finalidad de poder ayudar a otras instituciones del país que tengan problemas para iniciar el trámite o que no sepan que como institución educativa, cuentan con toda la suite de Google de manera totalmente gratuita. Se divide en cinco partes: Google Suite para Educación – Introducción, relevamientos y primeros pasos para dominio EDU.AR Argentina – … Read More
Ya con el dominio edu.ar para la institución listo, vamos a crear un tenant en Google Suite. Vamos al siguiente sitio: Google Suite For Education Hacemos click en “Registrate en G Suite” y procedemos a llenar el formulario con la información que tenemos del paso anterior a esta guia. Si la escuela todavía no tiene una pagina web, deje … Read More
Unidad Organizacional (OU) Procedemos a crear las unidades organizacionales de la institucion (OU) basandonos en los departamentos que tenga la misma. Recomendamos utilizar una jerarquia alineada con los departamentos: Administracion Equipo de Conduccion Alumnos 2020 1 2 3 Profesores Exactas Talleres Etc. Definir estas OUs nos ayudara mas adelante a poder habilitar o deshabilitar servicios basados en las mismas, y … Read More
Google Suite permite configurar varias partes de Classroom: En primer lugar, si se permitirá el acceso a participantes externos a las clases. Si los alumnos no tienen correo institucional, deberá cambiar esto ya que viene cerrado por default. Editar los permisos para quien pueda crear clases, si profesores verificados o profesores sin verificar Existe el grupo classroom_teachers@ que nuclea a … Read More
Ya tenemos nuestro tenant configurado, ahora pasaremos a medidas adicionales de seguridad. Rol de seguridad – Altas y bajas de usuarios Completa la implementación, necesitaremos a alguien que se encargue de las altas de usuarios de ahora en adelante, por lo que una vez que tengan un recurso podamos darle permisos apropiados. Crearemos un nuevo rol de seguridad … Read More