Nice snowy Sunday on Crosier with Joe and Bear.
If your PN-20 bricks or freezes during a firmware update stop and disconnect the GPS.
1. Download the latest firmware: http://support.delorme.com/questions.php?questionid=60
2. Follow the step here: http://support.delorme.com/questions.php?questionid=59
3. Remember, use fresh batteries and remove your SD card.
1. Log into the Temp profile
2. Open regedit
3. Navigate to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
4. Look for a profile ending in .bak
5. Make sure the value of ProfileImagePath contains your username
6. Find the same entry with out the .bak extension.
7. Rename the key with out the .bak extension by adding .old to the end of it.
8. Go back to the key with the .bak extension and rename it by removing the .bak from the end of it.
9. Reboot and log in.
When removing a mailbox database prior to uninstalling the mailbox role you may run into an error that says your empty mailbox database actually has content.
The trick to find out what is on the database is the following command:
Get-MailboxStatistics -Database databaseid |fl
You can remove or move the hidden mailbox. In my case it was a test database and I need to remove it with the following command:
Remove-Mailbox -Database databaseid -StoreMailboxIdentity mailboxid
Finally unmount and remove the database. I found that it took several minutes of replication before I was able to remove the mailbox database.
The next step is to remove the mailbox role. I had two issues with this.
The first:
Some Controls aren’t valid
- Please specify an existing server role(s) to uninstall.
The key here is that you do not want to check the box of the role that needs to be uninstalled. You need to UNCHECK the box.
The second:
can not remove Mailbox Role – error code 1638
The resolution I found was to go to Programs and Features and run the Repair option on “Microsoft Full Text Indexing Engine for Exchange”. Then run Uninstall on “Microsoft Exchange Server 2010″ from the control panel.