mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
Merge pull request #348 from CoveMiner/surface-2s-update-vjokai
Surface 2s update vjokai
This commit is contained in:
commit
9a7967a538
BIN
devices/surface-hub/images/sh2-account2.png
Normal file
BIN
devices/surface-hub/images/sh2-account2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
devices/surface-hub/images/sh2-account3.png
Normal file
BIN
devices/surface-hub/images/sh2-account3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
devices/surface-hub/images/sh2-account4.png
Normal file
BIN
devices/surface-hub/images/sh2-account4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
devices/surface-hub/images/sh2-account5.png
Normal file
BIN
devices/surface-hub/images/sh2-account5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
46
devices/surface-hub/surface-hub-2s-account.md
Normal file
46
devices/surface-hub/surface-hub-2s-account.md
Normal file
@ -0,0 +1,46 @@
|
||||
---
|
||||
title: "Create Surface Hub 2S device account"
|
||||
description: "This page describes the procedure for creating the Surface Hub 2S device account."
|
||||
keywords: separate values with commas
|
||||
ms.prod: surface-hub
|
||||
ms.sitesec: library
|
||||
author: robmazz
|
||||
ms.author: robmazz
|
||||
audience: Admin
|
||||
ms.topic: article
|
||||
ms.localizationpriority: Normal
|
||||
---
|
||||
|
||||
# Create Surface Hub 2S device account
|
||||
|
||||
Creating a Surface Hub device account (also known as a Room mailbox) allows Surface Hub 2S to receive, approve or decline meeting requests as well as join meetings using Microsoft Teams or Skype for Business. Configure the device account during OOBE setup. If needed you can changed it later (without going through OOBE setup).
|
||||
|
||||
Unlike standard Room mailboxes that remain disabled by default, you’ll need to enable the Surface Hub 2S device account to sign on to Microsoft Teams and Skype for Business. Surface Hub 2S relies on Exchange ActiveSync, which requires an ActiveSync mailbox policy on the device account. Apply the default ActiveSync mailbox policy that comes with Exchange Online.
|
||||
|
||||
Complete advanced configuration tasks using Windows PowerShell. For example:
|
||||
|
||||
- If the default ActiveSync mailbox policy has already been modified by someone else or another process, you will likely have to create and assign a new ActiveSync mailbox policy using Exchange Online PowerShell.
|
||||
- You will need to configure calendar processing for every Surface Hub device account using PowerShell.
|
||||
- If you want Surface Hub 2S to send a custom auto reply in response to scheduling requests, you’ll need to configure that using Exchange Online PowerShell.
|
||||
|
||||
For more information, see [Configure Surface Hub 2S accounts via PowerShell].
|
||||
|
||||
## Create account using Office 365 portal
|
||||
|
||||
1. In the Office 365 Admin portal, go to Resources and choose Rooms & Equipment.
|
||||
|
||||
2. Provide a name and email address for the device account. Leave remaining settings unchanged in the default state.
|
||||

|
||||

|
||||
|
||||
3. Set the password for the device account. Ensure you **do not** select the option **Make this user change their password when they first sign in.**
|
||||

|
||||
|
||||
4. Assign the room with an Office 365 license. It’s recommended to assign the Office 365 **Meeting Room** license, a new option that automatically enables the account for Skype for Business Online and Microsoft Teams.
|
||||

