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 = $...
blanktext
Jul 29, 2025Copper Contributor
It's so frustrating when a script that's been working fine suddenly breaks. I've had that happen before, and it turned out to be an invisible character in my variable. Maybe some https://blank-text.org got copied into your string by mistake?
- chrismartin49Aug 08, 2025Copper Contributor
I’ve seen similar PowerShell issues in Exchange where invisible or non-printing characters cause command failures. It’s often due to copying text from formatted sources. I shared more on this topic at https://espaciosblanco.com/