How to pass ConfigureCDN' parameter , it's throwing error when passing 0 or $False?
Provision-GDPRActivityHub.ps1 : Cannot process
argument transformation on parameter 'ConfigureCDN'. Cannot convert value
"System.String" to type "System.Management.Automation.SwitchParameter".
Boolean parameters accept only Boolean values and numbers, such as $True,
$False, 1 or 0.
At line:1 char:1
How to pass ConfigureCDN' parameter , it's throwing error when passing 0 or $False?