mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-23 10:47:22 +00:00
Merge pull request #717 from MicrosoftDocs/FromPrivateRepo
From private repo
This commit is contained in:
commit
f81a3a89e8
@ -9,7 +9,7 @@ ms.sitesec: library
|
|||||||
ms.pagetype: surfacehub
|
ms.pagetype: surfacehub
|
||||||
author: jdeckerms
|
author: jdeckerms
|
||||||
ms.author: jdecker
|
ms.author: jdecker
|
||||||
ms.date: 07/27/2017
|
ms.date: 04/13/2018
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -100,10 +100,8 @@ If you have a single-forest on-premises deployment with Microsoft Exchange 2013
|
|||||||
|
|
||||||
8. OPTIONAL: You can also allow your Surface Hub to make and receive public switched telephone network (PSTN) phone calls by enabling Enterprise Voice for your account. Enterprise Voice isn't a requirement for Surface Hub, but if you want PSTN dialing functionality for the Surface Hub client, here's how to enable it:
|
8. OPTIONAL: You can also allow your Surface Hub to make and receive public switched telephone network (PSTN) phone calls by enabling Enterprise Voice for your account. Enterprise Voice isn't a requirement for Surface Hub, but if you want PSTN dialing functionality for the Surface Hub client, here's how to enable it:
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
Set-CsMeetingRoom HUB01 -DomainController DC-ND-001.contoso.com
|
Set-CsMeetingRoom -Identity HUB01 -DomainController DC-ND-001.contoso.com -LineURI “tel:+14255550555;ext=50555" -EnterpriseVoiceEnabled $true
|
||||||
-LineURItel: +14255550555;ext=50555" Set-CsMeetingRoom -DomainController DC-ND-001.contoso.com
|
|
||||||
-Identity HUB01 -EnterpriseVoiceEnabled $true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Again, you'll need to replace the provided domain controller and phone number examples with your own information. The parameter value `$true` stays the same.
|
Again, you'll need to replace the provided domain controller and phone number examples with your own information. The parameter value `$true` stays the same.
|
||||||
|
@ -28,7 +28,7 @@ Welcome to Microsoft Education Trial in a Box. We built this trial to make it ea
|
|||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|  |  |
|
| [](educator-tib-get-started.md) | [](itadmin-tib-get-started.md) |
|
||||||
| :---: | :---: |
|
| :---: | :---: |
|
||||||
| <span style="font-size: 1.5em">**Educator**</span></br>Enhance students of all abilities by unleashing their creativity, collaboration, and improving problem-solving skills. </br>[Get started](educator-tib-get-started.md) | <span style="font-size: 1.5em">**IT Admin**</span></br>Quickly implement and deploy a full cloud infrastructure that's secure and easy to manage. </br> [Get started](itadmin-tib-get-started.md) |
|
| <span style="font-size: 1.5em">**Educator**</span></br>Enhance students of all abilities by unleashing their creativity, collaboration, and improving problem-solving skills. </br>[Get started](educator-tib-get-started.md) | <span style="font-size: 1.5em">**IT Admin**</span></br>Quickly implement and deploy a full cloud infrastructure that's secure and easy to manage. </br> [Get started](itadmin-tib-get-started.md) |
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ Restoring a user’s device restores the currently registered Template’s setti
|
|||||||
|
|
||||||
- **Manual Restore**
|
- **Manual Restore**
|
||||||
|
|
||||||
If you want to assist users by restoring a device during a refresh, you can choose to use the Restore-UevBackup cmdlet. This command ensures that the user’s current settings become the current state on the Settings Storage Location.
|
If you want to assist users by restoring a device during a refresh, you can choose to use the Restore-UevBackup cmdlet. This command causes the user’s settings to be downloaded from the Settings Storage Location.
|
||||||
|
|
||||||
## Restore Application and Windows Settings to Original State
|
## Restore Application and Windows Settings to Original State
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ This topic lists new and updated topics in the [Configure Windows 10](index.md)
|
|||||||
New or changed topic | Description
|
New or changed topic | Description
|
||||||
--- | ---
|
--- | ---
|
||||||
[Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) | Updated endpoints.
|
[Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) | Updated endpoints.
|
||||||
|
[Configure cellular settings for tablets and PCs](provisioning-apn.md) | Added instructions for confirming that the settings were applied.
|
||||||
|
|
||||||
## March 2018
|
## March 2018
|
||||||
|
|
||||||
|
@ -76,5 +76,39 @@ For users who work in different locations, you can configure one APN to connect
|
|||||||
9. [Apply the package to devices.](provisioning-packages/provisioning-apply-package.md)
|
9. [Apply the package to devices.](provisioning-packages/provisioning-apply-package.md)
|
||||||
|
|
||||||
|
|
||||||
|
## Confirm the settings
|
||||||
|
|
||||||
|
After you apply the provisioning package, you can confirm that the settings have been applied.
|
||||||
|
|
||||||
|
1. On the configured device, open a command prompt as an administrator.
|
||||||
|
|
||||||
|
2. Run the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
netsh mbn show profiles
|
||||||
|
```
|
||||||
|
|
||||||
|
3. The command will list the mobile broadband profiles. Using the "Name" for the listed mobile broadband profile, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
netsh mbn show profiles name="name"
|
||||||
|
```
|
||||||
|
|
||||||
|
This command will list details for that profile, including Access Point Name.
|
||||||
|
|
||||||
|
|
||||||
|
Alternatively, you can also use the command:
|
||||||
|
|
||||||
|
```
|
||||||
|
netsh mbn show interface
|
||||||
|
```
|
||||||
|
|
||||||
|
From the results of that command, get the name of the cellular/mobile broadband interface and run:
|
||||||
|
|
||||||
|
```
|
||||||
|
netsh mbn show connection interface="name"
|
||||||
|
```
|
||||||
|
|
||||||
|
The result of that command will show details for the cellular interface, including Access Point Name.
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,9 +9,9 @@ ms.mktglfcycl: manage
|
|||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
author: iaanw
|
author: andreabichsel
|
||||||
ms.author: iawilt
|
ms.author: v-anbic
|
||||||
ms.date: 10/12/2017
|
ms.date: 04/11/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -59,6 +59,9 @@ This topic includes the following instructions for setting up and running Window
|
|||||||
## Enable or disable the interface on Windows Server 2016
|
## Enable or disable the interface on Windows Server 2016
|
||||||
By default, Windows Defender AV is installed and functional on Windows Server 2016. The user interface is installed by default on some SKUs, but is not required.
|
By default, Windows Defender AV is installed and functional on Windows Server 2016. The user interface is installed by default on some SKUs, but is not required.
|
||||||
|
|
||||||
|
>[!NOTE]
|
||||||
|
>You can't uninstall the Windows Defender Security Center app, but you can disable the interface with these instructions.
|
||||||
|
|
||||||
If the interface is not installed, you can add it in the **Add Roles and Features Wizard** at the **Features** step, under **Windows Defender Features** by selecting the **GUI for Windows Defender** option.
|
If the interface is not installed, you can add it in the **Add Roles and Features Wizard** at the **Features** step, under **Windows Defender Features** by selecting the **GUI for Windows Defender** option.
|
||||||
|
|
||||||

