mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
Merge branch 'master' into 6675772
This commit is contained in:
@ -23,7 +23,7 @@ The **Inventory** page in Windows Store for Business shows all apps in your inve
|
||||
|
||||
All of these apps are treated the same once they are in your inventory and you can perform app lifecycle tasks for them: distribute apps, add apps to private store, review license details, and reclaim app licenses.
|
||||
|
||||

|
||||

|
||||
|
||||
Store for Business shows this info for each app in your inventory:
|
||||
|
||||
@ -168,13 +168,13 @@ For each app in your inventory, you can view and manage license details. This gi
|
||||
|
||||
2. Click **Manage**, and then choose **Inventory**.
|
||||
|
||||
3. Click the ellipses for and app, and then choose **View license details**.
|
||||
3. Click the ellipses for an app, and then choose **View license details**.
|
||||
|
||||

|
||||

|
||||
|
||||
You'll see the names of people in your organization who have installed the app and are using one of the licenses.
|
||||
|
||||

|
||||

|
||||
|
||||
On **Assigned licenses**, you can do several things:
|
||||
|
||||
@ -190,9 +190,9 @@ For each app in your inventory, you can view and manage license details. This gi
|
||||
|
||||
**To assign an app to more people**
|
||||
|
||||
- Click Assign to people, type the email address for the employee that you're assigning the app to, and click **Assign**.
|
||||
- Click **Assign to people**, type the email address for the employee that you're assigning the app to, and click **Assign**.
|
||||
|
||||

|
||||

|
||||
|
||||
Store for Business updates the list of assigned licenses.
|
||||
|
||||
@ -200,7 +200,7 @@ For each app in your inventory, you can view and manage license details. This gi
|
||||
|
||||
- Choose the person you want to reclaim the license from, click **Reclaim licenses**, and then click **Reclaim licenses**.
|
||||
|
||||

|
||||

|
||||
|
||||
Store for Business updates the list of assigned licenses.
|
||||
|
||||
|
@ -115,7 +115,7 @@ This example uses Microsoft Intune to configure an MDM policy that applies a cus
|
||||
| **Setting description** | Provide a description that gives an overview of the setting and other relevant information to help you locate it. |
|
||||
| **Data type** | **String** |
|
||||
| **OMA-URI (case sensitive)** | **./User/Vendor/MSFT/Policy/Config/Start/StartLayout** |
|
||||
| **Value** | Path to the Start layout .xml file that you created. |
|
||||
| **Value** | Paste the contents of the Start layout .xml file that you created. |
|
||||
|
||||
|
||||
|
||||
|
@ -23,29 +23,29 @@ You can make an app available in your private store when you acquire the app, or
|
||||
|
||||
**To acquire an app and make it available in your private store**
|
||||
|
||||
1. Sign in to the Store for Business.
|
||||
1. Sign in to the [Store for Business](https://businessstore.microsoft.com).
|
||||
|
||||
2. Click an app and then click **Get the app** to acquire the app for your organization.
|
||||
|
||||
3. You'll have a few options for distributing the app -- choose **Add to your private store where all people in your organization can find and install it.**
|
||||
|
||||

|
||||

|
||||
|
||||
It will take approximately twelve hours before the app is available in the private store.
|
||||
|
||||
**To make an app in inventory available in your private store**
|
||||
|
||||
1. Sign in to the Store for Business.
|
||||
1. Sign in to the [Store for Business](https://businessstore.microsoft.com).
|
||||
|
||||
2. Click **Manage**, and then choose **Inventory**.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Click **Refine**, and then choose **Online**. Store for Business will update the list of apps on the **Inventory** page.
|
||||
|
||||
4. From an app in **Inventory**, click the ellipses under **Action**, and then choose **Add to private store**.
|
||||
|
||||

|
||||

|
||||
|
||||
The value under **Private store** for the app will change to pending. It will take approximately twelve hours before the app is available in the private store.
|
||||
|
||||
|
@ -48,14 +48,14 @@ If your vendor doesn’t support the ability to synchronize applications from th
|
||||
|
||||
This diagram shows how you can use a management tool to distribute offline-licensed app to employees in your organization. Once synchronized from Store for Business, management tools can use the Windows Management framework to distribute applications to devices.
|
||||
|
||||

|
||||

|
||||
|
||||
## Distribute online-licensed apps
|
||||
|
||||
|
||||
This diagram shows how you can use a management tool to distribute an online-licensed app to employees in your organization. Once synchronized from Store for Business, management tools use the Windows Management framework to distribute applications to devices. For Online licensed applications, the management tool calls back in to Store for Business management services to assign an application prior to issuing the policy to install the application.
|
||||
|
||||

|
||||

|
||||
|
||||
## Related topics
|
||||
|
||||
|
@ -23,7 +23,7 @@ Organizations might want control the set of apps that are available to their emp
|
||||
|
||||
The private store is a feature in Store for Business that organizations receive during the sign up process. When admins add apps to the private store, all employees in the organization can view and download the apps. Your private store is available as a tab in the Windows Store, and is usually named for your company or organization. Only apps with online licenses can be added to the private store. Your private store looks something like this:
|
||||
|
||||

|
||||

|
||||
|
||||
Organizations using an MDM to manage apps can use a policy to show only the private store. When your MDM supports the Store for Business, the MDM can use the [Policy CSP](https://msdn.microsoft.com/library/windows/hardware/dn904962.aspx#group-policy-table). More specifically, the **ApplicationManagement/RequirePrivateStoreOnly** policy.
|
||||
|
||||
|
@ -309,7 +309,7 @@ You can prevent Windows from setting the time automatically.
|
||||
|
||||
-or-
|
||||
|
||||
- Create a REG\_SZ registry setting in **HKEY\_LOCAL\_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\W32Time\\Parameters** with a value of **NoSync**.
|
||||
- Create a REG\_SZ registry setting in **HKEY\_LOCAL\_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\W32Time\\Parameters\\Type** with a value of **NoSync**.
|
||||
|
||||
### <a href="" id="bkmk-devinst"></a>3. Device metadata retrieval
|
||||
|
||||
|
@ -19,9 +19,9 @@ author: TrudyHa
|
||||
|
||||
The private store is a feature in the Windows Store for Business that organizations receive during the sign up process. When admins add apps to the private store, all employees in the organization can view and download the apps. Only online-licensed apps can be distributed from your private store.
|
||||
|
||||
The name of your private store is shown on a tab in the Windows Store.
|
||||
The name of your private store is shown on a tab in the Windows Store app.
|
||||
|
||||

|
||||

|
||||
|
||||
You can change the name of your private store in Store for Business.
|
||||
|
||||
@ -33,13 +33,13 @@ You can change the name of your private store in Store for Business.
|
||||
|
||||
You'll see your private store name.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Click **Change**.
|
||||
|
||||
4. Type a new display name for your private store, and click **Save**.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -204,11 +204,11 @@ These permissions allow people to:
|
||||
|
||||
2. Click **Settings**, and then choose **Permissions**.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Click **Add people**, type a name, choose the role you want to assign, and click **Save** .
|
||||
|
||||

|
||||

|
||||
|
||||
4.
|
||||
|
||||
|
@ -34,7 +34,7 @@ Before signing up for the Store for Business, make sure you're the global admini
|
||||
|
||||
- If you already have an Azure AD directory, you'll [sign in to Store for Business](#sign-in), and then accept Store for Business terms.
|
||||
|
||||

|
||||

|
||||
|
||||
**To sign up for Azure AD accounts through Office 365 for Business**
|
||||
|
||||
@ -44,43 +44,43 @@ Before signing up for the Store for Business, make sure you're the global admini
|
||||
|
||||
Type the required info and click **Next.**
|
||||
|
||||

|
||||

|
||||
|
||||
- Step 2: Create an ID.
|
||||
|
||||
We'll use info you provided on the previous page to build your user ID. Check the info and click **Next**.
|
||||
|
||||

|
||||

|
||||
|
||||
- Step 3: You're in.
|
||||
|
||||
Let us know how you'd like to receive a verification code, and click either **Text me**, or **Call me**. We'll send you a verification code
|
||||
|
||||

|
||||

|
||||
|
||||
- Verification.
|
||||
|
||||
Type your verification code and click **Create my account**.
|
||||
|
||||

|
||||

|
||||
|
||||
- Save this info.
|
||||
|
||||
Be sure to save the portal sign-in page and your user ID info. Click **You're ready to go**.
|
||||
|
||||

|
||||

|
||||
|
||||
- At this point, you'll have an Azure AD directory created with one user account. That user account is the global administrator. You can use that account to sign in to Store for Business.
|
||||
|
||||
2. <a href="" id="sign-in"></a>Sign in with your Azure AD account.
|
||||
|
||||

|
||||

|
||||
|
||||
3. <a href="" id="accept-terms"></a>Read through and accept Store for Business terms.
|
||||
|
||||
4. Welcome to the Store for Business. Click **Next** to continue.
|
||||
|
||||

|
||||

|
||||
|
||||
### Next steps
|
||||
|
||||
|
Reference in New Issue
Block a user