diff --git a/WSL/enterprise.md b/WSL/enterprise.md new file mode 100644 index 00000000..08a95507 --- /dev/null +++ b/WSL/enterprise.md @@ -0,0 +1,67 @@ +--- +title: Windows Subsystem for Linux for Enterprise +description: Resources and instructions on how to best use the Windows Subsystem for Linux in an Enterprise environment. +keywords: BashOnWindows, bash, wsl, windows, windows subsystem for linux, windowssubsystem, ubuntu, debian, suse, windows 10, enterprise, deployment, offline, packaging, store, distribution, installation, install +author: mscraigloewen +ms.author: mscraigloewen +ms.date: 9/4/2018 +ms.topic: article +ms.prod: windows-subsystem-for-linux +ms.service: windows-subsystem-for-linux +ms.assetid: 7afaeacf-435a-4e58-bff0-a9f0d75b8a51 +--- + +# Windows Subsystem for Linux for Enterprise + +The Microsoft Store for Business offers a variety of solutions to Enterprises who want to deploy WSL to their company. The [online docs](https://docs.microsoft.com/en-us/microsoft-store/) for the Microsoft Store for Business are a great resource to find out general information about the Store experience. + +If you’re a company that’s just looking to get set up to start deploying WSL you can follow these steps, which are explained inside of the Microsoft Store docs: + +* [Sign up for the Microsoft Store for Business and get started](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business-overview) +* [Manage your products and services (including who can access which apps in your private store)](https://docs.microsoft.com/en-us/microsoft-store/manage-apps-microsoft-store-for-business-overview). Here you can add WSL distros to your store and control who can install them +* [Use a distribution method of your choice to deploy the software to your company](https://docs.microsoft.com/en-us/microsoft-store/distribute-apps-to-your-employees-microsoft-store-for-business) +* Communicate to users who have access to WSL distros that they can [use these steps](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to install the distro or distros of their choice + +# How to Distribute a Distro Offline + +If the computers in your company don’t have access to the Microsoft Store or the Microsoft Store for Business, then you can download the installer of a Linux distro that has an offline license by following these steps. + +## Set up an Azure Active Directory (AD) Account + +You need to have an Azure AD account and be the global administrator for your organization to get the installer of Microsoft Store apps. If you already have an account, you can skip this step. + +The instructions to register an account can be found here: +https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business + +## Sign into the Store for Business and go to the homepage +Sign in here: www.microsoft.com/business-store + +![MS Store for business home page](media/offlineinstallscreens/1-screen.png) + +## Go to Manage->Settings and enable 'Show offline apps' + +![MS Store for business Settings page](media/offlineinstallscreens/2-screen.png) + +## Go back to the main page by clicking 'Shop for my group' + +![MS Store for business home page](media/offlineinstallscreens/1-screen.png) + +## Search for your desired distro and select it + +![MS Store for business home page with active search](media/offlineinstallscreens/3-screen.png) + +## Select an ‘Offline’ license in the License type dropdown menu and click ‘Get the app’ + +![MS Store for business Ubuntu product page](media/offlineinstallscreens/4-screen.png) + +Please note: some distros may elect not to have an offline license + +## Click the ‘Manage’ button to get to the app’s product page + +![MS Store for business Ubuntu product page](media/offlineinstallscreens/5-screen.png) + +## Select your architecture and download the package for offline use + +![MS Store for business Ubuntu product details page](media/offlineinstallscreens/6-screen.png) + +This installer can then be distributed to any computer where you would like to install WSL. \ No newline at end of file diff --git a/WSL/media/offlineinstallscreens/1-screen.png b/WSL/media/offlineinstallscreens/1-screen.png new file mode 100644 index 00000000..21590485 Binary files /dev/null and b/WSL/media/offlineinstallscreens/1-screen.png differ diff --git a/WSL/media/offlineinstallscreens/2-screen.png b/WSL/media/offlineinstallscreens/2-screen.png new file mode 100644 index 00000000..b8e54a82 Binary files /dev/null and b/WSL/media/offlineinstallscreens/2-screen.png differ diff --git a/WSL/media/offlineinstallscreens/3-screen.png b/WSL/media/offlineinstallscreens/3-screen.png new file mode 100644 index 00000000..9fbce6c9 Binary files /dev/null and b/WSL/media/offlineinstallscreens/3-screen.png differ diff --git a/WSL/media/offlineinstallscreens/4-screen.png b/WSL/media/offlineinstallscreens/4-screen.png new file mode 100644 index 00000000..8a7c06cb Binary files /dev/null and b/WSL/media/offlineinstallscreens/4-screen.png differ diff --git a/WSL/media/offlineinstallscreens/5-screen.png b/WSL/media/offlineinstallscreens/5-screen.png new file mode 100644 index 00000000..b2682b7a Binary files /dev/null and b/WSL/media/offlineinstallscreens/5-screen.png differ diff --git a/WSL/media/offlineinstallscreens/6-screen.png b/WSL/media/offlineinstallscreens/6-screen.png new file mode 100644 index 00000000..5725d4ec Binary files /dev/null and b/WSL/media/offlineinstallscreens/6-screen.png differ