|

|
||||||
|
@ -9,9 +9,9 @@ ms.mktglfcycl: manage
|
|||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
author: iaanw
|
author: andreabichsel
|
||||||
ms.author: iawilt
|
ms.author: v-anbic
|
||||||
ms.date: 10/17/2017
|
ms.date: 04/11/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -39,12 +39,18 @@ In Windows 10, version 1709, we increased the scope of the app to also show info
|
|||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
>The Windows Defender Security Center app is a client interface on Windows 10, version 1703 and later. It is not the Windows Defender Security Center web portal console that is used to review and manage [Windows Defender Advanced Threat Protection](https://docs.microsoft.com/en-us/windows/threat-protection/windows-defender-atp/windows-defender-advanced-threat-protection).
|
>The Windows Defender Security Center app is a client interface on Windows 10, version 1703 and later. It is not the Windows Defender Security Center web portal console that is used to review and manage [Windows Defender Advanced Threat Protection](https://docs.microsoft.com/en-us/windows/threat-protection/windows-defender-atp/windows-defender-advanced-threat-protection).
|
||||||
|
|
||||||
This library describes the Windows defender Security Center app, and provides information on configuring certain features, inlcuding:
|
This library describes the Windows Defender Security Center app, and provides information on configuring certain features, including:
|
||||||
|
|
||||||
<a id="customize-notifications-from-the-windows-defender-security-center"></a>
|
<a id="customize-notifications-from-the-windows-defender-security-center"></a>
|
||||||
- [Showing and customizing contact information on the app and in notifications](wdsc-customize-contact-information.md)
|
- [Showing and customizing contact information on the app and in notifications](wdsc-customize-contact-information.md)
|
||||||
- [Hiding notifications](wdsc-hide-notifications.md)
|
- [Hiding notifications](wdsc-hide-notifications.md)
|
||||||
|
|
||||||
|
You can't uninstall the Windows Defender Security Center app, but you can do one of the following:
|
||||||
|
|
||||||
|
- Disable the interface on Windows Server 2016. See [Windows Defender Antivirus on Windows Server 2016](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-on-windows-server-2016).
|
||||||
|
- Hide all of the sections on client computers (see below).
|
||||||
|
- Disable Windows Defender Antivirus, if needed. See [Enable and configure Windows Defender AV always-on protection and monitoring](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/configure-real-time-protection-windows-defender-antivirus).
|
||||||
|
|
||||||
You can find more information about each section, including options for configuring the sections - such as hiding each of the sections - at the following topics:
|
You can find more information about each section, including options for configuring the sections - such as hiding each of the sections - at the following topics:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user