When a user runs out of archive space (regularly 100GB), and you add a Online Exchange Plan 2 license or another type of license which supports over 100GB of space (Microsoft 365 E3, E5, Office 365 E3, E5), we need to manually enable via Powershell the auto expand option so it can expand more space on the archive. Connect-ExchangeOnline … Read More
Once you delete a user who owns Dashboards in Jira, those dashboards will also be deleted. When you search on the dashboard panel, these won’t show up. You need to go to System Then Shared Items: Enable ‘Show Dashboards moved to trash’ And there we will find the ‘Trash’ for the dashboards, where … Read More
We found a couple of LUNs with data on them that didn’t have space reclamation enabled: These LUNs were mapped to ESXi’s hosts, and were filling up and not doing any type of reclamation: You can also check this setting via ESXi ssh, and run: esxcli storage core device vaai status get It will return something like this: We need … Read More
Sometimes we get requests that people that has left the company, leaves a recurring event (in this case, a birthday entry), that invites everyone at the company and nobody is left as an owner. The quickest way of getting the calendar that owns the entry, is to get the group email of the calendar invite: Open an event, and click … Read More
This process is designed to delete emails delivered to your own tenant in Microsoft 365. Grant yourself the eDiscovery role: Go to https://purview.microsoft.com/ Edit eDiscovery Manager and add your user. Open up Powershell in admin mode: Update-Module ExchangeOnlineManagement Import-Module ExchangeOnlineManagement Connect-IPPSSession -EnableSearchOnlySession Create a Compliance search (check the query) For Subject New-ComplianceSearch -name “Search22” -ExchangeLocation … Read More
Enter the BIOS via F2 at boot and go into System Setup/System Security: Enable TPM Security: (Note: Firmware won’t be displayed until the server reboots) Click on TPM Advanced Settings Select the following options: Apply Secure Boot enabled: Apply settings and reboot the server You will have to disconnect and re-connect the host: After that, … Read More
Put server on maintenance mode Upload ZIP file to Datastore List profiles [root@ESXI03] esxcli software sources profile list -d /vmfs/volumes/VMFS-DS/ESXiUpdate/VMware-VMvisor-Installer-8.0.0 .update02-23305546.x86_64-Dell_Customized-A06.zip Name Vendor Acceptance Level Creation Time Modification Time ————————- ——— —————- ——————- ——————- DEL-ESXi_802.23305546-A06 Dell Inc. PartnerSupported 2024-03-08T16:47:19 2024-03-08T16:47:19 Copy the name of the profile [root@ESXI03] esxcli software profile update -d /vmfs/volumes/VMFS-DS/ESXiUpdate/VMware-VMvisor-Installer-8.0.0.updat e02-23305546.x86_64-Dell_Customized-A06.zip -p DEL-ESXi_802.23305546-A06 Update Result … Read More
We recently deployed vCenter 8 along VRMS (Site Recovery Manager). While the deployment went well, we encountered this issue: Error downloading plug-in. Make sure that the URL is reachable and the registered thumbprint is correct. Certificate for <hostname.LOCAL> doesn’t match any of the subject alternative names: [hostname, 10.0.0.50] While the error ended up being quite self-explanatory, we had to … Read More
Using a SMTP server with unauthenticated port 25: We need to edit this file /usr/lib/unifi/data/system.properties Add the following at the bottom: smtp.checkserveridentity=false smtp.starttls_enabled=false Save changes and reboot the server
On a production environment, we have a new Dell Powervault ME5024 and several Synology boxes, running on Ethernet 10GB. The ESXi cluster has 2 10 GB NICs per host, the Powervault has 8 10GB NICs (4 x 2 on failover) and each Synology has 2 10 GB NICs. The IT manager from this client configured VMware with iSCSI on all … Read More