All posts by: gorillatech

Intro I had a vendor-provided VHD that looked fine on the surface but every time I tried to upload it to Azure and spin up a VM, it failed. The process of getting it working wasn’t simple. I went through...
Continue Reading →
Prepare Cloud-Init Templates wget https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-amd64.img qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 qm importdisk 9000 bionic-server-cloudimg-amd64.img local-lvm qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-1 qm set 9000 --ide2 local-lvm:cloudinit qm set 9000 --serial0 socket --vga serial0 qm template 9000 Deploy...
Continue Reading →
Hey there! So, this is a PowerShell script that gets the accepted domains in a Microsoft 365 tenant. After that, it checks for SPF, DKIM and DMARC DNS records for each domain and returns a report on the status of...
Continue Reading →
Microsoft’s Conditional Access is a powerful security feature and a key component of their zero trust architecture. It’s important to understand how it works, as it can give organizations a false sense of security if not implemented correctly. In this...
Continue Reading →
Email is an essential part of our lives, and we use it to communicate with friends, family, and work colleagues. However, email fraud and spam can be a significant problem, and it’s crucial to have ways to prevent it. Luckily,...
Continue Reading →
Data loss prevention (DLP) is a critical component of any organization’s cybersecurity strategy. DLP tools help organizations to protect sensitive data by identifying, monitoring, and protecting it from unauthorized access and disclosure. Office 365 DLP is a powerful tool that...
Continue Reading →