BitTitan / bittitan-community-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

errors running Get-DPModuleStatus.ps1 script

bvoronin-toss opened this issue · comments

When I ran the Get-DPModuleStatus.ps1, I am getting the following errors. Can you please update the script to resolve them? Thanks!

PS E:\Software\BiTitan> .\Get-DPModuleStatus.ps1
At E:\Software\BiTitan\Get-DPModuleStatus.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 E:\Software\BiTitan\Get-DPModuleStatus.ps1:223 char:18

  •              ~
    

The '<' operator is reserved for future use.
At E:\Software\BiTitan\Get-DPModuleStatus.ps1:237 char:16

  •            ~
    

The '<' operator is reserved for future use.
At E:\Software\BiTitan\Get-DPModuleStatus.ps1:250 char:189

  • ... ata-ga-click="(Logged out) Header, go to Features">Features <span cla ...
  •                                                             ~
    

The '<' operator is reserved for future use.
At E:\Software\BiTitan\Get-DPModuleStatus.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 E:\Software\BiTitan\Get-DPModuleStatus.ps1:254 char:167

  • ... ck Link--secondary no-underline f5 Bump-link--hover">Mobile <span cla ...
  •                                                             ~
    

The '<' operator is reserved for future use.
At E:\Software\BiTitan\Get-DPModuleStatus.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 E:\Software\BiTitan\Get-DPModuleStatus.ps1:255 char:178

  • ... k Link--secondary no-underline f5 Bump-link--hover">Actions <span cla ...
  •                                                             ~
    

The '<' operator is reserved for future use.
At E:\Software\BiTitan\Get-DPModuleStatus.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 E:\Software\BiTitan\Get-DPModuleStatus.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