deroppi
4
I use it like
New-UDPage -Url “/page1” -Name “page1” -Content {
} -AutoInclude $false -Title “Page1” [-other options]
So no colon : in there.
But that is how the web editor suggests it.
Tried with : no dice
No luck with
$NAI=@{ AutoInclude = $false}
New-UDPage -Url “/page1” -Name “page1” -Content {
} @NAI -Title “Page1”
either.
I already “complained” about that here