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

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