Author Archives: PC Paramedic, Inc.
Ubiquiti – How to replace cloud key and keep settings
https://lazyadmin.nl/home-network/migrate-unifi-controller/
Note
On (new) Key Gen 2 the restore are NOT done on the first system settings page (/settings/system).
Restore are on another page: /settings/updates > Click Network > Open
This button will open the settings page for the network on the new Key Gen 2, and from here (/network/default/settings/system) the Restore > Restore Backup > Import button will actually work, and the Gen 1 Key .unf file can be imported and used for restore.
Steps to migrate from Unifi Cloud Key Gen 1 to Gen 2:
- Startup new key on your network, and do basic initalization (I used mobile app, make sure your mobile phone are not connected to a Wifi, and enable Bluetooth)
- Keep both Keys on network
- Login to new Key and old Key using a computer
- Upgrade the all possible options for software and firmware on both new Key and old Key to latest version
- Using computer: On old Key, go to Settings > Sites. Scroll all the way to the bottom, and click the grey button Export sites. Follow the instructions, i will type them down here:
- Your old config .unf file will be downloaded to your computer
- Restore that file into your new Key (/network/default/settings/system)
- Migrate all devices
- Wait 5 minutes
- Forget all devices on your old Key
- Shut down your old key from Settings
- Done. For convinience: Adjust the IP of your new Key to match the IP of your old Key
original post https://community.ui.com/questions/Migrate-from-Unifi-Key-Gen-1-to-Gen-2/ee76ecb0-3434-4ec7-a41e-400b408691de
2nd possible solution
1) Download a backup of your current controller.
2) Shutdown the old controller.
3) Plug the new UCK in.
4) Configure the UCK UI
5) Set a static IP ( same as old controller )
6) Import the backup.
see also
https://help.cloudunifi.com/unifi/migrating-sites-with-site-export-wizard/
Outlook VBA code – cycle through emails in selected folder and extract email addresses to
Sub GetALLEmailAddresses()
Dim objFolder As MAPIFolder
Dim strEmail As String
Dim strEmails As String
Dim objDic As Object
Dim objItem As Object
Dim objFSO As Object
Dim objTF As Object
Set objDic = CreateObject("scripting.dictionary")
Set objFSO = CreateObject("scripting.filesystemobject")
Set objTF = objFSO.createtextfile("C:\users\leon\emails.csv", 2)
Set objFolder = Application.ActiveExplorer.CurrentFolder
For Each objItem In objFolder.Items
If objItem.Class = olMail Then
strEmail = objItem.SenderEmailAddress
If Not objDic.Exists(strEmail) Then
objTF.writeline strEmail
objDic.Add strEmail, ""
End If
End If
Next
objTF.Close
End Sub
Find System UpTime
- In a Commant Prompt type
systeminfo | find "System Boot Time"- Open Task Manager / select performance tab / select CPU / Bottom of screen