diff --git a/devices/surface-hub/TOC.md b/devices/surface-hub/TOC.md index 08954f6704..790e48d372 100644 --- a/devices/surface-hub/TOC.md +++ b/devices/surface-hub/TOC.md @@ -3,31 +3,31 @@ ### [Intro to Microsoft Surface Hub](intro-to-surface-hub.md) ### [Physically install Microsoft Surface Hub](physically-install-your-surface-hub-device.md) ### [Prepare your environment for Microsoft Surface Hub](prepare-your-environment-for-surface-hub.md) -#### [Create and test a device account](prepare-your-environment-for-surface-hub-create-and-test-a-device-account.md) -##### [Online deployment](prepare-your-environment-for-surface-hub-how-do-i-online-deployment.md) -##### [On-premises deployment](prepare-your-environment-for-surface-hub-how-do-i-on-premises-deployment.md) -##### [Hybrid deployment](prepare-your-environment-for-surface-hub-how-do-i-hybrid-deployment.md) -##### [Create a device account using UI](prepare-your-environment-for-surface-hub-how-do-i-creating-a-device-account-using-office-365.md) -##### [Microsoft Exchange properties](prepare-your-environment-for-surface-hub-how-do-i-exchange-properties.md) -##### [Applying ActiveSync policies to device accounts](prepare-your-environment-for-surface-hub-how-do-i-applying-activesync-policies.md) -##### [Password management](prepare-your-environment-for-surface-hub-how-do-i-password-management.md) -#### [Create provisioning packages](prepare-your-environment-for-surface-hub-create-provisioning-packages-for-certificates.md) -#### [Admin group management](prepare-your-environment-for-surface-hub-admin-group-management.md) -### [Set up Microsoft Surface Hub](set-up-your-surface-hub--configure-.md) -#### [Setup worksheet](prepare-your-environment-for-surface-hub-setup-worksheet.md) -#### [First-run program](set-up-your-surface-hub--configure--first-run-program.md) +#### [Create and test a device account](create-and-test-a-device-account-surface-hub.md) +##### [Online deployment](online-deployment-surface-hub-device-accounts.md) +##### [On-premises deployment](on-premises-deployment-surface-hub-device-accounts.md) +##### [Hybrid deployment](hybrid-deployment-surface-hub-device-accounts.md) +##### [Create a device account using UI](create-a-device-account-using-office-365.md) +##### [Microsoft Exchange properties](exchange-properties-for-surface-hub-device-accounts.md) +##### [Applying ActiveSync policies to device accounts](apply-activesync-policies-for-surface-hub-device-accounts.md) +##### [Password management](password-management-for-surface-hub-device-accounts.md) +#### [Create provisioning packages](provisioning-packages-for-certificates-surface-hub.md) +#### [Admin group management](admin-group-management-for-surface-hub.md) +### [Set up Microsoft Surface Hub](set-up-your-surface-hub.md) +#### [Setup worksheet](setup-worksheet-surface-hub.md) +#### [First-run program](first-run-program-surface-hub.md) ### [Manage Microsoft Surface Hub](manage-surface-hub.md) -#### [Accessibility](manage-surface-hub-accessibility.md) -#### [Change the Surface Hub device account](manage-surface-hub-changing-the-device-account.md) -#### [Device reset](device-reset.md) -#### [Install apps on your Surface Hub](manage-surface-hub-installing-apps.md) -#### [Manage settings with a local admin account](manage-surface-hub-locally-managing-settings.md) -#### [Manage settings with an MDM provider](manage-surface-hub-remotely-managing-settings.md) -#### [Monitor your Surface Hub](manage-surface-hub-monitoring-your-surface-hubs.md) -#### [Save your BitLocker key](manage-surface-hub-bitlocker.md) -#### [Using a room control system](manage-surface-hub-using-serial-control.md) -#### [Windows updates](manage-surface-hub-windows-updates.md) -#### [Wireless network management](manage-surface-hub-wireless-network-management.md) +#### [Accessibility](accessibility-surface-hub.md) +#### [Change the Surface Hub device account](change-surface-hub-device-account.md) +#### [Device reset](device-reset-suface-hub.md) +#### [Install apps on your Surface Hub](install-apps-on-surface-hub.md) +#### [Manage settings with a local admin account](manage-settings-with-local-admin-account-surface-hub.md) +#### [Manage settings with an MDM provider](manage-settings-with-mdm-for-surface-hub.md) +#### [Monitor your Surface Hub](monitor-surface-hub.md) +#### [Save your BitLocker key](save-bitlocker-key-surface-hub.md) +#### [Using a room control system](use-room-control-system-with-surface-hub.md) +#### [Windows updates](manage-windows-updates-for-surface-hub.md) +#### [Wireless network management](wireless-network-management-for-surface-hub.md) ### [Troubleshoot Microsoft Surface Hub](troubleshoot-surface-hub.md) -### [Appendix: PowerShell](appendix-a--powershell.md) +### [Appendix: PowerShell](appendix-a-powershell-scripts-for-surface-hub.md) diff --git a/devices/surface-hub/manage-surface-hub-accessibility.md b/devices/surface-hub/accessibility-surface-hub.md similarity index 100% rename from devices/surface-hub/manage-surface-hub-accessibility.md rename to devices/surface-hub/accessibility-surface-hub.md diff --git a/devices/surface-hub/prepare-your-environment-for-surface-hub-admin-group-management.md b/devices/surface-hub/admin-group-management-for-surface-hub.md similarity index 100% rename from devices/surface-hub/prepare-your-environment-for-surface-hub-admin-group-management.md rename to devices/surface-hub/admin-group-management-for-surface-hub.md diff --git a/devices/surface-hub/appendix-a--powershell.md b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md similarity index 99% rename from devices/surface-hub/appendix-a--powershell.md rename to devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md index 8586d0607c..e1bce22bd9 100644 --- a/devices/surface-hub/appendix-a--powershell.md +++ b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md @@ -173,7 +173,7 @@ The account creation scripts cannot modify an already existing account, but can ### Create an on-premise account -Creates an account as described in [On-premises deployment](prepare-your-environment-for-surface-hub-how-do-i-on-premises-deployment.md). +Creates an account as described in [On-premises deployment](on-premises-deployment-surface-hub-device-accounts.md). ```PowerShell # SHAccountCreateOnPrem.ps1 @@ -539,7 +539,7 @@ else ### Create a device account using Office 365 -Creates an account as described in [Create a device account using Office 365](prepare-your-environment-for-surface-hub-how-do-i-creating-a-device-account-using-office-365.md) +Creates an account as described in [Create a device account using Office 365](create-a-device-account-using-office-365.md) ```PowerShell # SHAccountCreateO365.ps1 diff --git a/devices/surface-hub/prepare-your-environment-for-surface-hub-how-do-i-applying-activesync-policies.md b/devices/surface-hub/apply-activesync-policies-for-surface-hub-device-accounts.md similarity index 100% rename from devices/surface-hub/prepare-your-environment-for-surface-hub-how-do-i-applying-activesync-policies.md rename to devices/surface-hub/apply-activesync-policies-for-surface-hub-device-accounts.md diff --git a/devices/surface-hub/manage-surface-hub-changing-the-device-account.md b/devices/surface-hub/change-surface-hub-device-account.md similarity index 100% rename from devices/surface-hub/manage-surface-hub-changing-the-device-account.md rename to devices/surface-hub/change-surface-hub-device-account.md diff --git a/devices/surface-hub/prepare-your-environment-for-surface-hub-how-do-i-creating-a-device-account-using-office-365.md b/devices/surface-hub/create-a-device-account-using-office-365.md similarity index 86% rename from devices/surface-hub/prepare-your-environment-for-surface-hub-how-do-i-creating-a-device-account-using-office-365.md rename to devices/surface-hub/create-a-device-account-using-office-365.md index 9eb81d0391..2606bd8bf7 100644 --- a/devices/surface-hub/prepare-your-environment-for-surface-hub-how-do-i-creating-a-device-account-using-office-365.md +++ b/devices/surface-hub/create-a-device-account-using-office-365.md @@ -194,7 +194,7 @@ Now that you're connected to the online services, you can finish setting up the  -4. Various Exchange properties can be set on the device account to improve the meeting experience. You can see which properties need to be set in the [Exchange properties](prepare-your-environment-for-surface-hub-how-do-i-exchange-properties.md) section. +4. Various Exchange properties can be set on the device account to improve the meeting experience. You can see which properties need to be set in the [Exchange properties](exchange-properties-for-surface-hub-device-accounts.md) section. ``` syntax Set-CalendarProcessing -Identity $acctUpn -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false @@ -203,7 +203,7 @@ Now that you're connected to the online services, you can finish setting up the  -5. If you decide to have the password not expire, you can set that with PowerShell cmdlets too. See [Password management](prepare-your-environment-for-surface-hub-how-do-i-password-management.md) for more information. +5. If you decide to have the password not expire, you can set that with PowerShell cmdlets too. See [Password management](password-management-for-surface-hub-device-accounts.md) for more information. ``` syntax Set-MsolUser -UserPrincipalName $strEmail -PasswordNeverExpires $True @@ -222,63 +222,24 @@ In order to enable Skype for Business, your environment will need to meet the fo 1. Start by creating a remote PowerShell session from a PC. - -
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
Certificate-based authentication
Certificates may be required for both ActiveSync and Skype for Business. To deploy certificates, you need to use provisioning packages or an MDM solution.
-See [Create provisioning packages](prepare-your-environment-for-surface-hub-create-provisioning-packages-for-certificates.md) for details.
See [Create provisioning packages](provisioning-packages-for-certificates-surface-hub.md) for details.
Allowed device IDs (ActiveSync Device ID)
[Online deployment](prepare-your-environment-for-surface-hub-how-do-i-online-deployment.md)
[Online deployment](online-deployment-surface-hub-device-accounts.md)
This topic has instructions for adding a device account for your Surface Hub when you have a pure, online deployment.
[On-premises deployment](prepare-your-environment-for-surface-hub-how-do-i-on-premises-deployment.md)
[On-premises deployment](on-premises-deployment-surface-hub-device-accounts.md)
This topic explains how you add a device account for your Surface Hub when you have a single-forest, on-premises deployment.
[Hybrid deployment](prepare-your-environment-for-surface-hub-how-do-i-hybrid-deployment.md)
A hybrid deployment requires special processing in order to set up a device account for your Surface Hub. If you’re using a hybrid deployment, in which your organization has a mix of services, with some hosted on-premises and some hosted online, then your configuration will depend on where each service is hosted. This topic covers hybrid deployments for [Exchange hosted on-prem](#hybrid-exchange-on-prem), and [Exchange hosted online](#hybrid-exchange-online). Because there are so many different variations in this type of deployment, it's not possible to provide detailed instructions for all of them. The following process will work for many configurations. If the process isn't right for your setup, we recommend that you use PowerShell (see [Appendix: PowerShell](appendix-a--powershell.md)) to achieve the same end result as documented here, and for other deployment options. You should then use the provided PowerShell script to verify your Surface Hub setup. (See [Account Verification Script](appendix-a--powershell.md#acct-verification-ps-scripts).)
[Hybrid deployment](hybrid-deployment-surface-hub-device-accounts.md)
A hybrid deployment requires special processing in order to set up a device account for your Surface Hub. If you’re using a hybrid deployment, in which your organization has a mix of services, with some hosted on-premises and some hosted online, then your configuration will depend on where each service is hosted. This topic covers hybrid deployments for [Exchange hosted on-prem](#hybrid-exchange-on-prem), and [Exchange hosted online](#hybrid-exchange-online). Because there are so many different variations in this type of deployment, it's not possible to provide detailed instructions for all of them. The following process will work for many configurations. If the process isn't right for your setup, we recommend that you use PowerShell (see [Appendix: PowerShell](appendix-a-powershell-scripts-for-surface-hub.md)) to achieve the same end result as documented here, and for other deployment options. You should then use the provided PowerShell script to verify your Surface Hub setup. (See [Account Verification Script](appendix-a--powershell.md#acct-verification-ps-scripts).)
[Create a device account using UI](prepare-your-environment-for-surface-hub-how-do-i-creating-a-device-account-using-office-365.md)
[Create a device account using UI](create-a-device-account-using-office-365.md)
If you prefer to use a graphical user interface, you can create a device account for your Surface Hub with either the [Office 365 UI](#create-device-acct-o365) or the [Exchange Admin Center](#create-device-acct-eac).
[Microsoft Exchange properties](prepare-your-environment-for-surface-hub-how-do-i-exchange-properties.md)
[Microsoft Exchange properties](exchange-properties-for-surface-hub-device-accounts.md)
Some Exchange properties of the device account must be set to particular values to have the best meeting experience on Surface Hub. The following table lists various Exchange properties based on PowerShell cmdlet parameters, their purpose, and the values they should be set to.
[Applying ActiveSync policies to device accounts](prepare-your-environment-for-surface-hub-how-do-i-applying-activesync-policies.md)
[Applying ActiveSync policies to device accounts](apply-activesync-policies-for-surface-hub-device-accounts.md)
The Surface Hub's device account uses ActiveSync to sync mail and calendar. This allows people to join and start scheduled meetings from the Surface Hub, and allows them to email any whiteboards they have made during their meeting.
[Password management](prepare-your-environment-for-surface-hub-how-do-i-password-management.md)
[Password management](password-management-for-surface-hub-device-accounts.md)
Every Surface Hub device account requires a password to authenticate and enable features on the device.
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
Device account
The device account is an Active Directory and/or Azure AD account that enables several key features for the Surface Hub. Learn more about device accounts in [Create and test a device account](prepare-your-environment-for-surface-hub-create-and-test-a-device-account.md).
The device account is an Active Directory and/or Azure AD account that enables several key features for the Surface Hub. Learn more about device accounts in [Create and test a device account](create-and-test-a-device-account-surface-hub.md).
Exchange and Exchange ActiveSync
[Accessibility](manage-surface-hub-accessibility.md)
[Accessibility](accessibility-surface-hub.md)
Accessibility settings for the Surface Hub can be changed by using the Settings app. You'll find them under Ease of Access. Your Surface Hub has the same accessibility options as Windows 10.
[Change the Surface Hub device account](manage-surface-hub-changing-the-device-account.md)
[Change the Surface Hub device account](change-surface-hub-device-account.md)
You can change the device account in Settings to either add an account if one was not already provisioned, or to change any properties of an account that was already provisioned.
[Device reset](device-reset.md)
[Device reset](device-reset-suface-hub.md)
You may wish to reset your Surface Hub.
[Install apps on your Surface Hub](manage-surface-hub-installing-apps.md)
[Install apps on your Surface Hub](install-apps-on-surface-hub.md)
Admins can install apps can from either the Windows Store or the Windows Store for Business.
[Manage settings with a local admin account](manage-surface-hub-locally-managing-settings.md)
[Manage settings with a local admin account](manage-settings-with-local-admin-account-surface-hub.md)
A local admin account will be set up on every Surface Hub as part of the first run program. The only way to change the local admin options that you chose at that time is to reset the device.
[Manage settings with an MDM provider](manage-surface-hub-remotely-managing-settings.md)
[Manage settings with an MDM provider](manage-settings-with-mdm-for-surface-hub.md)
Surface Hub provides an enterprise management solution to help IT administrators manage policies and business applications on these devices using a mobile device management (MDM) solution.
[Monitor your Surface Hub](manage-surface-hub-monitoring-your-surface-hubs.md)
[Monitor your Surface Hub](monitor-surface-hub.md)
Monitoring for Surface Hub devices is enabled through Microsoft Operations Management Suite (OMS).
[Save your BitLocker key](manage-surface-hub-bitlocker.md)
[Save your BitLocker key](save-bitlocker-key-surface-hub.md)
Every Surface Hub is automatically set up with BitLocker drive encryption software. Microsoft strongly recommends that you make sure you back up your BitLocker recovery keys.
[Using a room control system](manage-surface-hub-using-serial-control.md)
[Using a room control system](use-room-control-system-with-surface-hub.md)
Room control systems can be used with your Surface Hub.
[Windows updates](manage-surface-hub-windows-updates.md)
[Windows updates](manage-windows-updates-for-surface-hub.md)
You can manage Windows updates on your Surface Hub by setting the maintenance window, deferring updates, or using WSUS.
[Wireless network management](manage-surface-hub-wireless-network-management.md)
[Wireless network management](wireless-network-management-for-surface-hub.md)
Surface Hub offers two options for network connectivity to your corporate network and Internet: wireless, and wired. While both provide network access, we recommend you use a wired connection.
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
PowerShell | -
---|
|
-
[Create and test a device account](prepare-your-environment-for-surface-hub-create-and-test-a-device-account.md)
[Create and test a device account](create-and-test-a-device-account-surface-hub.md)
This topic introduces how to create and test the device account that Surface Hub uses to communicate with and Skype.
[Create provisioning packages](prepare-your-environment-for-surface-hub-create-provisioning-packages-for-certificates.md)
[Create provisioning packages](provisioning-packages-for-certificates-surface-hub.md)
For Windows 10, settings that use the registry or a content services platform (CSP) can be configured using provisioning packages. You can also add certificates during first run using provisioning.
[Admin group management](prepare-your-environment-for-surface-hub-admin-group-management.md)
[Admin group management](admin-group-management-for-surface-hub.md)
Every Surface Hub can be configured individually by opening the Settings app on the device. However, to prevent people who are not administrators from changing the settings, the Settings app requires administrator credentials to open the app and change settings.
The Settings app requires local administrator credentials to open the app.
[Setup worksheet](prepare-your-environment-for-surface-hub-setup-worksheet.md)
[Setup worksheet](setup-worksheet-surface-hub.md)
When you've finished pre-setup and are ready to start first-time setup for your Surface Hub, make sure you have all the information listed in this section.
[First-run program](set-up-your-surface-hub--configure--first-run-program.md)
[First-run program](first-run-program-surface-hub.md)
The term "first run" refers to the series of steps you'll go through the first time you power up your Surface Hub, and means the same thing as "out-of-box experience" (OOBE). This section will walk you through the process.
This section contains an overview of the steps required to prepare your environment so that you can use all of the features of Surface Hub. See [Intro to Surface Hub](intro-to-surface-hub.md) for a description of how the device and its features interact with your IT environment.
[Set up Microsoft Surface Hub](set-up-your-surface-hub--configure-.md)
[Set up Microsoft Surface Hub](set-up-your-surface-hub.md)
Set up instructions for Surface Hub include a setup worksheet, and a walkthrough of the first-run program.
Troubleshoot common problems, including setup issues, Exchange ActiveSync errors.
[Appendix: PowerShell](appendix-a--powershell.md)
[Appendix: PowerShell](appendix-a-powershell-scripts-for-surface-hub.md)
PowerShell scripts to help set up and manage your Surface Hub .