daooze
daooze
I have just discovered this project (thanks a lot, saved me some hours of doing that stuff myself) and got the same issue as @sheehand. The problem (not only for...
Just saw today in your latest nightly build that you have switched to OpenSSL 1.1.1q. Will you fix this current issue in the near future? Maybe make the whole "config-files-from-webserver"...
I would start by verifying if the _right_ port can be accessed from the remote system: In your example you are checking the connection to port 14689 while the software...
@Valceen PSD itself has a local caching machanism already builtin. It creates copies of several folders below your deployment share in C:\MININT\Cache. I don´t know exaclty which folders, but at...
I just came across this issue myself and as there seems to be no real solution for it, I made my own one by extending the PSDPowershell.ps1 script to my...
I came across this issue myself today and (possibly) found a solution that needs to be tested by someone else. For me, the problem was with the Install-PSDApplication() function in...
Hi @GeoSimos , thanks for the clarification. I did read the documentaion but did not find anything that says "SMB is not supported"; or maybe I did'nt get it. The...
Do you have logging via [BITS upload](https://github.com/FriendsOfMDT/PSD/blob/master/Documentation/PowerShell%20Deployment%20-%20IIS%20Configuration%20Guide.md#server-side-logging-via-bits-upload) configured? I think the "old" way of logging is no longer supported. The log destination needs to be defined as SLShare, not SLSHAREDynamicLogging....
Today I ran into problems with applications not installing. Not sure what your exact problem is, but maybe [this fix](https://github.com/FriendsOfMDT/PSD/issues/198#issuecomment-2688462613) can help you with your issue.