Yannick Brouard
Yannick Brouard
The error is not rooted network access denial as it might seem on the first look. The files are copied without problems. The error comes from an erronous variable which...
Hi there, I found a solution for your latter issue, check here: [https://github.com/FriendsOfMDT/PSD/issues/63](https://github.com/FriendsOfMDT/PSD/issues/63) Unfortunately I cannot help you with your former issue. I'm sorry.
Cause is that `$tsenv:DeploymentMethod` will not be set to `MEDIA` becuase `Get-Volume | ? {-not [String]::IsNullOrWhiteSpace($_.DriveLetter) } | ? {$_.DriveType -eq 'Fixed'} | ? {$_.DriveLetter -ne 'X'} | ? {Test-Path...
Causing the issue seems to be the `-windowstyle hidden` parameter, which seems obvious now after finding out... Since the window is hidden the query at the beginning of `PSDStart.ps1` whether...