I have connected to exchange online and use the below script, i am getting below error please guide me
https://github.com/NunoFilipeMota/PublicScripts/blob/main/GetMeetingRoomStats_GraphAPI.ps1
PS C:\temp> .\GetMeetingRoomStats_GraphAPI.ps1 -RoomListSMTP "******@contoso.com" -From "02/01/2023" -To "03/01/2023"
At C:\temp\GetMeetingRoomStats_GraphAPI.ps1:208 char:17
+ 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:\temp\GetMeetingRoomStats_GraphAPI.ps1:213 char:209
+ ... k Button--medium Button d-lg-none color-fg-inherit p-1"> <span cla ...
+ ~
The '<' operator is reserved for future use.
At C:\temp\GetMeetingRoomStats_GraphAPI.ps1:431 char:13
+ CI/CD & Automation
+ ~
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:\temp\GetMeetingRoomStats_GraphAPI.ps1:1355 char:96
+ ... ="" data-disable-with="" data-dropdown-tracking="{"type":&q ...
+ ~
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:\temp\GetMeetingRoomStats_GraphAPI.ps1:1355 char:103
+ ... a-disable-with="" data-dropdown-tracking="{"type":"blo ...
+ ~
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:\temp\GetMeetingRoomStats_GraphAPI.ps1:1355 char:146
+ ... "type":"blob_edit_dropdown.more_options_click",&q ...
+ ~
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:\temp\GetMeetingRoomStats_GraphAPI.ps1:1355 char:153
+ ... type":"blob_edit_dropdown.more_options_click","co ...
+ ~
Missing expression after unary operator ','.
At C:\temp\GetMeetingRoomStats_GraphAPI.ps1:1355 char:153
+ ... ype":"blob_edit_dropdown.more_options_click","con ...
+ ~
Unexpected token '&' in expression or statement.
At C:\temp\GetMeetingRoomStats_GraphAPI.ps1:1355 char:166
+ ... ot;blob_edit_dropdown.more_options_click","context":{& ...
+ ~
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:\temp\GetMeetingRoomStats_GraphAPI.ps1:1355 char:193
+ ... options_click","context":{"repository_id":34 ...
+ ~
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