Forum Discussion
JasonPPF
Jan 19, 2024Copper Contributor
Get-DistributionGroup error
【I have a Exchange Online Hierarchical books below:】 Group1 ╚Group2 ╚Group3 ╚Group4 【The group all create by powershell script below and work fine till today】 $objectDistriGroup = $...
jhoncarles725
Jan 19, 2024Copper Contributor
Have you tried using the full identity path for "Group5" within your script, like "Get-DistributionGroup -Identity Group1/Group5"? It might help resolve the object not found error. Double-checking the Invisible Text hierarchical structure and ensuring all dependencies are in place could also be beneficial. Good luck troubleshooting.
greenhomeplan
Sep 13, 2024Copper Contributor
Sometimes, simply restarting your PowerShell session or reconnecting to your Exchange server can resolve temporary issues.
If these steps don’t resolve the issue, consult the Microsoft documentation or reach out to Microsoft Support for further assistance.
If these steps don’t resolve the issue, consult the Microsoft documentation or reach out to Microsoft Support for further assistance.