Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Import Script broken  #305

@jklimczak

Description

@jklimczak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions