pretzer
Results
1
issues of
pretzer
The function New-AADUnifiedGroup contains this code to add a random number to the mail address of the group: $randomNum = (Get-Random -Maximum 1000).tostring() $mailNickname = $GroupName.Replace(" ", "") + $randomNum...