banyula
banyula
I need to display the number of records being processed by Invoke-Parallel in a WinForms variable. For that I need to keep a Counter variable. I tried Boe's [synchronized hash...
Every time I create a new form a variable $base is created  When I try to execute I get the following PS error  so I have to delete...
see: https://forums.universaldashboard.io/t/error-when-creating-executable-in-linux-centos-7/4416
Variabled $PSScriptRoot and $PSCommandPath are empty in all scripts that were converted to EXE. Please provide alternatives to get these values. $invocation.MyCommand.Path does not work either.
When installing a Windows Service using **appname.exe --install** how are the logon account credentials (userid and password) specified? Is there an undocumented parameter for that? Please advise. VICTOR 
Please, provide an explanation of -CheckReturnValue of cmdlet New-InstallerCustomAction SYNTAX New-InstallerCustomAction -FileId [-CheckReturnValue] [-RunOnInstall] [-RunOnUninstall] []
When using New-InstallerShortcut cmdlet, how do you specify that the application pointed by the icon will be run as administrator 
I was able to install WindowsCompatibility 1.0 RC1 in my Linux PS 6.1 environment. My idea was to PS Remote into a Windows machine to execute a Module there. As...