not able to access script files
im just trying to debug now and im not finding much on how to do this.
can anyone help point me in the right direction?
__
$LogDir="C:\Nerdworks\Gorelo\Gorelo"; New-Item -ItemType Directory -Force $LogDir | Out-Null; $Log=Join-Path $LogDir ("var-check-{0}.log" -f (Get-Date -Format "yyyyMMdd-HHmmss"))
Add-Content $Log ( $gorelo:file.test)
Add-Content $Log ( "$gorelo:file.test")
Add-Content $Log ( "{$gorelo:file.test)")
Add-Content $Log ( {$gorelo:file.test})
Write-Output "Log written: $Log"
__
.test
{.test)
$gorelo:file.test
__