I just upgraded to 11.3 and recieve this error:
$ : The term '$' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ $ start = ( Get-Date ).AddDays ( -30 ) | Get-VIEvent -Start $start -M ...
+ ~
+ CategoryInfo : ObjectNotFound: ($:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Thanks, I'm new to this
Gary