Office 365 proplus download
Author: b | 2025-04-25
Office 365 ProPlus eGuideInstalling Office 365 ProPlus To download Office 365 ProPlus on your machine(s), login to Office 365: Click Install Office 2025. A smallsetup file will be downloaded. Run this setup file to install Office 365 ProPlus To download Office 365 on other software platforms, go to the Software page within your Office 365 site: Office 365 ProPlus eGuideInstalling Office 365 ProPlus To download Office 365 ProPlus on your machine(s), login to Office 365: Click Install Office 2025. A smallsetup file will be downloaded. Run this setup file to install Office 365
Office 365 ProPlus - Office 365 Hub
Configuration file is named installconfig.xml: setup.exe /configure installconfig.xml You must run the executable from the client computer on which you want to install Office and you must have local administrator permissions on that computer. Step 3: Verify that installation was successful After running the command, you should see the Office installation start (unless you set display level to none). After installation is complete, the command prompt will display “Products configured successfully.” If you run into problems, make sure you have the newest version of the ODT. You can also troubleshoot issues by reviewing the log files in the %temp% and %windir%\temp directories. Update Office 365 ProPlus Update Office 365 ProPlus You can use the Office 2016 Deployment Tool to make updates to your client computers after installing Office 365 ProPlus. There are two ways to do this: Use the ODT to install Office 365 ProPlus again, which will update Office to the newest version. Only the files that have changed in the new version will be updated. Use the ODT to download the Office installation files and then point your client computers to that location to receive their updates. (By default, clients are updated directly from the Office Content Delivery Network (CDN).) To change where your client computers receive their updates, run the ODT in configure mode and specify an update path in the configuration file. For example, to have Office 365 ProPlus get updates automatically from a network share called \\server\updates, include the following line in your configuration.xml file: This article does not cover all the issues related to managing updates for Office in your organization. For more information on that end-to-end scenario, including using Group Policy, see Choose how to apply updates to Office 365 ProPlus. Exclude or remove Office 365 ProPlus products from client computers Exclude or remove Office 365 ProPlus products from client computers When installing Office 365 ProPlus, you can exclude specific products. To do so, follow the steps for installing Office with the ODT, but include the ExcludeApp element in your configuration file. For example, this configuration file installs all the Office 365 ProPlus products except Publisher: If you’ve already installed Office 365 ProPlus, you can also use the ExcludeApp element to remove a product that you've previously installed. For example, the configuration file above removes Publisher from the previous installation of Office. You can also remove an entire language version of Office 365 ProPlus. To do so, follow the steps for excluding products for installing Office with the ODT, but replace the configuration file with one that uses the Remove element. For example, this configuration file removes the Spanish language version of Office 365 ProPlus: For more information about the options for excluding or removing apps, see Reference: Configuration options for the Office Deployment Tool. Add languages to existing installations of Office 365 ProPlus Add languages to existing installations of Office 365 ProPlus After installing Office, you can use the ODT to install additional language packs for Office. To do so, you follow Instructions The Office 2016 Deployment Tool (ODT) is a command-line tool that you can use to download and deploy Office 365 ProPlus to your client computers as part of a larger deployment. The ODT gives you more control over an Office installation: you can define which products and languages are installed, how those products should be updated, and whether or not to display the install experience to your users. Download the Office 2016 Deployment Tool Download the Office 2016 Deployment Tool Download the Office 2016 Deployment Tool from the Microsoft Download Center. The tool runs on Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2. After downloading the file, run the self-extracting executable file, which contains the Office 2016 Deployment Tool executable (setup.exe) and a sample configuration file (configuration.xml). Before using the ODT to download or install Office, we recommend making sure you have the latest version. Get started with the Office 2016 Deployment Tool Get started with the Office 2016 Deployment Tool The ODT consists of two files: setup.exe and configuration.xml. To work with the tool, you edit the configuration file to define what options you want then run setup.exe from the command line. For example, you can edit the configuration file to download the 32 bit English edition of Office, or you can edit the file to install the 32 bit English edition of Office with the EULA automatically accepted and without Publisher. For the full set of options, see Configuration options for the Office Deployment Tool. When running the ODT, you provide the location of the configuration file and define which mode the ODT should run in: To download Office 365 ProPlus products and languages, use download mode. Example: setup.exe /download downloadconfig.xml To install the downloaded Office 365 ProPlus products and languages on a client computer, use configure mode. You also use configure mode to remove and update Office products and languages. Example: setup.exe /configure installconfig.xml To create an App-V package from the downloaded Office 365 ProPlus products and languages, use packager mode. Example: setup.exe /packager packageconfig.xml You can also use help mode to read command-line help for the tool. Download the installation files for Office 365 ProPlus Download the installation files for Office 365 ProPlus Follow these steps to download installation files for Office 365 ProPlus from the Office Content Delivery Network (CDN). Step 1: Create the configuration file When creating the configuration file, we recommend starting with an example file and updating it with the appropriate options for your environment. You can start by copying and pasting the code below into a text file, saving it with a name of your choosing, and then editing the XML elements and attributes to define the options you want. In this example, the configuration file downloads the installation files for a 32 bit English edition of Office 365 ProPlus 2016 and Visio Pro for Office 365 to \\server\share on your network: For more information and examples aboutoffice 365 proplus - Download.com.vn
The configuration options, see Reference: Configuration options for the Office Deployment Tool. Step 2: Run the ODT executable in download mode From a command prompt, run the ODT executable in download mode and with a reference to the configuration file you just saved. In this example, the configuration file is named downloadconfig.xml: setup.exe /download downloadconfig.xml Step 3: Validate that the files have been downloaded After running the command, go to the download location you defined in the configuration file and look for an Office folder with the appropriate files in it. If you run into problems, make sure you have the newest version of the ODT. You can also troubleshoot issues by reviewing the log file in the %temp% directory. Download the installation files for Office 365 ProPlus from a local source Download the installation files for Office 365 ProPlus from a local source You can use the Office 2016 Deployment Tool to download the installation files for Office 365 ProPlus from a local source on your network instead of from the Office Content Delivery Network (CDN). By doing so, you can store a central copy of multiple languages and products for Office and distribute just the languages and products that you need to other locations on your network. To download from a local source, follow the steps for downloading Office with the ODT, but include in your configuration file the download path, which defines where the installation files are downloaded from. For example, this configuration file downloads a 32 bit English edition of Office 365 ProPlus 2016 from \\servera\share (the DownloadPath) to \\serverb\share (the SourcePath): Copy Note: You must specify a version when using DownloadPath. Install Office 365 ProPlus 2016 Install Office 365 ProPlus 2016 After you download Office 365 ProPlus installation files, follow these steps to install Office on a client computer. As part of that installation, you can choose which products to install. Step 1: Create the configuration file When creating the configuration file, start with an example file and updating it with the appropriate options for your environment. You can start by copying and pasting the example below into a text file, saving it with a name of your choosing, and then editing the XML elements and attributes to define the options you want. In this example, the configuration file installs a 32 bit English edition of Office 365 ProPlus 2016 without Publisher: The location of the Office installation files is \\server\share. The display level is set to None, which means the user will not see any user interface during the install, and the AcceptEULA is set to TRUE, which means your users will not have to click to accept the EULA during the installation. For more information about the configuration options, see Reference: Configuration options for the Office Deployment Tool. Step 2: Run the ODT executable in configure mode From a command prompt, run the ODT executable in configure mode with a reference to the configuration file you just saved. In the following example, the. Office 365 ProPlus eGuideInstalling Office 365 ProPlus To download Office 365 ProPlus on your machine(s), login to Office 365: Click Install Office 2025. A smallsetup file will be downloaded. Run this setup file to install Office 365 ProPlus To download Office 365 on other software platforms, go to the Software page within your Office 365 site:Office 365 ProPlus - UW-IT
Microsoft Office 365 ProPlus is a full version of Office that is available at no additional cost to FSW faculty, staff, and students. It includes Word, Excel, PowerPoint, OneNote, Outlook applications, and more, and can be installed on up to five devices.Frequently Asked QuestionsWhat is the Office 365 ProPlus benefit?Academic institutions that are Microsoft customers and license Office for all faculty/staff are eligible to offer Office 365 to their employees and students at no additional cost. Eligible users can take advantage of free Office 365 ProPlus through a self-sign up process.Why is Microsoft introducing these changes?Microsoft is committed to the success of each student and educator. Microsoft believes this offer will help these users thrive in their educational endeavors by providing Microsoft’s best productivity solution at no additional licensing cost.How do I get free Office 365 ProPlus? Sign in to your MyFSW with your school credentials. Find the One Drive card click on the 3 dots on the top right corner to open the Office 365 link. This will take you to where you can access your Office 365 software.Do I get anything else besides Office 365 ProPlus when I use the self-service process?In addition to having access to the Office ProPlus client with applications like Word, Excel, PowerPoint and OneNote, and which work across your PCs and Macs, you can activate the clients on your iPad, iPhone, and Android phone. This will give you access to edit and review your work on the go. You also get 1 TB of storage through OneDrive for Business to ensure you have access to all of your documents whenever you need them. If you are using a computer that doesn’t have Office installed, you can edit or review those assignments in Office Online in any browser.What devices can I use Office 365 ProPlus on?Office supports PCs and Windows tablets running Windows 10 or higher, and macOS 12. Office for iPad can be installed on iPads that are running version 7.0 or higher. For information about mobile devices, visit www.office.com/mobile.What happens when I leave college?When you leave college or are no longer enrolled in classes, your Office 365 subscription through your institution ends. You may enroll in other consumer or commercial offers available. You should make sure to transfer all your files from your school OneDrive to your personal OneDrive prior to leaving.What does Office 365 ProPlus include?Office 365 ProPlus comes with a full version of Office and familiar Office applications like Word, Excel, PowerPoint, Outlook, OneNote, and more. Office 365 ProPlus is a user-based service and allows each person to install on up to five PCs or Macs and five tablets (iPad), as well as the ability to access Office mobile applications On iPhone and Android phones. For information about how to access Office mobile applications visit www.office.com/mobile.Can students install Office for iPad through this Office 365 ProPlus benefit?Yes, this would count towards the limit of installing it on five tablets. Just install the applications and sign in with your college MyFSW credentials.Does this replace the Office 365 University product or Office Home & Student?No, Office 365 University will continue to be sold to enable students at colleges and universities that do not take advantage of, or qualify for, this free benefit and likewise for the Office 365 Home Premium offer.How is the value proposition different for Office 365 University and Office 365 ProPlus for students?Office 365 University includes 60 minutes per month of Skype premium.Office 365 ProPlus includes additional organizational applications such as Lync and a number of added technologies for organizational uses (Information Rights Management as one example) that are not available in Office 365 University. When schools combine the Office 365 ProPlus benefit with Office 365 Education, students get access to more advanced collaboration tools such as Outlook and Lync.If I recently purchased Office and am now also eligible for free Office 365 ProPlus, through my school, will I receive any credit and/or compensation?No. The Office purchased is a consumer offering, and students can continue to take advantage of the purchased offer.If I have already installed Office 365 University on my computer, what will happen if I attempt to install Office 365 ProPlus?The office client supports having both an Office 365 personal account (used when you signed up for Office 365 University) and a school account (login provided by your school), students will be able to remain signed in with both. Office install will have both your personal and institution ID associated with it after the installation.I need help installing, where do I go?If you are having issues installing Office, visit Install Office on your PC or Mac with Office 365 for business for installation instructions.Office 365 ProPlus compatibility with Office 365 - Microsoft
This post covers the steps to deploy Office 365 Proplus using SCCM. There are multiple methods to deploy Office 365 proplus using SCCM. However in every method a configuration file is used along with Office 365 deployment. The SCCM Office 365 Installer feature was first released in SCCM 1702. Since then lot of enhancements have been made to the tool. In this post I am using SCCM 1806 to create Office 365 installer. I believe this is the most easiest method to deploy Office 365 proplus using SCCM.Before you deploy Office 365 using SCCM, I would also like to add a point here about the Office 365 installer. When you create office 365 installer using SCCM, there is no uninstall command added in deployment type. Not sure why but i assume you would use only Office 365 post deployment. In addition you can still add the uninstall command but why would you do that ?.Deploy Office 365 ProPlus using SCCMTo deploy Office 365 proplus using SCCM, launch the configuration manager console. Click Software Library > Overview > Office 365 Client Management. Click Office 365 Installer in the console. This will bring up Microsoft Office 365 client installation wizard.Install and Update Third Party Applications with Patch My PCUnder Application settings you specify name and content location. The content location is the path where the Office 365 installation files are downloaded. Click Next.Click the button Go to the Office Customization Tool.Office 365 Customization ToolYou will see Office Customization tool launched. This tool will create the configuration file for all the changes that you do. You can customize a lot of settings. And the settings are deployed along with Office 365. To create or update a configuration file, click Next link in the tool.This is very important step. Look into right pane to see changes that you make.Select Organization name. Click Add button.Select the office version. In most cases 32-bit office version is deployed. Click Update button when you make any changes.Next, select the Office version. The best part here is you can select what office apps you want to deploy.What’s available under Software ?Office Suite – Includes Office 365 ProPlus and Office 365 Business.Visio – Includes Visio STD and PRO 2016, Visio Pro for Office 365.Project – Includes Project STD and PRO 2016, Project online desktop client.Select Primary language. You can add additional languages if required. When you add addition language, clickChoosing to install Office 365 ProPlus versus Office 2025 ProPlus
Customers who want first dibs on the latest version of Microsoft Office can now download and use a preview version of Microsoft's comprehensive productivity software suite.The Redmond, Washington-based software maker is now making available the preview version of Microsoft Office 2016, which includes Microsoft's most popular Word, Excel, and PowerPoint as well as Outlook, OneNote, Publisher, Access, and Lync.Subscribers to Microsoft Office 365 can download the Office 2016 preview via their Office 365 account page, where they can go to Additional Install options under Language and Install options and choose the 32-bit or 64-bit version of the suite depending on their individual computers.All Office 365 subscribers with a ProPlus subscription can download the preview and use it until the full-version release of the software suite. ProPlus subscribers include consumer subscribers to Office 365 Personal, Home, University, and Solo in Japan, commercial subscribers to Office 365 Developer, Midsize, Enterprise E3 and E4, and Proplus, and nonprofit, education, and government subscribers.For business subscribers, Microsoft is not making the preview available to Office 365 Business customers at the moment, but it promises to open the preview to them at a later, unspecified date.Those who are not Office 365 subscribers but still want an early taste of Microsoft Office 2016 can download a trial version of the preview in 32-bit and 64-bit versions and activate their trial with the product key NKGG6-WBPCC-HXWMY-6DQGJ-CP QVG. Once the trial expires, they will have to revert to earlier versions of Microsoft Office they already have and will be prompted to subscribe to Office 365.As can be expected from a preview version, Microsoft Office 2016 is still in the works and early adopters are likely to encounter problems that they are expected to inform Microsoft about. Only users who know their way about installing, uninstalling, and reinstalling software from a certain point in time and troubleshooting PC problems are encouraged to download the preview."We're looking for Office enthusiasts like you to share your feedback on the new features and experiences we're developing," said Microsoft. "If you get excited about trying new software and don't mind a bump in the road here and there, download the Office 2016 Preview today."Office 2016's defining features appear to revolve around collaboration and co-creation, in an obvious move to counter Google Apps. In a blog post written by Microsoft general manager for the Office Marketing team Julia White, she said Office has changed with the move from static hierarchies in the workplace to more dynamic networks where an open flow of communication is valued."With the Office 2016 Public Preview release today, you will see how Office has shifted from 'me-centric' to 'we-centric' work," White said. "All Office content is default saved to and shared. Office 365 ProPlus eGuideInstalling Office 365 ProPlus To download Office 365 ProPlus on your machine(s), login to Office 365: Click Install Office 2025. A smallsetup file will be downloaded. Run this setup file to install Office 365 ProPlus To download Office 365 on other software platforms, go to the Software page within your Office 365 site:Office 365 ProPlus for Windows - CNET Download
The steps for installing Office with the ODT, but use a new configuration file that indicates which languages to add. The new configuration file does not contain (and should not contain) any settings for Office, such as excluded apps or which channel to update. All those client settings are preserved when the new language packs are installed. Note: If Office in your organization is updated from a local source, you must first download the Office installation files for the languages you want to add. To download the files, follow the steps in Download the installation files for Office 365 ProPlus. Step 1: Create the configuration file for adding the language packs When creating the configuration file, start with an example file and updating it with the appropriate options for your environment. You can start by copying and paste the example below into a text file, saving it with a name of your choosing, and then ensuring that the OfficeClientEdition and language IDs are what you want. In this example, the configuration file installs the French and Japanese language packs: It's important to emphasize that all the settings defined when you deployed or updated Office are preserved. For example, the source for the language pack is not provided in this configuration file--instead, the ODT will look for it in the source path defined in the configuration file you used to deploy Office. For a list of all languages, see Language identifiers. Step 2: Run the ODT executable in configure mode From a command prompt, run the ODT executable in configure mode with a reference to the configuration file you just saved. In the following example, the configuration file is named installlanguage.xml: setup.exe /configure installlanguage.xml You must run the executable from the client computer on which you want to install Office and you must have local administrator permissions on that computer. Create an App-V package for Office 365 ProPlus Create an App-V package for Office 365 ProPlus In addition to downloading and deploying Office 365 ProPlus, you can use the Office 2016 Deployment Tool to create App-V packages. To do so, update the configuration file and then run the ODT in packager mode. You must create App-V packages on a computer with a clean install of the operating system. This article does not cover all the issues related to deploying App-V packages. For more information on that end-to-end scenario, see Deploying Microsoft Office 2016 by Using App-V. Step 1: Create the configuration file When creating the configuration file, we recommend starting with an example file and updating it with the appropriate options for your environment. You can start by copying and pasting the example below into a text file, saving it with a name of your choosing, and then editing the XML elements and attributes to define the options you want. In this example, the configuration file creates an App-V package from a 32 bit English edition of Office 365 ProPlus 2016 without Publisher: The location of the Office installation files isComments
Configuration file is named installconfig.xml: setup.exe /configure installconfig.xml You must run the executable from the client computer on which you want to install Office and you must have local administrator permissions on that computer. Step 3: Verify that installation was successful After running the command, you should see the Office installation start (unless you set display level to none). After installation is complete, the command prompt will display “Products configured successfully.” If you run into problems, make sure you have the newest version of the ODT. You can also troubleshoot issues by reviewing the log files in the %temp% and %windir%\temp directories. Update Office 365 ProPlus Update Office 365 ProPlus You can use the Office 2016 Deployment Tool to make updates to your client computers after installing Office 365 ProPlus. There are two ways to do this: Use the ODT to install Office 365 ProPlus again, which will update Office to the newest version. Only the files that have changed in the new version will be updated. Use the ODT to download the Office installation files and then point your client computers to that location to receive their updates. (By default, clients are updated directly from the Office Content Delivery Network (CDN).) To change where your client computers receive their updates, run the ODT in configure mode and specify an update path in the configuration file. For example, to have Office 365 ProPlus get updates automatically from a network share called \\server\updates, include the following line in your configuration.xml file: This article does not cover all the issues related to managing updates for Office in your organization. For more information on that end-to-end scenario, including using Group Policy, see Choose how to apply updates to Office 365 ProPlus. Exclude or remove Office 365 ProPlus products from client computers Exclude or remove Office 365 ProPlus products from client computers When installing Office 365 ProPlus, you can exclude specific products. To do so, follow the steps for installing Office with the ODT, but include the ExcludeApp element in your configuration file. For example, this configuration file installs all the Office 365 ProPlus products except Publisher: If you’ve already installed Office 365 ProPlus, you can also use the ExcludeApp element to remove a product that you've previously installed. For example, the configuration file above removes Publisher from the previous installation of Office. You can also remove an entire language version of Office 365 ProPlus. To do so, follow the steps for excluding products for installing Office with the ODT, but replace the configuration file with one that uses the Remove element. For example, this configuration file removes the Spanish language version of Office 365 ProPlus: For more information about the options for excluding or removing apps, see Reference: Configuration options for the Office Deployment Tool. Add languages to existing installations of Office 365 ProPlus Add languages to existing installations of Office 365 ProPlus After installing Office, you can use the ODT to install additional language packs for Office. To do so, you follow
2025-04-11Instructions The Office 2016 Deployment Tool (ODT) is a command-line tool that you can use to download and deploy Office 365 ProPlus to your client computers as part of a larger deployment. The ODT gives you more control over an Office installation: you can define which products and languages are installed, how those products should be updated, and whether or not to display the install experience to your users. Download the Office 2016 Deployment Tool Download the Office 2016 Deployment Tool Download the Office 2016 Deployment Tool from the Microsoft Download Center. The tool runs on Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2. After downloading the file, run the self-extracting executable file, which contains the Office 2016 Deployment Tool executable (setup.exe) and a sample configuration file (configuration.xml). Before using the ODT to download or install Office, we recommend making sure you have the latest version. Get started with the Office 2016 Deployment Tool Get started with the Office 2016 Deployment Tool The ODT consists of two files: setup.exe and configuration.xml. To work with the tool, you edit the configuration file to define what options you want then run setup.exe from the command line. For example, you can edit the configuration file to download the 32 bit English edition of Office, or you can edit the file to install the 32 bit English edition of Office with the EULA automatically accepted and without Publisher. For the full set of options, see Configuration options for the Office Deployment Tool. When running the ODT, you provide the location of the configuration file and define which mode the ODT should run in: To download Office 365 ProPlus products and languages, use download mode. Example: setup.exe /download downloadconfig.xml To install the downloaded Office 365 ProPlus products and languages on a client computer, use configure mode. You also use configure mode to remove and update Office products and languages. Example: setup.exe /configure installconfig.xml To create an App-V package from the downloaded Office 365 ProPlus products and languages, use packager mode. Example: setup.exe /packager packageconfig.xml You can also use help mode to read command-line help for the tool. Download the installation files for Office 365 ProPlus Download the installation files for Office 365 ProPlus Follow these steps to download installation files for Office 365 ProPlus from the Office Content Delivery Network (CDN). Step 1: Create the configuration file When creating the configuration file, we recommend starting with an example file and updating it with the appropriate options for your environment. You can start by copying and pasting the code below into a text file, saving it with a name of your choosing, and then editing the XML elements and attributes to define the options you want. In this example, the configuration file downloads the installation files for a 32 bit English edition of Office 365 ProPlus 2016 and Visio Pro for Office 365 to \\server\share on your network: For more information and examples about
2025-04-02The configuration options, see Reference: Configuration options for the Office Deployment Tool. Step 2: Run the ODT executable in download mode From a command prompt, run the ODT executable in download mode and with a reference to the configuration file you just saved. In this example, the configuration file is named downloadconfig.xml: setup.exe /download downloadconfig.xml Step 3: Validate that the files have been downloaded After running the command, go to the download location you defined in the configuration file and look for an Office folder with the appropriate files in it. If you run into problems, make sure you have the newest version of the ODT. You can also troubleshoot issues by reviewing the log file in the %temp% directory. Download the installation files for Office 365 ProPlus from a local source Download the installation files for Office 365 ProPlus from a local source You can use the Office 2016 Deployment Tool to download the installation files for Office 365 ProPlus from a local source on your network instead of from the Office Content Delivery Network (CDN). By doing so, you can store a central copy of multiple languages and products for Office and distribute just the languages and products that you need to other locations on your network. To download from a local source, follow the steps for downloading Office with the ODT, but include in your configuration file the download path, which defines where the installation files are downloaded from. For example, this configuration file downloads a 32 bit English edition of Office 365 ProPlus 2016 from \\servera\share (the DownloadPath) to \\serverb\share (the SourcePath): Copy Note: You must specify a version when using DownloadPath. Install Office 365 ProPlus 2016 Install Office 365 ProPlus 2016 After you download Office 365 ProPlus installation files, follow these steps to install Office on a client computer. As part of that installation, you can choose which products to install. Step 1: Create the configuration file When creating the configuration file, start with an example file and updating it with the appropriate options for your environment. You can start by copying and pasting the example below into a text file, saving it with a name of your choosing, and then editing the XML elements and attributes to define the options you want. In this example, the configuration file installs a 32 bit English edition of Office 365 ProPlus 2016 without Publisher: The location of the Office installation files is \\server\share. The display level is set to None, which means the user will not see any user interface during the install, and the AcceptEULA is set to TRUE, which means your users will not have to click to accept the EULA during the installation. For more information about the configuration options, see Reference: Configuration options for the Office Deployment Tool. Step 2: Run the ODT executable in configure mode From a command prompt, run the ODT executable in configure mode with a reference to the configuration file you just saved. In the following example, the
2025-03-27Microsoft Office 365 ProPlus is a full version of Office that is available at no additional cost to FSW faculty, staff, and students. It includes Word, Excel, PowerPoint, OneNote, Outlook applications, and more, and can be installed on up to five devices.Frequently Asked QuestionsWhat is the Office 365 ProPlus benefit?Academic institutions that are Microsoft customers and license Office for all faculty/staff are eligible to offer Office 365 to their employees and students at no additional cost. Eligible users can take advantage of free Office 365 ProPlus through a self-sign up process.Why is Microsoft introducing these changes?Microsoft is committed to the success of each student and educator. Microsoft believes this offer will help these users thrive in their educational endeavors by providing Microsoft’s best productivity solution at no additional licensing cost.How do I get free Office 365 ProPlus? Sign in to your MyFSW with your school credentials. Find the One Drive card click on the 3 dots on the top right corner to open the Office 365 link. This will take you to where you can access your Office 365 software.Do I get anything else besides Office 365 ProPlus when I use the self-service process?In addition to having access to the Office ProPlus client with applications like Word, Excel, PowerPoint and OneNote, and which work across your PCs and Macs, you can activate the clients on your iPad, iPhone, and Android phone. This will give you access to edit and review your work on the go. You also get 1 TB of storage through OneDrive for Business to ensure you have access to all of your documents whenever you need them. If you are using a computer that doesn’t have Office installed, you can edit or review those assignments in Office Online in any browser.What devices can I use Office 365 ProPlus on?Office supports PCs and Windows tablets running Windows 10 or higher, and macOS 12. Office for iPad can be installed on iPads that are running version 7.0 or higher. For information about mobile devices, visit www.office.com/mobile.What happens when I leave college?When you leave college or are no longer enrolled in classes, your Office 365 subscription through your institution ends. You may enroll in other consumer or commercial offers available. You should make sure to transfer all your files from your school OneDrive to your personal OneDrive prior to leaving.What does Office 365 ProPlus include?Office 365 ProPlus comes with a full version of Office and familiar Office applications like Word, Excel, PowerPoint, Outlook, OneNote, and more. Office 365 ProPlus is a user-based service and allows each person to install on up to five PCs or Macs and five tablets (iPad), as well as the ability to access Office mobile applications
2025-04-21