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 →
When a user is on litigation hold in Exchange Online, their mailbox content is preserved in a read-only state to meet legal and regulatory requirements. While this is a useful feature for ensuring that all mailbox content is preserved, it...
Continue Reading →
Active Directory (AD) is a crucial component of any Windows network, and ensuring that it is up-to-date is critical to maintaining security and performance. One aspect of AD that requires regular maintenance is the replication of data between domain controllers....
Continue Reading →
Recently we encountered an issue where a client was using Exchange Online authenticating using ADFS/SSO. Issue: Outlook would not connect to Exchange Online after changing the user’s password in Active Directory. Troubleshooting:  We ran Outlook in Online mode, this remedied...
Continue Reading →
I have seen in some cases that after enabling the correct telephony policy that users still do not have the “Video” button within the menu of the Lync client’s IM window. This is usually caused by a GPO of some...
Continue Reading →