How to migrate/replace/upgrade an existing Ubiquiti Router to a newer one
I upgraded from a USG & a Cloudkey Gen 2 to a Dream Machine Pro. After the migration I ran in to a problem that my APs were not being adopted. I ended up resetting my access points. I also had a problem removing the existing APs. I had to use the Ubiquit App on my phone to remove them. Still the UDM Pro was not adopting my APs after I reset them. Once I restarted the UDM Pro, the APs were adopted. I wonder if my original issue of the UDM-Pro not adopting the APs might have been resolved by restarting the UDM-Pro after the migration. So, if you run into a problem that your APs are not being adopted after the migration, restart the UDM-Pro a few times.
These were the steps I went through
- First, update the new Ubiquiti router to the newest OS, Console, firmware, etc. Do this by connecting the new router’s WAN port to your network, connect a compute to the new router. Open a browser and go to 192.168.1.1, and set it up WITHOUT a cloud account.
- After it is setup, now go to this address 192.168.1.1/network/default/settings/control-panel and install and upgrade everything you need. I had a problem updating the OS so I used the LDC panel on the UDM-Pro to update.
- Once everything is updated reset the router to factory. I did this by inserting a paper clip in the reset hole in front of the UDM-Pro for 10 seconds. The LCD will show it is restarting.
- Setting up new router.
Disconnect your old router and the Cloud Key if you are using one. - connect your new router to your modem.
- Don’t connect all your equipment yet to the new router. Connect one computer to the new router
- Open the browser again and go to 192.168.1.1.
- On the 1st screen at the bottom click “Restore From Backup”
- Log in to your online account.
- It will show available backup to choose from, choose one
- Click next and restore will start
- After your new router has restored from backup, you connect your LAN to it.
- Your site manager will show the new and old Sites. You can delete the old one when you are ready.
How to enable auto-expanding archive for Office 365
1. Install the Exchange Online PowerShell Module on your computer
Open PowerShell as Administrator and run:Install-Module -Name ExchangeOnlineManagement
You may be prompted to trust the repository. Type Y to proceed.
2. Import the Module
Import-Module ExchangeOnlineManagement
3. Connect to Exchange Online
Connect-ExchangeOnline -UserPrincipalName
Replace <UserPrincipalName> with your admin email (e.g., admin@contoso.com). You’ll be prompted to sign in.
4. Enable Auto-Expanding Archive
For the organization:Set-OrganizationConfig -AutoExpandingArchive
For a specific user:Enable-Mailbox <user mailbox> -AutoExpandingArchive
5. Verify Auto-Expanding Archive Status
Organization-wide:Get-OrganizationConfig | FL AutoExpandingArchiveEnabled
Specific user:Get-Mailbox <user mailbox> | FL AutoExpandingArchiveEnabled
Important Considerations
- Auto-expanding archive cannot be disabled once enabled.
- Expansion begins only after the archive mailbox reaches 90 GB and may take up to 30 days.
- Not supported for mailboxes used for journaling or auto-forwarding.
Norton Safe Web
Norton Safe Web is not in the Chrome Store but you can install it using this link
Bitlocker commands
To use bitlocker in Windows Home edition you need to sign in with a Microsoft account.
To determine if Bitlocker is enabled run
manage-bde -status C:
To view Bitlocker key run
manage-bde -protectors -get C: