mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merge pull request #1978 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
This commit is contained in:
commit
2cf9f05631
@ -14017,6 +14017,11 @@
|
|||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"source_path": "store-for-business/work-with-partner-microsoft-store-business.md",
|
||||||
|
"redirect_url": "https://docs.microsoft.com/microsoft-365/commerce/manage-partners",
|
||||||
|
"redirect_document_id": false
|
||||||
|
},
|
||||||
|
{
|
||||||
"source_path": "windows/manage/windows-10-mobile-and-mdm.md",
|
"source_path": "windows/manage/windows-10-mobile-and-mdm.md",
|
||||||
"redirect_url": "https://docs.microsoft.com/windows/client-management/windows-10-mobile-and-mdm",
|
"redirect_url": "https://docs.microsoft.com/windows/client-management/windows-10-mobile-and-mdm",
|
||||||
"redirect_document_id": true
|
"redirect_document_id": true
|
||||||
|
@ -163,27 +163,58 @@ This table includes the attributes used by the Enterprise Mode schema.
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>exclude</td>
|
<td>exclude</td>
|
||||||
<td>Specifies the domain or path is excluded from applying Enterprise Mode. This attribute is only supported on the <domain> and <path> elements in the <emie> section.
|
<td>Specifies the domain or path excluded from applying Enterprise Mode. This attribute is only supported on the <domain> and <path> elements in the <emie> section. If this attribute is absent, it defaults to false.
|
||||||
<p><b>Example</b>
|
<br />
|
||||||
|
<p><b>Example:</b></p>
|
||||||
<pre class="syntax">
|
<pre class="syntax">
|
||||||
<emie>
|
<emie>
|
||||||
<domain exclude="false">fabrikam.com
|
<domain exclude="false">fabrikam.com
|
||||||
<path exclude="true">/products</path>
|
<path exclude="true">/products</path>
|
||||||
</domain>
|
</domain>
|
||||||
</emie></pre><p>
|
</emie></pre><p>
|
||||||
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> uses IE8 Enterprise Mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> does not.</td>
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> uses IE8 Enterprise Mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> does not.</p></td>
|
||||||
<td>Internet Explorer 11 and Microsoft Edge</td>
|
<td>Internet Explorer 11</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>docMode</td>
|
<td>docMode</td>
|
||||||
<td>Specifies the document mode to apply. This attribute is only supported on <domain> or <path> elements in the <docMode> section.
|
<td>Specifies the document mode to apply. This attribute is only supported on <domain> or <path> elements in the <docMode> section.
|
||||||
<p><b>Example</b>
|
<br />
|
||||||
|
<p><b>Example:</b></p>
|
||||||
<pre class="syntax">
|
<pre class="syntax">
|
||||||
<docMode>
|
<docMode>
|
||||||
<domain exclude="false">fabrikam.com
|
<domain>fabrikam.com
|
||||||
<path docMode="7">/products</path>
|
<path docMode="9">/products</path>
|
||||||
</domain>
|
</domain>
|
||||||
</docMode></pre></td>
|
</docMode></pre><p>
|
||||||
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> loads in IE11 document mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> uses IE9 document mode.</p></td>
|
||||||
|
<td>Internet Explorer 11</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>doNotTransition</td>
|
||||||
|
<td>Specifies that the page should load in the current browser, otherwise it will open in IE11. This attribute is supported on all <domain> or <path> elements. If this attribute is absent, it defaults to false.
|
||||||
|
<br />
|
||||||
|
<p><b>Example:</b></p>
|
||||||
|
<pre class="syntax">
|
||||||
|
<emie>
|
||||||
|
<domain doNotTransition="false">fabrikam.com
|
||||||
|
<path doNotTransition="true">/products</path>
|
||||||
|
</domain>
|
||||||
|
</emie></pre><p>
|
||||||
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> opens in the IE11 browser, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> loads in the current browser (eg. Microsoft Edge).</p></td>
|
||||||
|
<td>Internet Explorer 11 and Microsoft Edge</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>forceCompatView</td>
|
||||||
|
<td>Specifies that the page should load in IE7 document mode (Compat View). This attribute is only supported on <domain> or <path> elements in the <emie> section. If the page is also configured to load in Enterprise Mode, it will load in IE7 Enterprise Mode. Otherwise (exclude="true"), it will load in IE11's IE7 document mode. If this attribute is absent, it defaults to false.
|
||||||
|
<br />
|
||||||
|
<p><b>Example:</b></p>
|
||||||
|
<pre class="syntax">
|
||||||
|
<emie>
|
||||||
|
<domain exclude="true">fabrikam.com
|
||||||
|
<path forceCompatView="true">/products</path>
|
||||||
|
</domain>
|
||||||
|
</emie></pre><p>
|
||||||
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> does not use Enterprise Mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> uses IE7 Enterprise Mode.</p></td>
|
||||||
<td>Internet Explorer 11</td>
|
<td>Internet Explorer 11</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
### [Manage Windows device deployment with Windows Autopilot Deployment](add-profile-to-devices.md)
|
### [Manage Windows device deployment with Windows Autopilot Deployment](add-profile-to-devices.md)
|
||||||
### [Microsoft Store for Business and Education PowerShell module - preview](microsoft-store-for-business-education-powershell-module.md)
|
### [Microsoft Store for Business and Education PowerShell module - preview](microsoft-store-for-business-education-powershell-module.md)
|
||||||
### [Manage software purchased with Microsoft Products and Services agreement in Microsoft Store for Business](manage-mpsa-software-microsoft-store-for-business.md)
|
### [Manage software purchased with Microsoft Products and Services agreement in Microsoft Store for Business](manage-mpsa-software-microsoft-store-for-business.md)
|
||||||
### [Working with solution providers in Microsoft Store for Business](work-with-partner-microsoft-store-business.md)
|
### [Working with solution providers](work-with-partner-microsoft-store-business.md)
|
||||||
## [Billing and payments](billing-payments-overview.md)
|
## [Billing and payments](billing-payments-overview.md)
|
||||||
### [Understand your invoice](billing-understand-your-invoice-msfb.md)
|
### [Understand your invoice](billing-understand-your-invoice-msfb.md)
|
||||||
### [Payment methods](payment-methods.md)
|
### [Payment methods](payment-methods.md)
|
||||||
|
@ -1,83 +0,0 @@
|
|||||||
---
|
|
||||||
title: Work with solution providers in Microsoft Store for Business and Education (Windows 10)
|
|
||||||
description: You can work with Microsoft-certified solution providers to purchase and manage products and services for your organization or school.
|
|
||||||
keywords: partner, solution provider
|
|
||||||
ms.prod: w10
|
|
||||||
ms.mktglfcycl: manage
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.pagetype: store
|
|
||||||
author: TrudyHa
|
|
||||||
ms.author: TrudyHa
|
|
||||||
ms.topic: conceptual
|
|
||||||
ms.date: 10/12/2018
|
|
||||||
ms.reviewer:
|
|
||||||
manager: dansimp
|
|
||||||
---
|
|
||||||
|
|
||||||
# Working with solution providers in Microsoft Store for Business
|
|
||||||
|
|
||||||
You can work with Microsoft-certified solution providers to purchase and manage products and services for your organization or school. There's a few steps involved in getting the things set up.
|
|
||||||
|
|
||||||
The process goes like this:
|
|
||||||
- Admins find and contact a solution provider using **Find a solution provider** in Microsoft Store for Business.
|
|
||||||
- Solution providers send a request from Partner center to customers to become their solution provider.
|
|
||||||
- Customers accept the invitation in Microsoft Store for Business and start working with the solution provider.
|
|
||||||
- Customers can manage settings for the relationship with Partner in Microsoft Store for Business.
|
|
||||||
|
|
||||||
## What can a solution provider do for my organization or school?
|
|
||||||
|
|
||||||
There are several ways that a solution provider can work with you. Solution providers will choose one of these when they send their request to work as a partner with you.
|
|
||||||
|
|
||||||
| Solution provider function | Description |
|
|
||||||
| ------ | ------------------- |
|
|
||||||
| Reseller | Solution providers sell Microsoft products to your organization or school. |
|
|
||||||
| Delegated administrator | Solution provider manages products and services for your organization or school. In Azure Active Directory (AD), the Partner will be a Global Administrator for tenant. This allows them to manage services like creating user accounts, assigning and managing licenses, and password resets. |
|
|
||||||
| Reseller & delegated administrator | Solution providers that sell and manage Microsoft products and services to your organization or school. |
|
|
||||||
| Partner | You can give your solution provider a user account in your tenant, and they work on your behalf with other Microsoft services. |
|
|
||||||
| Microsoft Products & Services Agreement (MPSA) partner | If you've worked with multiple solution providers through the MPSA program, you can allow partners to see purchases made by each other. |
|
|
||||||
| OEM PC partner | Solution providers can upload device IDs for PCs that you're [managing with Autopilot](https://docs.microsoft.com/microsoft-store/add-profile-to-devices). |
|
|
||||||
| Line-of-business (LOB) partner | Solution providers can develop, submit, and manage LOB apps specific for your organization or school. |
|
|
||||||
|
|
||||||
## Find a solution provider
|
|
||||||
|
|
||||||
You can find partner in Microsoft Store for Business and Education.
|
|
||||||
|
|
||||||
1. Sign in to [Microsoft Store for Business](https://businessstore.microsoft.com/) or [Microsoft Store for Education](https://educationstore.microsoft.com/).
|
|
||||||
2. Select **Find a solution provider**.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
3. Refine the list, or search for a solution provider.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
4. When you find a solution provider you're interested in working with, click **Contact**.
|
|
||||||
5. Complete and send the form.
|
|
||||||
|
|
||||||
The solution provider will get in touch with you. You'll have a chance to learn more about them. If you decide to work with the solution provider, they will send you an email invitation from Partner Center.
|
|
||||||
|
|
||||||
## Work with a solution provider
|
|
||||||
|
|
||||||
Once you've found a solution provider and decided to work with them, they'll send you an invitation to work together from Partner Center. In Microsoft Store for Business or Education, you'll need to accept the invitation. After that, you can manage their permissions.
|
|
||||||
|
|
||||||
**To accept a solution provider invitation**
|
|
||||||
1. **Follow email link** - You'll receive an email with a link to accept the solution provider invitation from your solution provider. The link will take you to Microsoft Store for Business or Education.
|
|
||||||
2. **Accept invitation** - On **Accept Partner Invitation**, select **Authorize** to accept the invitation, accept terms of the Microsoft Cloud Agreement, and start working with the solution provider.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Delegate admin privileges
|
|
||||||
|
|
||||||
Depending on the request made by the solution provider, part of accepting the invitation will include agreeing to give delegated admin privileges to the solution provider. This will happen when the solution provider request includes acting as a delegated administrator. For more information, see [Delegated admin privileges in Azure AD](https://docs.microsoft.com/partner-center/customers_revoke_admin_privileges#delegated-admin-privileges-in-azure-ad).
|
|
||||||
|
|
||||||
If you don't want to delegate admin privileges to the solution provider, you'll need to cancel the invitation instead of accepting it.
|
|
||||||
|
|
||||||
If you delegate admin privileges to a solution provider, you can remove that later.
|
|
||||||
|
|
||||||
**To remove delegate admin privileges**
|
|
||||||
1. Sign in to [Microsoft Store for Business](https://businessstore.microsoft.com/) or [Microsoft Store for Education](https://educationstore.microsoft.com/).
|
|
||||||
2. Select **Partner**
|
|
||||||
3. Choose the Partner you want to manage.
|
|
||||||
4. Select **Remove Delegated Permissions**.
|
|
||||||
|
|
||||||
The solution provider will still be able to work with you, for example, as a Reseller.
|
|
@ -105,14 +105,18 @@ See [Netsh Command Syntax, Contexts, and Formatting](https://docs.microsoft.com/
|
|||||||
If a proxy or firewall is blocking all traffic by default and allowing only specific domains through or HTTPS scanning (SSL inspection) is enabled, make sure that the following URLs are not blocked by default. Do not disable security monitoring or inspection of these URLs, but allow them as you would other internet traffic. They permit communication with Microsoft Defender ATP service in port 80 and 443:
|
If a proxy or firewall is blocking all traffic by default and allowing only specific domains through or HTTPS scanning (SSL inspection) is enabled, make sure that the following URLs are not blocked by default. Do not disable security monitoring or inspection of these URLs, but allow them as you would other internet traffic. They permit communication with Microsoft Defender ATP service in port 80 and 443:
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> URLs that include v20 in them are only needed if you have Windows 10, version 1803 or later machines. For example, ```us-v20.events.data.microsoft.com``` is only needed if the machine is on Windows 10, version 1803 or later.
|
> settings-win.data.microsoft.com is only needed if you have Windows 10 machines running version 1803 or earlier.<br>
|
||||||
|
> URLs that include v20 in them are only needed if you have Windows 10 machines running version 1803 or later. For example, ```us-v20.events.data.microsoft.com``` is needed for a Windows 10 machine running version 1803 or later and onboarded to US Data Storage region.
|
||||||
|
|
||||||
Service location | Microsoft.com DNS record
|
Service location | Microsoft.com DNS record
|
||||||
-|-
|
-|-
|
||||||
Common URLs for all locations | ```crl.microsoft.com```<br> ```ctldl.windowsupdate.com``` <br>```events.data.microsoft.com```<br>```notify.windows.com```<br> ```settings-win.data.microsoft.com```
|
Common URLs for all locations | ```crl.microsoft.com```<br> ```ctldl.windowsupdate.com``` <br>```events.data.microsoft.com```<br>```notify.windows.com```<br> ```settings-win.data.microsoft.com```
|
||||||
European Union | ```eu.vortex-win.data.microsoft.com``` <br> ```eu-v20.events.data.microsoft.com``` <br> ```usseu1northprod.blob.core.windows.net``` <br>```usseu1westprod.blob.core.windows.net``` <br> ```winatp-gw-neu.microsoft.com``` <br> ```winatp-gw-weu.microsoft.com``` <br>```wseu1northprod.blob.core.windows.net``` <br>```wseu1westprod.blob.core.windows.net```
|
European Union | ```eu.vortex-win.data.microsoft.com``` <br> ```eu-v20.events.data.microsoft.com``` <br> ```usseu1northprod.blob.core.windows.net``` <br>```usseu1westprod.blob.core.windows.net``` <br> ```winatp-gw-neu.microsoft.com``` <br> ```winatp-gw-weu.microsoft.com``` <br>```wseu1northprod.blob.core.windows.net``` <br>```wseu1westprod.blob.core.windows.net``` <br>```automatedirstrprdweu.blob.core.windows.net``` <br>```automatedirstrprdneu.blob.core.windows.net```
|
||||||
United Kingdom | ```uk.vortex-win.data.microsoft.com``` <br>```uk-v20.events.data.microsoft.com``` <br>```ussuk1southprod.blob.core.windows.net``` <br>```ussuk1westprod.blob.core.windows.net``` <br>```winatp-gw-uks.microsoft.com``` <br>```winatp-gw-ukw.microsoft.com``` <br>```wsuk1southprod.blob.core.windows.net``` <br>```wsuk1westprod.blob.core.windows.net```
|
United Kingdom | ```uk.vortex-win.data.microsoft.com``` <br>```uk-v20.events.data.microsoft.com``` <br>```ussuk1southprod.blob.core.windows.net``` <br>```ussuk1westprod.blob.core.windows.net``` <br>```winatp-gw-uks.microsoft.com``` <br>```winatp-gw-ukw.microsoft.com``` <br>```wsuk1southprod.blob.core.windows.net``` <br>```wsuk1westprod.blob.core.windows.net``` <br>```automatedirstrprduks.blob.core.windows.net``` <br>```automatedirstrprdukw.blob.core.windows.net```
|
||||||
United States | ```us.vortex-win.data.microsoft.com``` <br> ```ussus1eastprod.blob.core.windows.net``` <br> ```ussus1westprod.blob.core.windows.net``` <br> ```ussus2eastprod.blob.core.windows.net``` <br> ```ussus2westprod.blob.core.windows.net``` <br> ```ussus3eastprod.blob.core.windows.net``` <br> ```ussus3westprod.blob.core.windows.net``` <br> ```ussus4eastprod.blob.core.windows.net``` <br> ```ussus4westprod.blob.core.windows.net``` <br> ```us-v20.events.data.microsoft.com``` <br> ```winatp-gw-cus.microsoft.com``` <br> ```winatp-gw-eus.microsoft.com``` <br> ```wsus1eastprod.blob.core.windows.net``` <br> ```wsus1westprod.blob.core.windows.net``` <br> ```wsus2eastprod.blob.core.windows.net``` <br> ```wsus2westprod.blob.core.windows.net```
|
United States | ```us.vortex-win.data.microsoft.com``` <br> ```ussus1eastprod.blob.core.windows.net``` <br> ```ussus1westprod.blob.core.windows.net``` <br> ```ussus2eastprod.blob.core.windows.net``` <br> ```ussus2westprod.blob.core.windows.net``` <br> ```ussus3eastprod.blob.core.windows.net``` <br> ```ussus3westprod.blob.core.windows.net``` <br> ```ussus4eastprod.blob.core.windows.net``` <br> ```ussus4westprod.blob.core.windows.net``` <br> ```us-v20.events.data.microsoft.com``` <br> ```winatp-gw-cus.microsoft.com``` <br> ```winatp-gw-eus.microsoft.com``` <br> ```wsus1eastprod.blob.core.windows.net``` <br> ```wsus1westprod.blob.core.windows.net``` <br> ```wsus2eastprod.blob.core.windows.net``` <br> ```wsus2westprod.blob.core.windows.net``` <br> ```automatedirstrprdcus.blob.core.windows.net``` <br> ```automatedirstrprdeus.blob.core.windows.net```
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> If you are using Windows Defender Antivirus in your environment, please refer to the following article for details on allowing connections to the Windows Defender Antivirus cloud service: https://docs.microsoft.com/windows/security/threat-protection/windows-defender-antivirus/configure-network-connections-windows-defender-antivirus
|
||||||
|
|
||||||
If a proxy or firewall is blocking anonymous traffic, as Microsoft Defender ATP sensor is connecting from system context, make sure anonymous traffic is permitted in the previously listed URLs.
|
If a proxy or firewall is blocking anonymous traffic, as Microsoft Defender ATP sensor is connecting from system context, make sure anonymous traffic is permitted in the previously listed URLs.
|
||||||
|
|
||||||
@ -139,9 +143,9 @@ You can find the Azure IP range on [Microsoft Azure Datacenter IP Ranges](https:
|
|||||||
|
|
||||||
Verify the proxy configuration completed successfully, that WinHTTP can discover and communicate through the proxy server in your environment, and that the proxy server allows traffic to the Microsoft Defender ATP service URLs.
|
Verify the proxy configuration completed successfully, that WinHTTP can discover and communicate through the proxy server in your environment, and that the proxy server allows traffic to the Microsoft Defender ATP service URLs.
|
||||||
|
|
||||||
1. Download the [connectivity verification tool](https://aka.ms/mdatpanalyzer) to the PC where Microsoft Defender ATP sensor is running on.
|
1. Download the [MDATP Client Analyzer tool](https://aka.ms/mdatpanalyzer) to the PC where Microsoft Defender ATP sensor is running on.
|
||||||
|
|
||||||
2. Extract the contents of MDATPClientAnalyzer on the machine.
|
2. Extract the contents of MDATPClientAnalyzer.zip on the machine.
|
||||||
|
|
||||||
3. Open an elevated command-line:
|
3. Open an elevated command-line:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user