Win10-Initial-Setup-Script icon indicating copy to clipboard operation
Win10-Initial-Setup-Script copied to clipboard

PowerShell and ampersand issues

Open AnyoneThere opened this issue 5 years ago • 1 comments

The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.

I am running PowerShell with admin priviledges. I tried changing all '&' to ("&") and it didn't work.

AnyoneThere avatar Sep 25 '20 19:09 AnyoneThere

I don't understand you issue. Please be more clear what is working and what is not (and where)?

E3V3A avatar Sep 30 '20 10:09 E3V3A