This repository was archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Import Script broken #305
Copy link
Copy link
Open
Labels
Description
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