{"id":1959,"date":"2018-09-18T00:34:23","date_gmt":"2018-09-18T00:34:23","guid":{"rendered":"https:\/\/in.nau.edu\/its\/systeminformation\/"},"modified":"2023-09-07T15:53:36","modified_gmt":"2023-09-07T22:53:36","slug":"systeminformation","status":"publish","type":"page","link":"https:\/\/in.nau.edu\/its\/systeminformation\/","title":{"rendered":"System Information"},"content":{"rendered":"<h1><span id=\"ctl00_ctl00__main__main_lblHead\">System Information<\/span><\/h1>\n<div id=\"ctl00_ctl00__main__main_ContentBlock1\">\n<h2>Learn more about your computer system<\/h2>\n<p>ITS supports many operating systems, Microsoft Office packages, Web browsers, and more. However, there are times where you or ITS will need to know more about your computer to obtain the proper instructions and support. In the following guides, we will discuss with you how to learn what version of the Windows or Mac operating system, Microsoft Office, or specific Web browser your are currently running and using.<\/p>\n<h3>Operating Systems<\/h3>\n<div>\n<p><!--script class=\"ektron-script\"><!-- \/**  * JavaScript Client Detection  * (C) viazenetti GmbH (Christian Ludwig)  *\/ (function (window) {     {         var unknown = '-';          \/\/ screen         var screenSize = '';         if (screen.width) {             width = (screen.width) ? screen.width : '';             height = (screen.height) ? screen.height : '';             screenSize += '' + width + \" x \" + height;         }          \/\/ browser         var nVer = navigator.appVersion;         var nAgt = navigator.userAgent;         var browser = navigator.appName;         var version = '' + parseFloat(navigator.appVersion);         var majorVersion = parseInt(navigator.appVersion, 10);         var nameOffset, verOffset, ix;          \/\/ Opera         if ((verOffset = nAgt.indexOf('Opera')) != -1) {             browser = 'Opera';             version = nAgt.substring(verOffset + 6);             if ((verOffset = nAgt.indexOf('Version')) != -1) {                 version = nAgt.substring(verOffset + 8);             }         }         \/\/ Opera Next         if ((verOffset = nAgt.indexOf('OPR')) != -1) {             browser = 'Opera';             version = nAgt.substring(verOffset + 4);         }         \/\/ MSIE         else if ((verOffset = nAgt.indexOf('MSIE')) != -1) {             browser = 'Microsoft Internet Explorer';             version = nAgt.substring(verOffset + 5);         }         \/\/ Chrome         else if ((verOffset = nAgt.indexOf('Chrome')) != -1) {             browser = 'Chrome';             version = nAgt.substring(verOffset + 7);         }         \/\/ Safari         else if ((verOffset = nAgt.indexOf('Safari')) != -1) {             browser = 'Safari';             version = nAgt.substring(verOffset + 7);             if ((verOffset = nAgt.indexOf('Version')) != -1) {                 version = nAgt.substring(verOffset + 8);             }         }         \/\/ Firefox         else if ((verOffset = nAgt.indexOf('Firefox')) != -1) {             browser = 'Firefox';             version = nAgt.substring(verOffset + 8);         }         \/\/ MSIE 11+         else if (nAgt.indexOf('Trident\/') != -1) {             browser = 'Microsoft Internet Explorer';             version = nAgt.substring(nAgt.indexOf('rv:') + 3);         }         \/\/ Other browsers         else if ((nameOffset = nAgt.lastIndexOf(' ') + 1) < (verOffset = nAgt.lastIndexOf('\/'))) { browser = nAgt.substring(nameOffset, verOffset); version = nAgt.substring(verOffset + 1); if (browser.toLowerCase() == browser.toUpperCase()) { browser = navigator.appName; } } \/\/ trim the version string if ((ix = version.indexOf(';')) != -1) version = version.substring(0, ix); if ((ix = version.indexOf(' ')) != -1) version = version.substring(0, ix); if ((ix = version.indexOf(')')) != -1) version = version.substring(0, ix); majorVersion = parseInt('' + version, 10); if (isNaN(majorVersion)) { version = '' + parseFloat(navigator.appVersion); majorVersion = parseInt(navigator.appVersion, 10); } \/\/ mobile version var mobile = \/Mobile|mini|Fennec|Android|iP(ad|od|hone)\/.test(nVer); \/\/ cookie var cookieEnabled = (navigator.cookieEnabled) ? true : false; if (typeof navigator.cookieEnabled == 'undefined' && !cookieEnabled) { document.cookie = 'testcookie'; cookieEnabled = (document.cookie.indexOf('testcookie') != -1) ? true : false; } \/\/ system var os = unknown; var clientStrings = [ {s:'Windows 10', r:\/(Windows 10.0|Windows NT 10.0)\/}, {s:'Windows 8.1', r:\/(Windows 8.1|Windows NT 6.3)\/}, {s:'Windows 8', r:\/(Windows 8|Windows NT 6.2)\/}, {s:'Windows 7', r:\/(Windows 7|Windows NT 6.1)\/}, {s:'Windows Vista', r:\/Windows NT 6.0\/}, {s:'Windows Server 2003', r:\/Windows NT 5.2\/}, {s:'Windows XP', r:\/(Windows NT 5.1|Windows XP)\/}, {s:'Windows 2000', r:\/(Windows NT 5.0|Windows 2000)\/}, {s:'Windows ME', r:\/(Win 9x 4.90|Windows ME)\/}, {s:'Windows 98', r:\/(Windows 98|Win98)\/}, {s:'Windows 95', r:\/(Windows 95|Win95|Windows_95)\/}, {s:'Windows NT 4.0', r:\/(Windows NT 4.0|WinNT4.0|WinNT|Windows NT)\/}, {s:'Windows CE', r:\/Windows CE\/}, {s:'Windows 3.11', r:\/Win16\/}, {s:'Android', r:\/Android\/}, {s:'Open BSD', r:\/OpenBSD\/}, {s:'Sun OS', r:\/SunOS\/}, {s:'Linux', r:\/(Linux|X11)\/}, {s:'iOS', r:\/(iPhone|iPad|iPod)\/}, {s:'Mac OS X', r:\/Mac OS X\/}, {s:'Mac OS', r:\/(MacPPC|MacIntel|Mac_PowerPC|Macintosh)\/}, {s:'QNX', r:\/QNX\/}, {s:'UNIX', r:\/UNIX\/}, {s:'BeOS', r:\/BeOS\/}, {s:'OS\/2', r:\/OS\\\/2\/}, {s:'Search Bot', r:\/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\\\/Teoma|ia_archiver)\/} ]; for (var id in clientStrings) { var cs = clientStrings[id]; if (cs.r.test(nAgt)) { os = cs.s; break; } } var osVersion = unknown; if (\/Windows\/.test(os)) { osVersion = \/Windows (.*)\/.exec(os)[1]; os = 'Windows'; } switch (os) { case 'Mac OS X': osVersion = \/Mac OS X (10[\\.\\_\\d]+)\/.exec(nAgt)[1]; break; case 'Android': osVersion = \/Android ([\\.\\_\\d]+)\/.exec(nAgt)[1]; break; case 'iOS': osVersion = \/OS (\\d+)_(\\d+)_?(\\d+)?\/.exec(nVer); osVersion = osVersion[1] + '.' + osVersion[2] + '.' + (osVersion[3] | 0); break; } \/\/ flash (you'll need to include swfobject) \/* script src=\"\/\/ajax.googleapis.com\/ajax\/libs\/swfobject\/2.2\/swfobject.js\" *\/ var flashVersion = 'no check'; if (typeof swfobject != 'undefined') { var fv = swfobject.getFlashPlayerVersion(); if (fv.major > 0) {                 flashVersion = fv.major + '.' + fv.minor + ' r' + fv.release;             }             else  {                 flashVersion = unknown;             }         }     }      window.jscd = {         screen: screenSize,         browser: browser,         browserVersion: version,         browserMajorVersion: majorVersion,         mobile: mobile,         os: os,         osVersion: osVersion,         cookies: cookieEnabled,         flashVersion: flashVersion     }; }(this));  \/** alert(     'OS: ' + jscd.os +' '+ jscd.osVersion + '\\n' +     'Browser: ' + jscd.browser +' '+ jscd.browserMajorVersion +       ' (' + jscd.browserVersion + ')\\n' +      'Mobile: ' + jscd.mobile + '\\n' +     'Flash: ' + jscd.flashVersion + '\\n' +     'Cookies: ' + jscd.cookies + '\\n' +     'Screen Size: ' + jscd.screen + '\\n\\n' +     'Full User Agent: ' + navigator.userAgent ); *\/  document.write(     '\n\n\n<table>\n\n\n<tr>\n\n\n<th colspan=\"2\">You are currently viewing this page with:<\/th>\n\n\n<\/tr>\n\n\n\n\n<tr>\n\n\n<td>Operating System:<\/td>\n\n\n\n\n<td>' + jscd.os +' '+ jscd.osVersion + '<\/td>\n\n\n<\/tr>\n\n\n' +     '\n\n\n<tr>\n\n\n<td>Browser and Version:<\/td>\n\n\n\n\n<td>' + jscd.browser +' '+ jscd.browserMajorVersion +       ' (' + jscd.browserVersion + ')\\n' + '<\/td>\n\n\n<\/tr>\n\n\n<\/table>\n\n\n'  ); \/\/--><\/p>\n<\/div>\n<p>To learn more about your operating system, choose from one of our support articles below.<\/p>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of the Windows Operating System_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of the Windows Operating System <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of the Microsoft Windows operating system you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1&nbsp;<\/strong><\/p>\n<p>From anywhere on the desktop, use the hotkey command <strong>Windows Key + Pause\/Break<\/strong>. (Windows Key is represented by&nbsp;<img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Windows-8-and-10-Key-ek.jpg\" alt=\"Discovering your System - Windows 8 and 10 Key\">&nbsp;or&nbsp;<img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Windows-7-Key-ek-3.png\" alt=\"Discovering your System - Windows 7 Key\">&nbsp;on most keyboards.)<\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>The System Properties window will open. &nbsp;Under <strong>&ldquo;Windows edition&rdquo;<\/strong>, locate your operating system. (In this example we are running Windows 10.)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/System-ek-3.png\" alt=\"Discovering your System - System\" width=\"420\" height=\"288\"><\/p>\n<p><strong>&nbsp;<\/strong><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of the Mac Operating System_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of the Mac Operating System <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of the Apple Mac OS X operating system you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Click on the <strong>Apple menu <\/strong>in the navigation bar. (Usually found in the upper-left hand corner.)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Apple-Menu-ek.png\" alt=\"Discovering your System - Apple Menu\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>Select<strong> &ldquo;About This Mac&rdquo;<\/strong> from the drop down menu.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/About-this-Mac-ek.png\" alt=\"Discovering your System - About this mac\"><\/p>\n<p><strong>Step 3&nbsp;<\/strong><\/p>\n<p>The About this Mac window will open.<\/p>\n<p><em>Depending on what OS X version you are running on your machine, the About this Mac window might appear differently.&nbsp;<\/em><\/p>\n<p>Locate your <strong>OS X <\/strong>and <strong>Version number<\/strong> inside the About this Mac window. (In this example we are running OS X Yosemite and Version 10.10.4.)<\/p>\n<p><strong><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/OS-X-System-ek.png\" alt=\"Discovering your System - OS X System\"><br>\n<\/strong><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n\n<h3>Computer Name (Hostname)<\/h3>\n<p>To learn more about your computer&#8217;s name (Hostname), choose from one of our support articles below.<\/p>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Find your Computer (Host) Name \u2013 Windows_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Find your Computer (Host) Name \u2013 Windows <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Step 1<\/strong><\/p>\n<p>From anywhere on the desktop, use the hotkey command <strong>Windows Key + Pause\/Break<\/strong>. (Windows Key is represented by&nbsp;<img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Windows-8-and-10-Key-ek.jpg\" alt=\"Discovering your System - Windows 8 and 10 Key\">&nbsp;or &nbsp;<img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Windows-7-Key-ek-3.png\" alt=\"Discovering your System - Windows 7 Key\">&nbsp;on most keyboards.)<\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>The System window will open. Under &ldquo;<strong>Computer name, domain, and workgroup settings<\/strong>&rdquo; (close up below), locate your computer name directly to the right of <strong>&ldquo;Computer name:&rdquo;<\/strong>. This is your computer&rsquo;s host name. Examples are provided in Step 3 for fully qualified names.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/computer-name-ek.png\" alt=\"computer name\"><\/p>\n<p>This is a close up view of the <strong>&ldquo;Computer name, domain, and workgroup settings&rdquo;<\/strong> area from the above image.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/computer-name-close-up-ek.png\" alt=\"computer name close up \"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>The computer (host) name for your machine that you pulled from this area will also be used for your <strong>Fully Qualified Domain Name (FQDN)<\/strong>.<\/p>\n<p>Examples:<\/p>\n<ul>\n<li>If your <strong>&ldquo;Computer name&rdquo; <\/strong>is<strong>&nbsp;cmp123, <\/strong>your fully qualified name will be<strong> cmp123.computers.nau.edu<\/strong>.<\/li>\n<li>If your <strong>&ldquo;Computer name&rdquo;<\/strong> is <strong>sbs123<\/strong>, your fully qualified name will be <strong>sbs123.sbs.nau.edu<\/strong>.<\/li>\n<li>If your <strong>&ldquo;Computer name&rdquo;<\/strong> is <strong>facsrv123<\/strong>, your fully qualified name will be <strong>facsrv123.facsrv.nau.edu<\/strong>.<\/li>\n<\/ul>\n<div>\n<p><strong>Do NOT use cmp123.nau.froot.nau.edu. &nbsp;This will not work.<\/strong><\/p>\n<\/div>\n<p>If you need assistance locating or figuring out your machine&rsquo;s fully qualified name, please contact the <a title=\"NAU Solution Center\" href=\"https:\/\/nau.edu\/its\/help\/\" target=\"_blank\" rel=\"noopener noreferrer\">NAU Service Desk<\/a> at 928-523-3335.<\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Find your Computer (Host) Name \u2013 Mac_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Find your Computer (Host) Name \u2013 Mac <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong> Step 1 <\/strong><\/p>\n<p>On the navigation bar, select the A<strong>pple symbol. <\/strong>Then, in the drop down menu select &ldquo;<strong>System Preferences&hellip;<\/strong>&ldquo;.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Mac-Find-Your-Computer-Name-System-Preferences-ek.png\" alt=\"Mac - Find Your Computer Name - System Prefences\"><\/p>\n<p><strong> Step 2<\/strong><\/p>\n<p>In the <strong>System Preferences <\/strong>window, select the icon labeled &ldquo;<strong>Sharing<\/strong>&ldquo;.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Mac-Find-Your-Computer-Name-Sharing-ek.png\" alt=\"Mac - Find Your Computer Name - Sharing\"><\/p>\n<p><strong> Step 3 <\/strong><\/p>\n<p>In the <strong>Sharing <\/strong>window, the name can be found next to &ldquo;<strong>Computer Name:<\/strong>&ldquo;.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Mac-Find-Your-Computer-Name-Computer-Name-ek.png\" alt=\"Mac - Find Your Computer Name - Compute Name\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n\n<h3>Microsoft Office<\/h3>\n<p>To learn more about your version of Microsoft Office, choose from one of our support articles below.<\/p>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Microsoft Office (Windows)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Microsoft Office (Windows) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Microsoft Office for Windows you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open the <strong>Start Menu<\/strong> from your desktop. &nbsp;(Usually found in the bottom-left hand corner).<\/p>\n<p>Note: This can also be accomplished by pressing the <strong>Windows Key<\/strong> on your keyboard. (Windows Key is represented by&nbsp;<img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Windows-8-and-10-Key-ek.jpg\" alt=\"Discovering your System - Windows 8 and 10 Key\">&nbsp;or&nbsp;<img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Windows-7-Key-ek-3.png\" alt=\"Discovering your System - Windows 7 Key\">&nbsp;on most keyboards.)<\/p>\n<p><strong>Windows 7 Start Menu icon:<\/strong><\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Start-Menu-7-ek.png\" alt=\"Discovering your System - MSO - Start Menu 7\"><\/p>\n<p><strong>Windows 8\/8.1 &amp; 10 Start Menu icon:<\/strong><\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Start-Menu-8-and-10-ek.png\" alt=\"Discovering your System - MSO - Start Menu 8 and 10\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>From the Start Menu, <strong>begin searching for a Microsoft Office<\/strong> product on your machine. <strong>The version of Microsoft Office that you have will be listed after the product in the search<\/strong>. (In this example we search for &ldquo;Word&rdquo;, and the version of Microsoft Office is &ldquo;2013&rdquo;.)<\/p>\n<p><strong>Windows 7 Search:<\/strong><\/p>\n<p>From the Start Menu, <strong>click inside the search bar<\/strong>. &nbsp;<strong>Type &ldquo;Word&rdquo;<\/strong> into the search. &nbsp;The version number is located directly after the name of the product.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Search-7-ek.png\" alt=\"Discovering your System - MSO - Search 7\"><\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Word-7-ek.png\" alt=\"Discovering your System - MSO - Word 7\"><\/p>\n<p><strong>Windows 8\/8.1 Search:&nbsp;<\/strong><\/p>\n<p>From the Start Menu, simply <strong>start typing &ldquo;Word&rdquo;.<\/strong>&nbsp;(It is <strong>NOT<\/strong> required to click inside of the search bar first in Windows 8). The version number is located directly after the name of the product.<\/p>\n<p><strong><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Word-8-ek.png\" alt=\"Discovering your System - MSO - Word 8\"><br>\n<\/strong><\/p>\n<p><strong>Windows 10 Search:<\/strong><\/p>\n<p>From the Start Menu, simply&nbsp;<strong>start typing &ldquo;Word&rdquo;.<\/strong>&nbsp;(It is&nbsp;<strong>NOT<\/strong>&nbsp;required to click inside of the search bar first in Windows 10). The version number is located directly after the name of the product.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Word-10-ek.png\" alt=\"Discovering your System - MSO - Word 10\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Microsoft Office (Mac)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Microsoft Office (Mac) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Microsoft Office for Mac you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open the <strong>Spotlight Search<\/strong> from your desktop. &nbsp;To do this, <strong>click the magnifying glass icon<\/strong> in the upper-right hand corner of the menu bar.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Spotlight-ek.png\" alt=\"Discovering your System - MSO - Spotlight\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p><em>Depending on what OS X version you are running on your machine, the Spotlight Search window might appear differently. &nbsp;<\/em><\/p>\n<p>From the Spotlight Search window,&nbsp;<strong>click inside the search bar<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Spotlight-Search-ek-1.png\" alt=\"Discovering your System - MSO - Spotlight Search \"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>Type<strong> &ldquo;Word&rdquo;<\/strong>&nbsp;into the search. Then, <strong>double-click the application<\/strong> to open it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Word-Search-Mac-ek.png\" alt=\"Discovering your System - MSO - Word Search Mac\" width=\"420\" height=\"273\"><\/p>\n<p><strong>Step 4<\/strong><\/p>\n<p>Select&nbsp;<strong>&ldquo;Word&rdquo;<\/strong> in the navigation bar. &nbsp;(Usually located in the upper-left hand corner.)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Word-ek.png\" alt=\"Discovering your System - MSO - Word\"><\/p>\n<p><strong>Step 5<\/strong><\/p>\n<p>From the Word menu, select<strong> &ldquo;About Word&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/About-Word-ek.png\" alt=\"Discovering your System - MSO - About Word\"><\/p>\n<p><strong>Step 6<\/strong><\/p>\n<p>The About Word window will open.<\/p>\n<p>You will be presented with one of the following screens:<\/p>\n<p><strong>Office 2008 and 2011<\/strong><\/p>\n<p>If you have Office 2008 or 2011, you will be presented with a screen similar to this one:<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/About-Word-Version-ek.png\" alt=\"Discovering your System - MSO - About Word Version\"><\/p>\n<p><strong>Office 2016<\/strong><\/p>\n<p>If you have Office 2016,<strong> the version will be 15.X.X<\/strong>,&nbsp;and you will be presented with a screen similar to this one:<\/p>\n<p><strong><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/About-Word-2016-ek.png\" alt=\"Discovering your System - MSO - About Word 2016\"><br>\n<\/strong><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n\n<h3>Web Browsers<\/h3>\n<p>To learn more about your version of Web browsers, choose from one of our support articles below. Feel free to view our <a href=\"https:\/\/in.nau.edu\/its\/Web-Browsers\/\">Web Browsers at NAU page<\/a> for more information.<\/p>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Edge (Windows)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Edge (Windows) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Microsoft Edge for Windows you are running:<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open Microsoft Edge. Select <strong>More Actions<\/strong> in the upper-right hand corner.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Edge-More-Actions-ek.png\" alt=\"Discovering your System - Edge - More Actions \"><\/p>\n<p><strong>Step 2&nbsp;<\/strong><\/p>\n<p>From the More Actions menu, select <strong>&ldquo;Settings&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Edge-Settings-ek.png\" alt=\"Discovering your System - Edge - Settings\"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>From the Settings menu, scroll to the bottom until you reach <strong>&ldquo;About this app&rdquo;<\/strong>. Locate your version under <strong>&ldquo;About this app&rdquo;<\/strong>. (In this example we are running Microsoft Edge 20.10240.16384.0.)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Edge-About-this-app-ek.png\" alt=\"Discovering your System - Edge - About this app\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Firefox (Windows)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Firefox (Windows) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Mozilla Firefox for Windows you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open Mozilla Firefox. Click the <strong>Menu<\/strong> button in the upper-right hand corner.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Firefox-Menu-ek.png\" alt=\"Discovering your System - Firefox - Menu\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>From the Menu, click the <strong>Help<\/strong> button.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Firefox-Help-ek.png\" alt=\"Discovering your System - Firefox - Help\"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>From the Help menu, select <strong>&ldquo;About Firefox&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Firefox-About-Firefox-ek.png\" alt=\"Discovering your System - Firefox - About Firefox\"><\/p>\n<p><strong>Step 4<\/strong><\/p>\n<p>The About Mozilla Firefox window will open. Locate your version number. (In this example, we are running 31.1.1.)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Firefox-About-Version-ek.png\" alt=\"Discovering your System - Firefox - About Version\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Firefox (Mac)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Firefox (Mac) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Mozilla Firefox for Mac you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open Mozilla Firefox. Click on the <strong>Firefox menu<\/strong> in the navigation bar in the upper-left hand corner.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Firefox_Mac-Firefox-ek.png\" alt=\"Discovering your System - Firefox_Mac - Firefox\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>From the Firefox menu, select <strong>&ldquo;About Firefox&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Firefox_Mac-About-Firefox-ek.png\" alt=\"Discovering your System - Firefox_Mac - About Firefox\"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>The About Firefox window will open. Locate your version number. (In this example we are using 31.1.1.)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Firefox_Mac-About-Version-ek.png\" alt=\"Discovering your System - Firefox_Mac - About Version\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Google Chrome (Windows)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Google Chrome (Windows) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Google Chrome for Windows you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open Google Chrome. Click the <strong>Chrome&nbsp;Menu<\/strong> button in the upper-right hand corner.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome-Menu-ek.png\" alt=\"Discovering your System - Chrome - Menu\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>From the Chrome Menu, hover over <strong>&ldquo;Help and about&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome-Help-and-about-ek.png\" alt=\"Discovering your System - Chrome - Help and about\"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>From the Help and about menu, select <strong>&ldquo;About Google Chrome&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome-About-Google-Chrome-ek.png\" alt=\"Discovering your System - Chrome - About Google Chrome\"><\/p>\n<p><strong>Step 4<\/strong><\/p>\n<p>The About Google Chrome tab will open. Locate your version number. (In this example we are running 45.0.2454.00 m.)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome-About-Version-ek.png\" alt=\"Discovering your System - Chrome - About Version\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Google Chrome (Mac)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Google Chrome (Mac) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Google Chrome for Mac you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open Google Chrome. Click the <strong>Chrome&nbsp;Menu<\/strong> button in the upper-right hand corner.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome_Mac-Menu-ek.png\" alt=\"Discovering your System - Chrome_Mac - Menu\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>From the Chrome Menu, hover over <strong>&ldquo;Help and About&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome_Mac-Help-and-about-ek.png\" alt=\"Discovering your System - Chrome_Mac - Help and about \"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>From the Help and About menu, select <strong>&ldquo;About Google Chrome&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome_Mac-About-Google-Chrome-ek.png\" alt=\"Discovering your System - Chrome_Mac - About Google Chrome\"><\/p>\n<p><strong>Step 4<\/strong><\/p>\n<p>The About Google Chrome tab will open. Locate your version number. (In this example we are running 45.0.2454.99 (64-bit).)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Chrome_Mac-About-Version-ek.png\" alt=\"Discovering your System - Chrome_Mac - About Version \"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Internet Explorer (Windows)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Internet Explorer (Windows) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Internet Explorer for Windows you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open Internet Explorer. Click the <strong>Tools<\/strong> button in the upper-right hand corner.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/IE-Tools-ek.png\" alt=\"Discovering your System - IE - Tools\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>From the Tools menu, select <strong>&ldquo;About Internet Explorer&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/IE-About-IE-ek.png\" alt=\"Discovering your System - IE - About IE\"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>The About Internet Explorer window will open. Locate your version number. (In this example we are running Internet Explorer 11.102410.16431.)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/IE-About-Version-ek.png\" alt=\"Discovering your System - IE - About Version\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n<!-- shortcode-accordion -->\n<div class=\"shortcode-accordion shortcode-accordion--closed\" style=\"position: relative;\" >\n        <a class=\"shortcode-accordion__trigger\" data-header=\"Determining your Version of Safari (Mac)_0\" href=\"#\">\n      <div class=\"shortcode-accordion__header\">\n          <h4>Determining your Version of Safari (Mac) <span class=\"screen-reader-text\">Accordion Closed<\/span><\/h4>\n          <span class=\"shortcode-accordion__header__arrow\"><\/span>\n      <\/div>\n    <\/a>\n    <div class=\"shortcode-accordion__body\">\n        <!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body>\n<div class=\"collapse\">\n<p><strong>Determine what version of Safari for Mac you are running:&nbsp;<\/strong><\/p>\n<p><strong>Step 1<\/strong><\/p>\n<p>Open Safari. Click on the <strong>Safari menu<\/strong> in the navigation bar in the upper-left hand corner.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Safari-Safari-ek.png\" alt=\"Discovering your System - Safari - Safari\"><\/p>\n<p><strong>Step 2<\/strong><\/p>\n<p>From the Safari menu, select <strong>&ldquo;About Safari&rdquo;<\/strong>.<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Safari-About-Safari-ek.png\" alt=\"Discovering your System - Safari - About Safari\"><\/p>\n<p><strong>Step 3<\/strong><\/p>\n<p>The About Safari window will open. Locate your version number. (In this example we are using 8.1.7 (10600.7.12).)<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/162\/2018\/09\/Safari-About-Version-ek.png\" alt=\"Discovering your System - Safari - About Version\"><\/p>\n<\/div>\n<\/body><\/html>\n\n    <\/div>\n<\/div>\n\n<\/div>\n<!-- shortcode-right-column -->\n<div class=\"shortcode-right-column\" >\n    <div class=\"shortcode-right-column__container\">\n<!-- shortcode-block -->\n<div class=\"shortcode-block\">\n      <div class=\"block-header\">\n        <h3>Contact ITS Support<\/h3>\n    <\/div>\n          <div class=\"block-body\">\n      <div><i class=\"fas fa-phone\"><\/i> <a href=\"tel:9285233335\">928-523-3335<\/a><\/p>\n<p><strong>Students:<\/strong><br \/>\n<i class=\"fas fa-envelope\"><\/i> <a href=\"mailto:ask-stc@nau.edu\">ask-stc@nau.edu<\/a><\/p>\n<p><strong>General ITS inquiries:<\/strong><br \/>\n<i class=\"fas fa-envelope\"><\/i> <a href=\"mailto:ITS@nau.edu\">ITS@nau.edu<\/a><\/p>\n<\/div>\n          <\/div>\n  <\/div>\n\n<!-- shortcode-button -->\n<div class=\"shortcode-button shortcode-button--center\">\n      <a class=\"main-button\" href=\"https:\/\/servicenow.nau.edu\/sp\" target=\"_blank\">Request ITS Support<\/a>\n  <\/div>\n\n<hr \/>\n<h4>Know the rules<\/h4>\n<p>All NAU employees and students should read and be familiar with the\u00a0<a href=\"https:\/\/nau.edu\/university-policy-library\/appropriate-use-of-information-technology-resources\/\">Appropriate Use of IT Resources<\/a>\u00a0policy.<\/p>\n<p><a href=\"https:\/\/nau.edu\/university-policy-library\/information-technology\/\">Information Technology Policy Manual<\/a><\/p>\n<hr \/>\n<\/div>\n<\/div>\n\n<!-- shortcode-right-column -->\n<div class=\"shortcode-right-column\" >\n    <div class=\"shortcode-right-column__container\">\n<h4><strong>Wi-Fi Map in Arizona<\/strong><\/h4>\n<p><a href=\"https:\/\/www.google.com\/maps\/d\/u\/0\/viewer?ll=34.08899753072786%2C-111.3971859&amp;z=7&amp;mid=1SGruUB2pUzitjv-NroY4pFh-NR0Gm8-1\">Interactive Map<\/a> for access to free Wi-Fi hotspots throughout the state.<\/p>\n<p><a href=\"https:\/\/www.google.com\/maps\/d\/u\/0\/viewer?ll=34.08899753072786%2C-111.3971859&amp;z=7&amp;mid=1SGruUB2pUzitjv-NroY4pFh-NR0Gm8-1\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-11409 size-uncropped-small\" src=\"https:\/\/in.nau.edu\/wp-content\/uploads\/sites\/162\/2021\/09\/Screen-Shot-2021-09-08-at-3.23.24-PM-300x112.png\" alt=\"\" width=\"300\" height=\"112\" srcset=\"https:\/\/in.nau.edu\/wp-content\/uploads\/sites\/162\/2021\/09\/Screen-Shot-2021-09-08-at-3.23.24-PM-300x112.png 300w, https:\/\/in.nau.edu\/wp-content\/uploads\/sites\/162\/2021\/09\/Screen-Shot-2021-09-08-at-3.23.24-PM.png 336w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>System Information Learn more about your computer system ITS supports many operating systems, Microsoft Office packages, Web browsers, and more. However, there are times where you or ITS will need to know more about your computer to obtain the proper instructions and support. In the following guides, we will discuss with you how to learn [&hellip;]<\/p>\n","protected":false},"author":299,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","ring_central_script_selection":"","footnotes":""},"class_list":["post-1959","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/pages\/1959","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/users\/299"}],"replies":[{"embeddable":true,"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/comments?post=1959"}],"version-history":[{"count":13,"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/pages\/1959\/revisions"}],"predecessor-version":[{"id":16804,"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/pages\/1959\/revisions\/16804"}],"wp:attachment":[{"href":"https:\/\/in.nau.edu\/its\/wp-json\/wp\/v2\/media?parent=1959"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}