First steps after ransomware attack, instructions to follow
If you’re reading this, it’s that you’ve unfortunately been the victim of a ransomware attack. Our company has helped in hundreds of ransomware cases and we have some experience that we can share, and that’s why we’ve put together a guide with a few first steps of action after the attack: 1. Determine Source: 80% […]
Enable office365 auto-expanding archiving
Connect to your account from powershell (Para poder realizar la conexión, tiene que ser desde Powershell 7): Para conectarnos al tenant, escribimos el siguiente comando. Nos redirige a la página de login de Microsoft, donde iniciaremos sesión con la cuenta de administrador del tenant. Connect-ExchangeOnline HABILITAR EXPANSIÓN AUTOMÁTICA DE ARCHIVADO: Enable-Mailbox <user mailbox> -AutoExpandingArchive COMPROBAR […]
DELL Spain support phone
For technical or support issues with any DELL equipment under warranty, please call: 902 10 01 30 They will request the service tag (DELL serial number) of the computer on the call, it is on a sticker stuck on the computer.
Habilitar archivado de expansión automática office365
Conectarse a la cuenta desde powershell: $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking HABILITAR EXPANSIÓN AUTOMÁTICA DE ARCHIVADO: Enable-Mailbox <user mailbox> -AutoExpandingArchive COMPROBAR QUE ESTA ACTIVADO, TIENE QUE DEVOLVER TRUE: Get-Mailbox <user mailbox> | FL AutoExpandingArchiveEnabled
HxD profesional Hex Editorfor memmory and disks
Free program to edit memmory and hardisks Link author page and downloads: https://mh-nexus.de/en/hxd/
Limpiar elementos recuperables de Office 365 Exchange Online
Ver el contenido que ocupa cada carpeta: https://outlook.office.com/owa/?path=/options/mailboxcleanup Conectarse por PowerShell como Administrador local: Set-ExecutionPolicy RemoteSigned $UserCredential = Get-Credential Import-PSSession $Session $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Ver las estadísticas de los correos en Purga / Recuperables cuyo límite es 30GB: Get-MailboxFolderStatistics -Identity «usuario@dominio.es» -FolderScope RecoverableItems | Format-Table Name,FolderAndSubfolderSize,ItemsInFolderAndSubfolders -Auto Ver […]
HxD potente Editor Hexadecimal de Memoria y Disco Duro
Editor hexadecimal gratuito capaz no sólo de abrir ficheros, sino también de leer y escribir datos en sectores del disco duro y procesos en memoria. Página de descarga y del autor: https://mh-nexus.de/en/hxd/ Compatible con varios estándares, HxD puede copiar datos en texto puro, HTML o como variable para lenguajes de programación. El tamaño de los […]
Configurar velocidad de ventiladores y temperaturas en servidores DELL PowerEdge
Para poder controlar la velocidad y perfiles de velocidad de los ventiladores de los servidores DELL, accedemos via idRac al servidor mediante acceso por SSH. Para obtener valores configurados: racadm get system.thermalsettings.FanSpeedOffset racadm get system.thermalsettings.FanSpeedMaxOffsetVal Para establecer un perfil: racadm set system.thermalsettings.ThermalProfile 2 Enlaces: https://www.dell.com/support/manuals/es/es/esbsdt1/idrac8-with-lc-v2.05.05.05/idrac8_2.05.05.05_ug-v1/modificaci%C3%B3n-de-la-configuraci%C3%B3n-t%C3%A9rmica-mediante-racadm?guid=guid-476e0462-fb31-4dac-be4a-3af3801ae556&lang=es-mx https://www.dell.com/community/Systems-Management-General/Dell-PowerEdge-fan-speed-change-fanspeed-offset/td-p/5187784
Eset – remote-deployment-tool
Para desplegar el agente de ESET Endpoint Cloud utilizamos la herramienta de implementacion de Eset que descargamos desde el enlace http://go.eset.eu/era-deploytool Descargamos nuestro instalador desde nuestra cuenta de Eba. http://eba.eset.com Ejecutamos el instalador y utilizamos la opción que mas se adapte a nuestra red u organización:
Configuración de las actualizaciones automáticas de Windows Server 2016
Utilizaremos el comando sconfig para configurar el tipo de actualizaciones automáticas, aparecerá un menú como este: Teniendo en cuenta que DownloadOnly SOLO descarga las actualizaciones pero no reiniciará el servidor automáticamente.