-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi,
When I run the script I get the following error
At C:\Scripts\Audit-S2D.ps1:136 char:19
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Audit-S2D.ps1:140 char:19
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Audit-S2D.ps1:145 char:19
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Audit-S2D.ps1:150 char:19
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Audit-S2D.ps1:154 char:19
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Audit-S2D.ps1:390 char:185
- ... TF-8" method="post"><input name="utf8" type="hidden" value="✓" ...
-
~
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:\Scripts\Audit-S2D.ps1:394 char:18
-
Join GitHub today
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Audit-S2D.ps1:488 char:30
-
Fetching contributors… -
~
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:\Scripts\Audit-S2D.ps1:526 char:12
-
2417 lines (2062 sloc) -
~~~~~
Unexpected token 'lines' in expression or statement.
At C:\Scripts\Audit-S2D.ps1:526 char:24
-
2417 lines (2062 sloc) -
~~~~
Unexpected token 'sloc' in expression or statement.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : RedirectionNotSupported
Any help will be much appreciated