Skip to content

Commit aa29a0f

Browse files
authored
Merge pull request #266 from MicrosoftDocs/markdig-migration
Markdig migration
2 parents fdeaf1b + d8d75b2 commit aa29a0f

13 files changed

Lines changed: 176 additions & 103 deletions

File tree

WSL/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# [Initialize Distro](./initialize-distro.md)
55
# [User accounts and permissions](./user-support.md)
66
# [Distro management](./wsl-config.md)
7+
# [Windows Subsystem for Linux for Enterprise](./enterprise.md)
78
# [Interoperability](./interop.md)
89
# [Build a Custom Distro](./build-custom-distro.md)
910
# [Frequently Asked Questions](./faq.md)

WSL/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"fileMetadata": {},
4141
"template": [],
42-
"dest": "wsl"
42+
"dest": "wsl",
43+
"markdownEngineName": "markdig"
4344
}
4445
}

WSL/enterprise.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Windows Subsystem for Linux for Enterprise
3+
description: Resources and instructions on how to best use the Windows Subsystem for Linux in an Enterprise environment.
4+
keywords: BashOnWindows, bash, wsl, windows, windows subsystem for linux, windowssubsystem, ubuntu, debian, suse, windows 10, enterprise, deployment, offline, packaging, store, distribution, installation, install
5+
author: mscraigloewen
6+
ms.author: mscraigloewen
7+
ms.date: 9/4/2018
8+
ms.topic: article
9+
ms.prod: windows-subsystem-for-linux
10+
ms.service: windows-subsystem-for-linux
11+
ms.assetid: 7afaeacf-435a-4e58-bff0-a9f0d75b8a51
12+
---
13+
14+
# Windows Subsystem for Linux for Enterprise
15+
16+
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.
17+
18+
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:
19+
20+
* [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)
21+
* [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
22+
* [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)
23+
* 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
24+
25+
# How to Distribute a Distro Offline
26+
27+
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.
28+
29+
## Set up an Azure Active Directory (AD) Account
30+
31+
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.
32+
33+
The instructions to register an account can be found here:
34+
https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business
35+
36+
## Sign into the Store for Business and go to the homepage
37+
Sign in here: www.microsoft.com/business-store
38+
39+
![MS Store for business home page](media/offlineinstallscreens/1-screen.png)
40+
41+
## Go to Manage->Settings and enable 'Show offline apps'
42+
43+
![MS Store for business Settings page](media/offlineinstallscreens/2-screen.png)
44+
45+
## Go back to the main page by clicking 'Shop for my group'
46+
47+
![MS Store for business home page](media/offlineinstallscreens/1-screen.png)
48+
49+
## Search for your desired distro and select it
50+
51+
![MS Store for business home page with active search](media/offlineinstallscreens/3-screen.png)
52+
53+
## Select an ‘Offline’ license in the License type dropdown menu and click ‘Get the app’
54+
55+
![MS Store for business Ubuntu product page](media/offlineinstallscreens/4-screen.png)
56+
57+
Please note: some distros may elect not to have an offline license
58+
59+
## Click the ‘Manage’ button to get to the app’s product page
60+
61+
![MS Store for business Ubuntu product page](media/offlineinstallscreens/5-screen.png)
62+
63+
## Select your architecture and download the package for offline use
64+
65+
![MS Store for business Ubuntu product details page](media/offlineinstallscreens/6-screen.png)
66+
67+
This installer can then be distributed to any computer where you would like to install WSL.

WSL/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ Using your mounted drives, you can edit code in, for example, `C:\dev\myproj\` u
8686
## Are files in the Linux drive different from the mounted Windows drive?
8787

8888
1. Files under the Linux root (i.e. `/`) are controlled by WSL which mimics Linux specific behavior, including but not limited to:
89-
* Files which contain invalid Windows filename characters
90-
* Symlinks created for non-admin users
91-
* Changing file attributes through chmod and chown
92-
* File/folder case sensitivity
89+
* Files which contain invalid Windows filename characters
90+
* Symlinks created for non-admin users
91+
* Changing file attributes through chmod and chown
92+
* File/folder case sensitivity
9393

9494
2. Files in mounted drives are controlled by Windows and have the following behaviors:
95-
* Support case sensitivity
96-
* All permissions are set to best reflect the Windows permissions
95+
* Support case sensitivity
96+
* All permissions are set to best reflect the Windows permissions
9797

9898
## Why are there so many errors when I run apt-get upgrade?
9999
Some packages use features that we haven't implemented yet. `udev`, for example, isn't supported yet and causes several `apt-get upgrade` errors.
924 KB
Loading
186 KB
Loading
1.42 MB
Loading
726 KB
Loading
723 KB
Loading
253 KB
Loading

0 commit comments

Comments
 (0)