diff --git a/Server/src/Utility/GraphClient.ts b/Server/src/Utility/GraphClient.ts index 38d38f8..a2113f9 100644 --- a/Server/src/Utility/GraphClient.ts +++ b/Server/src/Utility/GraphClient.ts @@ -455,7 +455,7 @@ export class AppGraphClient { // Build the graph client post body let postBody: MicrosoftGraphBeta.Group = { displayName: name, - mailNickname: nickName, + mailNickname: nickName + "-PSM", mailEnabled: false, securityEnabled: true };