Hey Jonas,
Great work!
Whenever I run the script, I get the following error:
At C:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:211 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:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:223 char:18
+ </button> </div>
+ ~
The '<' operator is reserved for future use.
At C:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:237 char:16
+ </button> </div>
+ ~
The '<' operator is reserved for future use.
At C:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:250 char:189
+ ... ata-ga-click="(Logged out) Header, go to Features">Features <span cla ...
+ ~
The '<' operator is reserved for future use.
At C:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:250 char:269
+ ... nk-symbol float-right text-normal color-text-tertiary pr-3">→</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:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:254 char:167
+ ... ck Link--secondary no-underline f5 Bump-link--hover">Mobile <span cla ...
+ ~
The '<' operator is reserved for future use.
At C:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:254 char:247
+ ... nk-symbol float-right text-normal color-text-tertiary pr-3">→</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:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:255 char:178
+ ... k Link--secondary no-underline f5 Bump-link--hover">Actions <span cla ...
+ ~
The '<' operator is reserved for future use.
At C:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:255 char:258
+ ... nk-symbol float-right text-normal color-text-tertiary pr-3">→</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:\Scripts\SSRS_Reports\Import-SSRSReports.ps1:256 char:184
+ ... ink--secondary no-underline f5 Bump-link--hover">Codespaces <span cla ...
+ ~
The '<' operator is reserved for future use.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : AmpersandNotAllowed
Any idea what I'm doing wrong?