Forum Discussion
Struggling with my BODY [my BODY is ok! - TY Lain]
- Sep 01, 2022
This is more a Graph question than a PowerShell question since there's nothing wrong with your example from the PowerShell perspective.
I tested your example (using my own variable values since we can't see yours) and it parsed just fine:
Looking at the second example in the reference documentation, I can't help but wonder if the fact you're missing the "isBroadcast = $true" isn't causing an issue. Perhaps you need this directive to go along with the settings you have in broadcastSettings - dunno, I'm just guessing as this is squarely in the Graph domain (not PowerShell.)
Cheers,
Lain
This is more a Graph question than a PowerShell question since there's nothing wrong with your example from the PowerShell perspective.
I tested your example (using my own variable values since we can't see yours) and it parsed just fine:
Looking at the second example in the reference documentation, I can't help but wonder if the fact you're missing the "isBroadcast = $true" isn't causing an issue. Perhaps you need this directive to go along with the settings you have in broadcastSettings - dunno, I'm just guessing as this is squarely in the Graph domain (not PowerShell.)
Cheers,
Lain
Now that I know that my BODY is alright. I will go over to the Graph section and seek assistance.
Thank you so much for your time Lain! Have a fantastic weekend!
~WM