zebulonsmith
zebulonsmith
As an admin deploying the .net core runtimes, it's quite a bit more effort to deploy the .exe installers than an MSI. I've tried things like dotnetinstaller.exe /x c:\somedir without...
It would be highly valuable to many enterprises if we had some additional control over the installation process. Currently, we can decide whether or not to update the Java_Home and...
Are there any plans to update the documentation for these cmdlets? Currently, most of them are lacking information. --- #### Document Details ⚠ *Do not edit this section. It is...
This can be fixed by changing line 23 to the following: `currentUser=$(who | awk '/console/{print $1}' | grep -v _mbsetupuser)`