Published a user\shared mailbox calendar and add it to SharePoint page or even with someone outside the organization

5. Now select Can view all details or any other option and select Publish Now open the SharePoint page and add a script editor app. Add below code to the app. I have hidden the GUID in above screenshot. <iframe src=”https://outlook.office365.com/owa/calendar/SOMEGUID/calendar.html” height=”400px” width=”400px”></iframe> Thanks and Regards,Inderjeet Singh JaggiCloud Architect – Golden Five ConsultingInfo@GoldenFive.net

After disk encryption unable to backup Virtual Machine in Azure

I recently encountered an issue that I believe is worth sharing with you. We encrypted our disk as required by PCI DSS 4.0 compliance. However, after the encryption process was completed, we started receiving an error with the code ‘UserErrorEncryptedVmNotSupportedWithDiskEx’, which indicates that ‘disk exclusion is not supported for encrypted virtual machines‘ When reviewed the…