Sep 23 2022 02:51 PM
Is there a way to configure Teams Mode 2 on the Surface Hubs with the provisioning package that has been created from Windows Configuration Designer? I'm trying to join to Azure AD and auto-enroll into Intune for central management, and would like to make sure Teams Mode 2 (aka Teams only mode) is configured and local hands that are setting up the device don't have to go in and add another provisioning package after it's been provisioned.
Sep 25 2022 04:40 PM
SolutionSep 30 2022 01:01 PM
@cezarcretu Thank you. Is there a Surface Hub CSP for managing the device name? For instance, if I wanted to name all of my surface hubs HUB-%Rand:8%.....is something like this possible?
Oct 02 2022 05:20 PM
Hello @Greg_A,
There is no CSP to change the Device Name, you will need to reset the device for this. However, you can change the Friendly Name with the Properties/FriendlyName CSP
Hope this helps,
Cezar
Oct 03 2022 01:37 PM
Hi @cezarcretu,
I actually tested the Accounts CSP and it works to change the hostname. In Intune, it reports as an error though even though the hostname successfully gets changed. In my case, because of the 15 character naming limit, the first digit of the Hub's serial number was removed and positions 2 through 12 were used in the device name.
Name: Computer Name
Description: Set computer name to serial number
OMA-URI: ./Device/Vendor/MSFT/Accounts/Domain/ComputerName
Data Type: String
Value: HUB-%SERIAL%
Could also be used in place of %SERIAL% per the Accounts CSP link above:
%RAND:#% ---- Generates the specified number (#) of random digits.
Sep 25 2022 04:40 PM
Solution