You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to load XML file with Cyrillic letters in file name
$xml = [xml](Get-Content -Encoding UTF8 -Path "C:\MaxPatrol_Reports\Отчет Аудит - Серверы - Сектор ИБ 06.06.2017 11-30-00.xml")
Have an error
Get-Content : Cannot find path 'C:\MaxPatrol_Reports\Отчет Аудит - Серверы - Сектор �Б 06.06.2017 11-30-00.xml' because it does
not exist.
At C:\MaxPatrol_Reports\dataset.ps1:1 char:14
... xml = [xml](Get-Content -Encoding UTF8 -Path "C:\MaxPatrol_Reports\Рћ ...
Steps to Reproduce:
$xml = [xml](Get-Content -Encoding UTF8 -Path "C:\MaxPatrol_Reports\Отчет Аудит - Серверы - Сектор ИБ 06.06.2017 11-30-00.xml")
Get-Content : Cannot find path 'C:\MaxPatrol_Reports\Отчет Аудит - Серверы - Сектор �Б 06.06.2017 11-30-00.xml' because it does
not exist.
At C:\MaxPatrol_Reports\dataset.ps1:1 char:14
Reproduces without extensions: Yes/No
The text was updated successfully, but these errors were encountered: