euc-samples icon indicating copy to clipboard operation
euc-samples copied to clipboard

Import Script broken

Open jklimczak opened this issue 5 months ago • 0 comments

Describe the bug

Working on wu_status.ps1 Select-String : A parameter cannot be found that matches parameter name 'Raw'. At C:\UEM-Samples\Sensors\import_sensor_samples.ps1:741 char:60

  • $d = $content | Select-String -Pattern 'Description: ' -Raw
    
  •                                                        ~~~~
    
    • CategoryInfo : InvalidArgument: (:) [Select-String], ParameterBindingException
    • FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.SelectStringCommand

Select-String : A parameter cannot be found that matches parameter name 'Raw'. At C:\UEM-Samples\Sensors\import_sensor_samples.ps1:744 char:66

  • $c = $content | Select-String -Pattern 'Execution Context: ' -Raw
    
  •                                                              ~~~~
    
    • CategoryInfo : InvalidArgument: (:) [Select-String], ParameterBindingException

Reproduction steps

...

Expected behavior

Import in

Additional context

Tried with mac scripts and windows scripts tired from Windows 10 and windows 11 powershell

jklimczak avatar Mar 10 '24 18:03 jklimczak