Forum Discussion
Teams Mode 2 - Include in provisioning package during OOBE
- Sep 25, 2022Hello,
With the current image you don;t need to configure Teams Modes anymore. Teams is now preinstalled and by default the primary calling app. This is one step you can skip in your provisioning package
Best regards,
Cezar
With the current image you don;t need to configure Teams Modes anymore. Teams is now preinstalled and by default the primary calling app. This is one step you can skip in your provisioning package
Best regards,
Cezar
- Greg_ASep 30, 2022Iron Contributor
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?
- cezarcretuOct 03, 2022
Microsoft
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
- Greg_AOct 03, 2022Iron Contributor
Hi cezarcretu,
I actually tested the https://learn.microsoft.com/en-us/windows/client-management/mdm/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.