Mailbox Migration Tool https://learn.microsoft.com/en-us/exchange/mailbox-migration/perform-g-suite-migration Bit Titan Tool https://help.bittitan.com/hc/en-us/articles/360049370794-G-Suite-Gmail-API-to-Exchange-Online-Microsoft-365-Migration-Guide#Step-4:-Setting-the-Scopes-for-the-migration Bit TitanMicrosoft Mailbox Migration ToolCost Paid ForFreeLabelsMigrate to Folders of CategoriesDoes not MigrateChatsSupportedNot SupportedOutlook RulesRules will be migrated and […]
Category: Research
Research Undertaken
Vmware CPU Contention \ Ready
How to cancel a Self-Service User Subscription in 365
Someone at a customer had purchased a Project 1 License themselves via the Self Service Portal ( which lets a User purchase a license using a company […]
Being Charged for Compute in Azure with a VM paid for with Reserved Instances
A customer recently came to us with an Azure bill discrepancy of being charged for Azure compute for VM’s when the VM’s had Prepaid Reserved Instances ( […]
Intune Proactive Remediation of how to set Visual Studio to Auto Update
**Update** Go figure they just released an Intune update ( 2305 ) to do this natively ! Configure Visual Studio Install And Update Settings Using Intune HTMD […]
VB.net script to Upload files to SFTP via Cert based Auth
How to Mesh Aruba AP’s Wirelessly
Understanding Mesh Access Points (arubanetworks.com) Mesh Points The mesh point (MP) is an Aruba AP configured for mesh and assigned the mesh point role. Depending on the AP model, configuration […]
Script to Delete ServiceWorker Cache on Google Chrome and Microsoft Edge
Resolve-Path “$env:USERPROFILE\AppData\Local\Microsoft\Edge\User Data*\Service Worker\CacheStorage” | Remove-Item -RecurseResolve-Path “$env:USERPROFILE\AppData\Local\Google\Chrome\User Data*\Service Worker\CacheStorage” | Remove-Item -Recurse
Register-ScheduledTask : The filename or extension is too long
Trying to setup a Scheduled Task to use a Managed Service Account and I got the error Register-ScheduledTask : The filename or extension is too long Turns […]
How to save Secure String in Powershell
You need to do this for each user , only the user who saved the SecureString can call it For a Managed Service Account, I had to […]