O365HTMLReport
O365HTMLReport copied to clipboard
Multiple Errors within script
Greetings!
Running Win10 with current build of PowerShell and attempting to run this script:
At C:\Users\radams\azucar\HTMLReport1.ps1:153 char:21
-
Sign up
-
~
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. At C:\Users\radams\azucar\HTMLReport1.ps1:180 char:190
- ... ata-ga-click="(Logged out) Header, go to Features">Features <span cla ...
-
~
The '<' operator is reserved for future use. At C:\Users\radams\azucar\HTMLReport1.ps1:180 char:261
- ... ="Bump-link-symbol float-right text-normal text-gray-light">→</s ...
-
~
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. At C:\Users\radams\azucar\HTMLReport1.ps1:194 char:255
- ... ogged out) Header, go to Customer stories">Customer stories <span cla ...
-
~
The '<' operator is reserved for future use. At C:\Users\radams\azucar\HTMLReport1.ps1:194 char:326
- ... ="Bump-link-symbol float-right text-normal text-gray-light">→</s ...
-
~
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. At C:\Users\radams\azucar\HTMLReport1.ps1:195 char:231
- ... ata-ga-click="(Logged out) Header, go to Security">Security <span cla ...
-
~
The '<' operator is reserved for future use. At C:\Users\radams\azucar\HTMLReport1.ps1:195 char:302
- ... ="Bump-link-symbol float-right text-normal text-gray-light">→</s ...
-
~
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. At C:\Users\radams\azucar\HTMLReport1.ps1:218 char:222
- ... a-click="(Logged out) Header, go to Explore">Explore GitHub <span cla ...
-
~
The '<' operator is reserved for future use. At C:\Users\radams\azucar\HTMLReport1.ps1:218 char:293
- ... ="Bump-link-symbol float-right text-normal text-gray-light">→</s ...
-
~
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. At C:\Users\radams\azucar\HTMLReport1.ps1:221 char:107
- ... text-normal text-mono f5 mb-2 border-lg-top pt-lg-3">Learn & con ...
-
~
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. Not all parse errors were reported. Correct the reported errors and try again. + CategoryInfo : ParserError: (:) [], ParseException + FullyQualifiedErrorId : AmpersandNotAllowed