Find the PoserShell script:
$s = Get-ChildItem -LiteralPath "D:\_[Main]\sample.txt"
$p = [System.IO.File]::ReadAllText($s)
Write-Host $p
Praveen's CTO Blog
Find the PoserShell script:
$s = Get-ChildItem -LiteralPath "D:\_[Main]\sample.txt"
$p = [System.IO.File]::ReadAllText($s)
Write-Host $p