Richard "Dick" Tracy

Results 142 comments of Richard "Dick" Tracy

@GeoSimos Are you able to mark this as bug? Thanks

@daooze is correct PSD works by copying the contents over HTTP/HTTPS to the local cache folder, then it executes it from there. You could put it in the scripts folder,...

But with all that I am running a PSD task sequence that should create two shortcuts via a ps1 script on the desktop. I am testing both _Run PowerShell script_...

After testing this. I see two results. While it did copy them to the script folder; i have something flawed in the quick script i wrote.... ![Image](https://github.com/user-attachments/assets/1eb698cf-9493-4107-aba1-e2c98bb237b3) 1. Running the...

When looking at the Tx in notepad, i think i see what is going on and may be the issue: A default run action by PSD does this: ![Image](https://github.com/user-attachments/assets/b1637632-bfaf-472c-99d0-b89c40e162ad) Where...

The log does stated is changed PSDDeployRoot to the url from empty, but not seeing anything in the log that stands out. Are you using the provided .ini files? My...

i just posted this. can you follow it and see if it works: https://github.com/FriendsOfMDT/PSD/issues/224

I'm glad you found the issue though and was able to resolve it. Awesome catch! This may be a bug we need to look into. @GeoSimos can we post this...

did you run use _Install-PSD.ps1_ with _-Upgrade_ switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a **-Force** in...

Pretty much. You shouldn't have to set a new com object when within the TS. I use the PowerShell command Set-Item like so: `Set-Item tsenv:Foo -Value 'bar` Here is an...