Forum Discussion
Tedmc
Nov 12, 2019Copper Contributor
Powershell commands with FQDN with a space in it
I'm in a new company that has a OU that has a space in it, and for the life of me I can't figure out how to do a powershell command that works with that. Here's the command: New-Remotemailbox -A...
wkwi108
Nov 13, 2019Copper Contributor
Hi
As described in https://docs.microsoft.com/en-us/powershell/module/exchange/federation-and-hybrid/new-remotemailbox?view=exchange-ps#examples - example 2 - Iād suggest to use ā -OnPremisesOrganizationalUnit "corp.contoso.com/Archive Users" instead of OU=...ā
As described in https://docs.microsoft.com/en-us/powershell/module/exchange/federation-and-hybrid/new-remotemailbox?view=exchange-ps#examples - example 2 - Iād suggest to use ā -OnPremisesOrganizationalUnit "corp.contoso.com/Archive Users" instead of OU=...ā