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
I created a TS for upgrading drivers on Windows, and for some reason it fails trying to create the log file. If I replace the default log directory $LogsDirectory = $Script:TSEnvironment.Value("_SMSTSLogPath") with the debug line $LogsDirectory = Join-Path -Path $env:SystemRoot -ChildPath "Temp" everything works. There was an issue reports last year about why you didn't use the TSEnvironment.Value("_SMSTSLogPath"), but could not remember why. Could it be that this doesn't always exist? or is their something wrong with what I've done?
The text was updated successfully, but these errors were encountered:
I created a TS for upgrading drivers on Windows, and for some reason it fails trying to create the log file. If I replace the default log directory $LogsDirectory = $Script:TSEnvironment.Value("_SMSTSLogPath") with the debug line $LogsDirectory = Join-Path -Path $env:SystemRoot -ChildPath "Temp" everything works. There was an issue reports last year about why you didn't use the TSEnvironment.Value("_SMSTSLogPath"), but could not remember why. Could it be that this doesn't always exist? or is their something wrong with what I've done?
The text was updated successfully, but these errors were encountered: