Win10-Initial-Setup-Script
Win10-Initial-Setup-Script copied to clipboard
PowerShell and ampersand issues
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.
I don't understand you issue. Please be more clear what is working and what is not (and where)?