So now theres a version of Microsoft Edge for macOS! Normally I would not bother, but I spend a lot of time in SharePoint and Azure so I thought, rather than my usual approach of playing ‘Browser Roulette’ I’d try Microsoft Edge and see what it was like.
My usual browser of choice is Safari, but the install wizard defaults to wanting to import bookmarks / favourites* from Chrome. (I do also have Chrome, but I don’t use it often!)
*Note: Wow! Microsoft have spelled Favourites correctly for once!
So how to get my Safari Bookmarks?
Solution
Firstly Edge needs full disk access to get the bookmarks > Apple Logo > System Preferences > Security & Privacy > Privacy > Full Disk Access > ‘UNLOCK’ > Tick Microsoft edge.
You want to import your mail from an older version of Outlook into your new Outlook mailbox, or you simply want to backup your mail.
Solution
Thankfully the process is the same for modern Outlook as it was for previous versions of Outlook.
1. In Outlook > Select the “File” Tab > Open > Open & Export > Import/Export
Note: On older versions of Outlook its simply Open > Import (you select Import even if your going to Export!)
2. Export to a file.
3. Outlook Data File (.pst).
4. Select your mailbox, select the ailbox – {username} > To back up everything (calendar contacts the lot), tick “Include sub folders” > Next.
Note: If using a POP mail account, here it may say Personal Folders.
5. Choose a location to save the .pst file.
6. If you want to password protect this (remember someone can import your .pst and read all your mail). I usually leave this option blank > OK.
7. After a few seconds the mailbox will export. (Note: if the mailbox is very small this might happen so quickly nothing is displayed on the screen). And there it is.
To “Import” your mailbox,
1. Launch thewWizard as above (Step 1) > Select “Import from another program or file” > Next.
2. Outlook Data File (.pst) >Next.
3. Browse to, and select your .pst file > Next.
4. Stop and think! where do you want to import the files to? Select as appropriate > Finish (Note at this point if the .pst is password protected you will be prompted for a password).
Related Articles, References, Credits, or External Links
If you have a machine setup and working on your wireless network, sometimes it’s easier to set other machines up by simply migrating the settings. Either because you don’t want your child to try and type in a 64 bit WPA key, or you might simply have forgotten the WEP/WPA key,and don’t want to go through all the hassle of setting it up again.
In a small business environment you can give your colleagues their wireless settings in an XML file, or on a USB thumb drive. When using XML files you can even script the deployment of wireless settings to your users.
Solution
Option 1: Export/Import wireless Networks to XML File.
This is quick and easy, and if you are feeling adventurous enough, could be used to script the deployment of wireless networks.
1. On your working wireless machine, open a command window, the following command will list all the wireless profiles that are installed on this machine, )in the example below there is just one).
[box]netsh wlan show profiles[/box]
2. Now we know the name of the profile (Note: Typically it will be the SSID), we can export it to a folder. Be aware if the folder does not exist, the process is liable to fail.
Option 2: Export/Transfer/Import wireless Settings via USB.
1. On the source machine open ‘Control Panel’.
2. Select ‘Network and Sharing Center’.
3. Select ‘Manage wireless networks.
4. Locate the wireless profile you want to migrate, (in the example below there is just one), double click it > select ‘copy this network profile to a USB flash drive’.
5. Assuming you already have a USB drive plugged in, the wizard will detect it > Next.
6. Close.
7. Take the drive to a destination machine, and plug it in, Windows 7 has autorun disabled, with older versions of Windows you can simply choose ‘Connect to wireless network” from the autorun menu. If not open the drive and run the setupSNK.exe file.
8. Yes to confirm.
9. OK to close.
10. Your network is setup and ready to go.
Related Articles, References, Credits, or External Links
To View RID MASTER, PDC EMULATOR and INFRASTRUCTURE MASTER
1. Go to a domain controller.
2. Start > run > dsa.msc {enter}
3. Right click domain name > Operations masters
Note: You can change the server holding these roles from this console.
To view the SCHEMA MASTER graphically do the following
1. Start > Run > regsvr32 schmmgmt.dll {enter} > OK
2. Start > run > mmc {enter}.
3. File > Add / Remove Snap-In > Add > Active Directory Schema > Add Close > OK
4. Right Click “Active Directory Schema” > Operations Master.
To View the DOMAIN NAMING MASTER
1. Start > Run > domain.msc {enter}
2. Right Click “Active Directory Domains and Trusts” > Operations Master.
General Rules for FSMO Placement
If you only have 1 domain in the forest everything goes in that one domain.
If not….
Forest Root Domain gets the Domain Naming Master, and the Schema Master roles
Each Domain gets The PDC Emulator, Infrastructure Master and RID Master roles.
Though not an FSMO role each logon location should have a Global Catalogue server
(Note: Yes you can cache logon requests and have Read only domain controllers now but in an ideal world I still place a GC at each site)
FSMO Placement
1. Do not put the Infrastructure Master on a Global Catalogue Server (see below for how to see if a domain controller is a global Catalogue server).
2. The PDC Emulator and RID Master should be on the same Server, If possible NOT on a Global Catalogue Server (though not essential).
3. The Schema Master and Domain Naming Master should be on the same machine that IS a Global Catalogue Server. (This is not true if your forest functional level is Windows Server 2003).
Locate Global Catalogue Servers
To check if a domain controller is also a global catalogue server:
1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites and Services.
2. Double-click Sites in the left pane, and then browse to the appropriate site or click Default-first-site-name if no other sites are available.
3. Open the Servers folder, and then click the domain controller.
4. In the domain controller’s folder, double-click NTDS Settings.
5. On the Action menu, click Properties.
6. On the General tab, locate the Global Catalogue check box to see if it is selected.
Related Articles, References, Credits, or External Links