Forum Discussion
nipW
Jul 07, 2018Brass Contributor
How to hide the prefix
Hi All, I have set up a group policy, when an end user creates a o365 group, the policy will add a prefix. Eg the group will show like grp-ssn-testgroupname So when the user goes to the Teams, plann...
- Jul 08, 2018
That's not how the naming policy works, if you need a way for admins to differentiate groups simply populate some of the custom attributes or in general any property not exposed in the UI.
VasilMichev
Jul 08, 2018MVP
That's not how the naming policy works, if you need a way for admins to differentiate groups simply populate some of the custom attributes or in general any property not exposed in the UI.
TonyRedmond
Jul 10, 2018MVP
You could arrange things so that the aliases assigned to groups follow the pattern you want administrators to see. Or use one of the 15 custom attributes to hold the information. For example:
[PS] C:\> Set-UnifiedGroup -Id MyGroup -Alias Grp-SSN-MyGroup -CustomAttribute1 Grp-SSN-MyGroup