|
||||
|
||||
## Finalize setup via PowerShell
|
||||
- **Skype for Business.** If you did not choose an Office 365 Meeting Room license, you can enable the Skype for Business object by running Enable-CsMeetingRoom.
|
||||
- **Calling features.** Regardless of your Office 365 licensing configuration, run Enable-CsMeetingRoom to enable features such as **Meeting room prompt for audio** and **Lobby hold**.
|
||||
- **Calendar.** Set **Calendar Auto processing** for this account.<br><br>
|
||||
For more information, see [Configure Surface Hub 2S accounts via PowerShell.](devices\surface-hub\surface-hub-2s-configure-using-o365.md)
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Configure Surface Hub 2S accounts via PowerShell"
|
||||
title: "Configure Surface Hub 2S accounts with PowerShell"
|
||||
description: "Learn how to configure Surface Hub 2S accounts with PowerShell"
|
||||
keywords: separate values with commas
|
||||
ms.prod: surface-hub
|
||||
@ -10,98 +10,46 @@ audience: Admin
|
||||
ms.topic: article
|
||||
ms.localizationpriority: Normal
|
||||
---
|
||||
|
||||
# Configure Surface Hub 2S accounts via PowerShell
|
||||
# Configure Surface Hub 2S online accounts with PowerShell
|
||||
|
||||
## Connect to Exchange Online PowerShell
|
||||
|
||||
```PowerShell
|
||||
$365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential (Get-Credential) -Authentication Basic –AllowRedirection $ImportResults = Import-PSSession $365Session
|
||||
```
|
||||
```
|
||||
$365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential (Get-Credential) -Authentication Basic –AllowRedirection $ImportResults = Import-PSSession $365Session
|
||||
```
|
||||
|
||||
## Create a new Room Mailbox
|
||||
|
||||
```PowerShell
|
||||
```
|
||||
New-Mailbox -MicrosoftOnlineServicesID account@YourDomain.com -Alias SurfaceHub2S -Name SurfaceHub2S -Room -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String "<Enter Strong Password>" -AsPlainText -Force)
|
||||
```
|
||||
|
||||
## Set Calendar Auto processing
|
||||
|
||||
```PowerShell
|
||||
Set-CalendarProcessing -Identity "account@YourDomain.com" -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false -AddAdditionalResponse $true -AdditionalResponse "This room is equipped with a Surface Hub"
|
||||
```
|
||||
Set-CalendarProcessing -Identity "account@YourDomain.com" -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false -AddAdditionalResponse $true -AdditionalResponse "This room is equipped with a Surface Hub"
|
||||
```
|
||||
|
||||
## Assign a license
|
||||
|
||||
```PowerShell
|
||||
|
||||
```
|
||||
Connect-MsolService
|
||||
Set-Msoluser -UserPrincipalName account@YourDomain.com -UsageLocation IE
|
||||
Set-MsolUserLicense -UserPrincipalName "account@YourDomain.com" -AddLicenses "contoso:MEETING_ROOM"
|
||||
```
|
||||
```
|
||||
# Connect to Skype for Business Online using PowerShell
|
||||
|
||||
## Connecting to Skype for Business Online using PowerShell
|
||||
|
||||
### Install prerequisites
|
||||
**Install prerequisites**
|
||||
|
||||
- [Visual C++ 2017 Redistributable](https://aka.ms/vs/15/release/vc_redist.x64.exe)
|
||||
- [Skype for Business Online PowerShell Module](https://www.microsoft.com/en-us/download/confirmation.aspx?id=39366)
|
||||
|
||||
```PowerShell
|
||||
Import-Module LyncOnlineConnector
|
||||
$SfBSession = New-CsOnlineSession -Credential (Get-Credential)
|
||||
Import-PSSession $SfBSession -AllowClobber
|
||||
Enable the Skype for Business meeting room
|
||||
Enable-CsMeetingRoom -Identity account@YourDomain.com -RegistrarPoo(Get-CsTenant).Registrarpool -SipAddressType EmailAddress
|
||||
```
|
||||
|
||||
## Configuring on-premises accounts using PowerShell
|
||||
|
||||
### Connect to Exchange Server PowerShell
|
||||
|
||||
> [!NOTE]
|
||||
> It is important that you know the FQDN of the Client Access service of the on-premises Exchange server.
|
||||
|
||||
```PowerShell
|
||||
$ExchServer = Read-Host "Please Enter the FQDN of your Exchange Server"
|
||||
$ExchSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://$ExchServer/PowerShell/ -Authentication Kerberos -Credential (Get-Credential)
|
||||
Import-PSSession $ExchSession
|
||||
Import-Module LyncOnlineConnector
|
||||
$SfBSession = New-CsOnlineSession -Credential (Get-Credential)
|
||||
Import-PSSession $SfBSession -AllowClobber
|
||||
Enable the Skype for Business meeting room
|
||||
Enable-CsMeetingRoom -Identity account@YourDomain.com -RegistrarPoo(Get-CsTenant).Registrarpool -SipAddressType EmailAddress
|
||||
```
|
||||
|
||||
### Create the device account
|
||||
|
||||
```PowerShell
|
||||
New-Mailbox -UserPrincipalName Hub01@contoso.com -Alias Hub01 -Name "Hub 01" -Room -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String <password> -AsPlainText -Force)
|
||||
```
|
||||
|
||||
### Set automatic calendar processing
|
||||
|
||||
```PowerShell
|
||||
Set-CalendarProcessing -Identity "HUB01@contoso.com" -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false -AddAdditionalResponse $true -AdditionalResponse "This room is equipped with a Surface Hub"
|
||||
```
|
||||
|
||||
### Enable the Skype for Business object
|
||||
|
||||
> [!NOTE]
|
||||
> It is important that you know the FQDN of the Skype for Business Registrar Pool.
|
||||
|
||||
```PowerShell
|
||||
Enable-CsMeetingRoom -Identity Contoso\HUB01 -SipAddressType emailaddress -RegistrarPool SfbIEFE01.contoso.local
|
||||
```
|
||||
|
||||
## Mobile Device Mailbox Policy
|
||||
|
||||
You may need to create a new Mobile Device Mailbox Policy (also known as ActiveSync Policy) to allow your Surface Hub to connect to your online or on-premises environment.
|
||||
|
||||
### Create a Surface Hub mobile device mailbox policy
|
||||
|
||||
```PowerShell
|
||||
New-MobileDeviceMailboxPolicy -Name “Surface Hubs” -PasswordEnabled $false
|
||||
```
|
||||
|
||||
## Additional settings
|
||||
|
||||
It is recommended to add a MailTip to Surface Hub rooms so users remember to make the meeting a Skype for Business or Teams meeting:
|
||||
|
||||
```PowerShell
|
||||
Set-Mailbox "Surface Hub 2S" -MailTip "This is a Surface Hub room. Please make sure this is a Microsoft Teams meeting."
|
||||
```
|
||||
|
||||
|
@ -35,34 +35,26 @@ In Windows Configuration Designer, go to the Configure proxy settings tab and en
|
||||
|
||||

|
||||
|
||||
> **[*!NOTE*]
|
||||
> **When configuring proxy settings, turn off **Automatically detect settings** if you intend to use a setup script or a proxy server. You can use a setup script *or* a proxy server, not both.
|
||||
> [!NOTE]
|
||||
> When configuring proxy settings, turn off **Automatically detect settings** if you intend to use a setup script or a proxy server. You can use a setup script *or* a proxy server, not both.
|
||||
|
||||
### Affiliate Surface Hub 2S with Azure Active Directory
|
||||
|
||||
You can affiliate Surface Hub 2S with Azure Active Directory using a provisioning package:
|
||||
As an Azure Active Directory Global Administrator, you can join large numbers of new Windows devices to Azure Active Directory and Intune using a bulk token.
|
||||
|
||||
|
||||
To create a bulk token, give it a friendly name, configure the expiration date (maximum of 30 days) and use your Admin credentials to acquire the token as shown below:
|
||||
|
||||
|
||||
 <br>
|
||||
<br>
|
||||
 <br>
|
||||
|
||||
### Provisioning multiple devices (.csv file)
|
||||
|
||||
In addition to the provisioning package, you can use a Surface Hub configuration file to make it even easier to set up your devices. A Surface Hub configuration file contains a list of device accounts and friendly names for wireless projection. During first run, you’ll get an option to choose a device account and friendly name from a configuration file.
|
||||
|
||||
### To create a Surface Hub configuration file
|
||||
|
||||
1. Using Microsoft Excel or another CSV editor, create a CSV file named: **SurfaceHubConfiguration.csv**
|
||||
|
||||
2. Enter a list of device accounts and friendly names in this format:
|
||||
|
||||
```
|
||||
<DeviceAccountName>,<DeviceAccountPassword>,<FriendlyName>
|
||||
```
|
||||
|
||||
2. Enter a list of device accounts and friendly names in this format: **<DeviceAccountName>,<DeviceAccountPassword>,<FriendlyName>**
|
||||
3. Save the file to the root of the USB thumb drive where you copied the PPKG file.
|
||||
|
||||

|
||||
|
57
devices/surface-hub/surface-hub-2s-onprem-powershell.md
Normal file
57
devices/surface-hub/surface-hub-2s-onprem-powershell.md
Normal file
@ -0,0 +1,57 @@
|
||||
---
|
||||
title: "Configure Surface Hub 2S on-premises accounts with PowerShell"
|
||||
description: "Learn how to configure Surface Hub 2S on-premises accounts with PowerShell"
|
||||
keywords: separate values with commas
|
||||
ms.prod: surface-hub
|
||||
ms.sitesec: library
|
||||
author: robmazz
|
||||
ms.author: robmazz
|
||||
audience: Admin
|
||||
ms.topic: article
|
||||
ms.localizationpriority: Normal
|
||||
---
|
||||
# Configure Surface Hub 2S on-premises accounts with PowerShell
|
||||
|
||||
## Connect to Exchange Server PowerShell
|
||||
|
||||
> [!NOTE]
|
||||
> It is important that you know the FQDN of the Client Access service of the on-premises Exchange server.
|
||||
|
||||
```
|
||||
$ExchServer = Read-Host "Please Enter the FQDN of your Exchange Server"
|
||||
$ExchSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://$ExchServer/PowerShell/ -Authentication Kerberos -Credential (Get-Credential)
|
||||
Import-PSSession $ExchSession
|
||||
```
|
||||
## Create the device account
|
||||
```
|
||||
New-Mailbox -UserPrincipalName Hub01@contoso.com -Alias Hub01 -Name "Hub 01" -Room -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String <password> -AsPlainText -Force)
|
||||
```
|
||||
## Set automatic calendar processing
|
||||
```
|
||||
Set-CalendarProcessing -Identity "HUB01@contoso.com" -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false -AddAdditionalResponse $true -AdditionalResponse "This room is equipped with a Surface Hub"
|
||||
```
|
||||
## Enable the Skype for Business object
|
||||
|
||||
> [!NOTE]
|
||||
> It is important that you know the FQDN of the Skype for Business Registrar Pool.
|
||||
|
||||
```
|
||||
Enable-CsMeetingRoom -Identity Contoso\HUB01 -SipAddressType emailaddress -RegistrarPool SfbIEFE01.contoso.local
|
||||
```
|
||||
# Mobile Device Mailbox Policy
|
||||
|
||||
You may need to create a new Mobile Device Mailbox Policy (also known as ActiveSync Policy) to allow your Surface Hub to connect to your online or on-premises environment.
|
||||
|
||||
|
||||
## Create a Surface Hub mobile device mailbox policy
|
||||
```
|
||||
New-MobileDeviceMailboxPolicy -Name “Surface Hubs” -PasswordEnabled $false
|
||||
```
|
||||
|
||||
## Additional settings
|
||||
|
||||
It is recommended to add a MailTip to Surface Hub rooms so users remember to make the meeting a Skype for Business or Teams meeting:
|
||||
|
||||
```
|
||||
Set-Mailbox "Surface Hub 2S" -MailTip "This is a Surface Hub room. Please make sure this is a Microsoft Teams meeting."
|
||||
```
|
@ -17,31 +17,33 @@ Surface Hub 2S is an all-in-one collaboration canvas that’s built for teamwork
|
||||
|
||||
## Modular design
|
||||
|
||||
A key part of the design of Surface Hub 2 is that it’s built to be modular and easily updated when new features become available. With a removable processor cartridge on the back of the device, Surface Hub 2S is fully updatable to Surface Hub 2X simply by replacing the cartridge. For example, Surface Hub 2S already includes components and features supported in Surface Hub 2X, including the ability to tile multiple Surface Hubs together and rotate the device.
|
||||
A key part of the design of Surface Hub 2 is that it’s built to be modular and easily updateable when new features become available. With a removable processor cartridge on the back of the device Surface Hub 2S will be fully updatable to Surface Hub 2X simply by replacing the cartridge. For example, Surface Hub 2S already includes components and features that can be activated in Surface Hub 2X including the ability to tile multiple Surface Hubs together and rotate the device.
|
||||
|
||||
## UEFI management and recovery
|
||||
|
||||
Surface Hub 2S is fully integrated with Surface Enterprise Management Mode (SEMM), enabling IT administrators to manage hardware components and firmware at the firmware level. For example you can restrict boot options, disable the various radios in the system such as Wi-Fi and Bluetooth, and lock down access to the UEFI menu. To learn more about the SEMM technology that’s shared across Surface products, see [Microsoft Surface Enterprise Management Mode](https://docs.microsoft.com/surface/surface-enterprise-management-mode).
|
||||
Surface Hub 2S is fully integrated with Surface Enterprise Management Mode (SEMM), enabling IT administrators to manage hardware components and firmware at the firmware level. For example you can restrict boot options, disable the various radios in the system such as Wi-Fi and Bluetooth, and lockdown access to the UEFI menu. To learn more about the SEMM technology that’s shared across Surface products, see [Microsoft Surface Enterprise Management Mode](https://docs.microsoft.com/surface/surface-enterprise-management-mode).
|
||||
|
||||
## Mobile and untethered
|
||||
|
||||
You can mount Surface Hub 2S with the optional [Steelcase Roam Mobile Stand](https://www.steelcase.com/products/collaboration/steelcase-roam/) making it easy to move the device between conference rooms, huddle spaces, or wherever you need it. An optional lithium-ion [APC Charge Mobile Battery](https://www.apc.com/us/en/campaign/apc-charge-mobile-battery-for-microsoft-surface-hub-2.jsp) provides power to the device wherever you are using it, providing enough battery power to support a typical meeting lasting an hour or more.
|
||||
You can mount Surface Hub 2S using the optional [Steelcase Roam Mobile Stand](https://www.steelcase.com/products/collaboration/steelcase-roam/) making it easy to move the device between a conference rooms, huddle spaces, or wherever it needs to be. An optional lithium-ion [APC Charge Mobile Battery](https://www.apc.com/us/en/campaign/apc-charge-mobile-battery-for-microsoft-surface-hub-2.jsp) provides power to the device wherever you are using it, providing enough battery power to support a typical meeting lasting an hour or more.
|
||||
|
||||
## Advanced display, camera, and audio
|
||||
## Advanced display, camera and audio
|
||||
|
||||
With Surface Hub 2S meetings sound and look crystal clear because of improved display, microphones, speakers, 4K camera, and integration with Microsoft Teams and Skype for Business.
|
||||
With Surface Hub 2S meetings sound and look crystal clear because of improved display, microphones, speakers, 4K camera and integration with Microsoft Teams and Skype for Business.
|
||||
|
||||
- **Display:** A 50” 4K plus PixelSense anti-glare display with a 3:2 aspect ratio enables image clarity with high-quality pen and touch feel.
|
||||
- **Camera:** The 4K camera delivers a 90-degree horizontal field of view designed to integrate natural colors and uniform lighting to enable a cognitively comfortable meeting experience. It includes an internal lens rotation mechanism that allows you to set up the field of view for either portrait or landscape. For accidental impacts to the camera, a breakaway foot and integrated tether provide resiliency and allow the camera to detach and bounce back without dropping to the floor.
|
||||
- **Audio:** For enhanced audio clarity, even in noisy environments, sound is delivered using a pair of 2-way front facing, super wideband stereo speakers, and a discrete bass module that faithfully reproduce the human voice. An integrated 8-microphone full band array uses spatial filtering (more commonly known as beamforming) to focus on people speaking in front of the device and ignore sounds from the sides or back of the room. New capabilities such as smart voice automatic gain control further minimize background noise to improve voice clarity.
|
||||
|
||||
- **Display.** A 50” 4K plus PixelSense anti-glare display with a 3:2 aspect ratio enables image clarity with high-quality pen and touch feel.
|
||||
- **Camera.** The 4K camera delivers a 90-degree horizontal field of view designed to integrate natural colors and uniform lighting to enable a cognitively comfortable meeting experience. It includes an internal lens rotation mechanism that allows you to setup the field of view for either portrait or landscape. In the event of an accidental impact to the camera, resiliency in the form of a breakaway foot and integrated tether allow the camera to detach and bounce back without dropping to the floor.
|
||||
-
|
||||
- **Audio.** For enhanced audio clarity, even in noisy environments, sound is delivered using a pair of 2-way front facing, super wideband stereo speakers and a discrete bass module designed to faithfully reproduce the human voice. An integrated 8-microphone full band array uses spatial filtering (more commonly known as beamforming) to focus on people speaking in front of the device and ignore sounds from the sides or back of the room. New capabilities such as “smart voice automatic gain control” further minimize background noise to improve voice clarity.
|
||||
-
|
||||
## Microsoft Teams
|
||||
|
||||
Calling and meeting capabilities support coexistence of cloud and on premises solutions with side-by-side compatibility with Skype for Business. Microsoft Teams for Surface Hub enables “one-touch join” and up to four incoming video streams.
|
||||
|
||||
## Microsoft Whiteboard
|
||||
|
||||
Microsoft Whiteboard on Surface Hub 2S gives you a persistent digital canvas with features such as intelligent ink, Active Directory integration on Surface Hub 2. and Bing search. Share the whiteboard across Windows, iOS, and Android devices and transform analog whiteboard images into digital ink, enabling them to blend as if it were originally created on Surface Hub.
|
||||
Microsoft Whiteboard on Surface Hub 2S gives you a persistent digital canvas with features such as intelligent ink, Active Directory integration on Surface Hub 2. and Bing search. You can share the whiteboard across Windows, iOS, and Android devices and transform analog whiteboard images into digital ink, enabling them to blend as if it were originally created on Surface Hub.
|
||||
|
||||
## New licensing options
|
||||
|
||||
@ -49,45 +51,45 @@ Take advantage of the [Microsoft Teams Meeting Room License](https://techcommuni
|
||||
|
||||
## On-screen display
|
||||
|
||||
Surface Hub 2S provides an on-screen display to configure additional settings.
|
||||
Surface Hub 2S provides an on-screen display that you can use to configure additional settings.
|
||||
|
||||
## New power settings
|
||||
|
||||
Like the original Surface Hub, when Surface Hub 2S detects that someone has entered the room, it wakes up and displays the Welcome screen. Surface Hub 2S now supports connected standby, the default power management state across Surface devices. It uses a Doppler sensor to trigger the sleep state when a room is empty or after a minute of no movement in the room or activity on the device.
|
||||
Like the original Surface Hub, when Surface Hub 2S detects that someone has entered the room, it wakes up and displays the Welcome screen. Surface Hub 2S now supports connected standby, the default power management state across Surface devices. It uses a Doppler sensor to trigger entering sleep state when a room is vacated or after a minute of no movement in the room or activity on the device.
|
||||
|
||||
## New Surface Hub pen
|
||||
|
||||
The new Surface Hub 2 pen includes a projective capacitance optically bonded sensor (PCOS) active pen technology that facilitates real-time writing without lag. The pen uses AAA batteries and comes with updatable firmware.
|
||||
The new Surface Hub 2 pen includes a projective capacitance optically bonded sensor (PCOS) ative pen technology that facilitates real time writing without lag. The pen is powered with AAA batteries and comes with firmware that can be updated.
|
||||
|
||||
## Surface Hub 2S compared with Surface Hub
|
||||
|
||||
The following table details the differences between Surface Hub and Surface Hub 2S:
|
||||
|
||||
| **Component** | **Surface Hub 55”** | **Surface Hub 84”** | **Surface Hub 2S** |
|
||||
| ----- | ----- | ----- | ----- |
|
||||
| **Form Factor** | 55” | 84” | 50” |
|
||||
| **Size** | 31.75” x 59.62” x 3.38” <br> (806.4 mm x 1514.3 mm x 85.8 mm)| 46.12” x 86.7” x 4.15” <br> (1171.5 mm x 2202.9 mm x 105.4 mm) | 29.2" x 43.2" x 3.0" <br> (741 mm x 1097 mm x 76 mm) |
|
||||
| **Weight** | 105 lbs. (48 kg) | 280 lbs. (127 kg) | 61.6 lbs. (28 kg) |
|
||||
| **Display** | Resolution: <br> 1920 x 1080 @ 120 Hz <br>Contrast ratio: <br> 1300:1 <br> Touch: <br> 100-point multi-touch <br> Projective Capacitance optically bonded sensor | Resolution: <br> 3840 x 2160 @ 120 Hz <br> Contrast Ratio: <br> 1400:1 <br> Touch: <br> 100-point multi-touch <br> Projective Capacitance optically bonded sensor | Resolution: <br> 3840 x 2560 @ 60 Hz |
|
||||
| **Aspect Ratio** | 16:9 | 16:9 | 3:2 |
|
||||
| **Storage** | SSD 128 GB | SSD 128 GB | SSD 128 GB |
|
||||
| **RAM** | 8-GB RAM | 8-GB RAM | 8-GB RAM |
|
||||
| **Processor** | 4th Generation Intel® Core i5 | 4th Generation Intel Core i7 | Quad-core 8th Generation Intel Core i5 processor |
|
||||
| **Graphics** | Intel HD 4600 | NVIDIA Quadro K2200 | Intel UHD Graphics 620 |
|
||||
| **Network** | Wi-Fi (802.11 a/b/g/n/ac) <br> Ethernet 1 Gbps <br> Bluetooth 4.0 low energy <br> Miracast enabled | Wi-Fi (802.11 a/b/g/n/ac) <br> Ethernet 1 Gbps <br> Bluetooth 4.0 low energy <br> Miracast enabled | Wi-Fi 5 (IEEE 802.11 a/b/g/n/ac) <br>Ethernet 1 Gbps <br> Bluetooth Wireless 4.1 technology <br> Miracast Display |
|
||||
| **Ports** | (1) USB 3.0 (bottom) + (1) USB 3.0 (side access) <br> (2) USB 2.0 <br> DisplayPort Video Output <br> 3.5 mm Stereo Out <br> RJ11 Connector for system-level control <br> <br> DisplayPort Video Input <br> HDMI Video Input <br> VGA Video Input <br> 3.5 mm Stereo Input <br> (1) USB 2.0 type B Touchback Output | (1) USB 3.0 (bottom) + (1) USB 3.0 (side access) <br> (4) USB 2.0 <br> DisplayPort Video Output <br> 3.5 mm Stereo Out <br> RJ11 Connector for system-level control <br> <br> DisplayPort Video Input <br> HDMI Video Input <br> VGA Video Input <br> 3.5 mm Stereo Input <br> (1) USB 2.0 type B Touchback Output | (1) USB-A <br> Mini-DisplayPort Video Output <br> HDMI Video Input <br> USB-C with DisplayPort Input <br> (4) USB-C (on display) <br> RJ45 Gigabit Ethernet |
|
||||
| **Sensors** | (2) Passive Infrared Presence Sensors, Ambient Light Sensors | (2) Passive Infrared Presence Sensors, Ambient Light Sensors | Doppler occupancy sensor, <br> Accelerometer, <br> Gyroscope |
|
||||
| **NFC** | NFC reader | NFC reader | N/A |
|
||||
| **Speakers** | (2) Front-facing stereo speakers | (2) Front-facing stereo speakers | Full range front facing 3-way stereo speakers |
|
||||
| **Microphone** | High-Performance, 4-Element Array | High-Performance, 4-Element Array | Full band 8-element MEMS microphone array |
|
||||
| **Camera** | (2) Wide angle HD cameras 1080p @ 30 fps | (2) Wide angle HD cameras 1080p @ 30 fps | (1) Microsoft Surface Hub 2 Camera, 4K, USB-C connection, 90-degree horizontal field of view |
|
||||
| **Pen** | (2) Powered, active, subpixel accuracy | (2) Powered, active, subpixel accuracy | (1) Microsoft Surface Hub 2 Pen (active) |
|
||||
| **Physical buttons** | Power, Input Select, Volume, Brightness | Power, Input Select, Volume, Brightness | Power, Volume, Source |
|
||||
| **Software** | Windows 10 + Office (Word, PowerPoint, Excel) | Windows 10 + Office (Word, PowerPoint, Excel) | Windows 10 + Office (Word, PowerPoint, Excel) |
|
||||
| **Component** | **Surface Hub 55”** | **Surface Hub 84”** | **Surface Hub 2S** |
|
||||
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| **Form Factor** | 55” | 84” | 50” |
|
||||
| **Size** | 31.75” x 59.62” x 3.38” <br>(806.4mm x 1514.3mm x 85.8mm) | 46.12” x 86.7” x 4.15” <br>(1171.5mm x 2202.9mm x 105.4mm) | 29.2" x 43.2" x 3.0" <br>(741 mm x 1097 mm x 76 mm) |
|
||||
| **Weight** | 105 lbs. (48 kg) | 280 lbs. (127 kg) | 61.6 lbs. (28 kg) |
|
||||
| **Display** | Resolution: <br>1920 x 1080 @ 120Hz <br>Contrast ratio: <br>1300:1 <br>Touch: <br>100-point multi-touch <br>Projective Capacitance optically bonded sensor | Resolution: <br>3840 x 2160 @ 120Hz <br>Contrast Ratio: <br>1400:1 <br>Touch: <br>100-point multi-touch <br>Projective Capacitance optically bonded sensor | Resolution: <br>3840 x 2560 @ 60Hz |
|
||||
| **Aspect Ratio** | 16:9 | 16:9 | 3:2 |
|
||||
| **Storage** | SSD 128 GB | SSD 128 GB | SSD 128 GB |
|
||||
| **RAM** | 8 GB RAM | 8 GB RAM | 8 GB RAM |
|
||||
| **Processor** | 4th Generation Intel® Core i5 | 4th Generation Intel Core i7 | Quad-core 8th Generation Intel Core i5 processor |
|
||||
| **Graphics** | Intel HD 4600 | NVIDIA Quadro K2200 | Intel UHD Graphics 620 |
|
||||
| **Network** | Wi-Fi (802.11 a/b/g/n/ac) <br>Ethernet 1 Gbps <br>Bluetooth 4.0 low energy <br>Miracast enabled | Wi-Fi (802.11 a/b/g/n/ac) <br>Ethernet 1 Gbps <br>Bluetooth 4.0 low energy <br>Miracast enabled | Wi-Fi 5 (IEEE 802.11 a/b/g/n/ac) <br>Ethernet 1 Gbps <br>Bluetooth Wireless 4.1 technology <br>Miracast Display |
|
||||
| **Ports** | (1) USB 3.0 (bottom) + (1) USB 3.0 (side access) <br>(2) USB 2.0 <br>DisplayPort Video Output <br>3.5mm Stereo Out <br>RJ11 Connector for system-level control <br> <br>DisplayPort Video Input <br>HDMI Video Input <br>VGA Video Input <br>3.5mm Stereo Input <br>(1) USB 2.0 type B Touchback Output | (1) USB 3.0 (bottom) + (1) USB 3.0 (side access) <br>(4) USB 2.0 <br>DisplayPort Video Output <br>3.5mm Stereo Out <br>RJ11 Connector for system-level control <br> <br>DisplayPort Video Input <br>HDMI Video Input <br>VGA Video Input <br>3.5mm Stereo Input <br>(1) USB 2.0 type B Touchback Output | (1) USB-A <br>Mini-DisplayPort Video Output <br>HDMI Video Input <br>USB-C with DisplayPort Input <br>(4) USB-C (on display) <br>RJ45 Gigabit Ethernet |
|
||||
| **Sensors** | (2) Passive Infrared Presence Sensors, Ambient Light Sensors | (2) Passive Infrared Presence Sensors, Ambient Light Sensors | Doppler occupancy sensor, <br>Accelerometer, <br>Gyroscope |
|
||||
| **NFC** | NFC reader | NFC reader | N/A |
|
||||
| **Speakers** | (2) Front-facing stereo speakers | (2) Front-facing stereo speakers | Full range front facing 3-way stereo speakers |
|
||||
| **Microphone** | High-Performance, 4-Element Array | High-Performance, 4-Element Array | Full band 8-element MEMS microphone array |
|
||||
| **Camera** | (2) Wide angle HD cameras 1080p @ 30fps | (2) Wide angle HD cameras 1080p @ 30fps | (1) Microsoft Surface Hub 2 Camera, 4K, USB-C connection, 90-degree horizontal field of view |
|
||||
| **Pen** | (2) Powered, active, subpixel accuracy | (2) Powered, active, subpixel accuracy | (1) Microsoft Surface Hub 2 Pen (active) |
|
||||
| **Physical buttons** | Power, Input Select, Volume, Brightness | Power, Input Select, Volume, Brightness | Power, Volume, Source |
|
||||
| **Software** | Windows 10 + Office (Word, PowerPoint, Excel) | Windows 10 + Office (Word, PowerPoint, Excel) | Windows 10 + Office (Word, PowerPoint, Excel) |
|
||||
|
||||
> [!NOTE]
|
||||
> The NFC reader available Surface Hub v1 is discontinued in Surface Hub 2S and is no longer available.
|
||||
|
||||
> **[*!NOTE*]
|
||||
> **The NFC reader available Surface Hub v1 is discontinued in Surface Hub 2S and is no longer available.
|
||||
|
||||
## Learn more
|
||||
To learn more about what’s new in Surface Hub 2S, see [Behind the design: Surface Hub 2S](https://techcommunity.microsoft.com/t5/Surface-IT-Pro-Blog/Behind-the-design-Surface-Hub-2S/ba-p/464099).
|
||||
|
||||
To learn more about what’s new in Surface Hub 2S, see [Behind the design: Surface Hub 2S](https://techcommunity.microsoft.com/t5/Surface-IT-Pro-Blog/Behind-the-design-Surface-Hub-2S/ba-p/464099).
|
Loading…
x
Reference in New Issue
Block a user