Sign up for Office 365
Learn more about Office 365
When I go to try and create a Dynamic Distribution List the CMDLET New-DynamicDistributionGroup does not show up as an available command? I am connected to MSOL, but when I try to use it, it does not work; and I do a Get-Command the command is not listed as an available command?
Thanks
Hi J.T.Young 007,
For my understanding, you want to run this command: New-DynamicDistributionGroup the command. But you can’t find this command on MSOL. Please try to connect to your exchange account via powershell: a. $cred=Get-Credential b. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection c. Import-PSSession $session
For more information about powershell and New-DynamicDistributionGroup http://help.outlook.com/en-us/140/cc952755.aspx http://technet.microsoft.com/en-us/library/bb125127.aspx
Thanks, Robert Li
1 out of 1 people found this post helpful.
Hi JT,
How are things going? Does the reply above answer your question?
Thanks,
Bourne Zhang
Hi J.T.Young,
I want to check if this issue has been resolved. If you need further assistance, please feel free to reply to me.
Robert
Thanks that worked, but what is the proper command for me to create a Dynamic distribution group based on a persons subdomain, for example "student.surry.edu" and then another one based on a persons Title.
JT
If you want to create a Dynamic Distribution Group using Customized Filters, please refer these following related articles:
Create Dynamic Distribution Groups Using Customized Filters: http://help.outlook.com/en-us/140/dd264647.aspx
Create Dynamic Distribution Groups Using Precanned Filters: http://help.outlook.com/en-us/140/Dd264649.aspx
Bourne