Adam Driscoll
Adam Driscoll
You may want to turn on msi logging to see what's up ``` msiexec /i "C:\my stuff\package.msi" /l*v "d:\place for logs\package.log" ```
Glad you're digging it! > Maybe it's just my ignorance, but the -Platform option doesn't have any effect on the target path when I use ProgramFilesFolder. It always installs to...
We now have cache persistence in the database in v5 so they can go across nodes.
I have to admit, I've never tried to return that kind of data back from a job. I have to imagine it's crushing the DB. What kind of data are...
Can you give me an example? I can't reproduce this on 4.2.19. ``` $Data = @( @{Dessert = 'Frozen yoghurt'; Calories = 159; Fat = 6.0; Carbs = 24; Protein...
This has been a problem for a while. You're right that the script block gets modified before execution and it causes this problem. The issue is that the math is...
- https://github.com/ironmansoftware/issues/issues/3407 - https://github.com/ironmansoftware/issues/issues/3409
The solution here was not actually to attempt to work around the module issues because we also had problems with our hosting DLLs. Rather, it was to promote the "Agent"...
@ksl28 Are you hosting PSU on HTTPS? If so, that's why the HTTP resource doesn't work. You'll need to host it on HTTPS as the browser is blocking the unsafe...
We're removing this cmdlet and shipping the client directly in the install package. There are too many dependency issues with PowerShell to ship this as a cmdlet.