That-Annoying-Guy

Results 42 comments of That-Annoying-Guy
trafficstars

Even though I'm not an official member of the PSADT team, I'm sure they wouldn't mind seeing an sample of your tweaked Show-WelcomePrompt function with the added **AccessibleRole** / **AccessibleDescription**...

That's because the AppDeployToolkitExtensions.ps1 script does not load the functions from AppDeployToolkitMain.ps1 Build your new functions in a **App-Deployment.ps1** file. Once they work, move them to the AppDeployToolkitExtensions.ps1 file. That...

Hi Rich, I'm sorry to inform you that they are still working on the next _MAJOR_ version. v3.6.9 is a minor version. V4 will have a complete re-write of all...

I've seen a setup.exe launch ANOTHER setup.exe and kill the first setup.exe. PSADT then thought the install was complete while the second setup.exe wasn't finished. I was able to force...

This affects this section of code: ``` #If on Windows Vista or higer, Windows Task Scheduler 2.0 is supported. 'Schedule.Service' ComObject output is UI language independent #Windows Task Scheduler 1.0...

There is an extension for WIM files: https://discourse.psappdeploytoolkit.com/t/psadt-extension-psadtwim/2888

1. ActiveSetup does not need to be installed. It's a Windows built-in Feature. 2. PSADT does NOT control if Windows' ActiveSetup feature directly. 3. Do not use the -Version parameter....

Then vote for an interactive install feature here: https://feedbackportal.microsoft.com/feedback/idea/bc1837a6-29c6-ed11-a81b-002248519701 If you do, consider voting for users to be able to uninstall, too : https://feedbackportal.microsoft.com/feedback/idea/4b35db55-f5a7-ed11-a81b-000d3a0450e3

Therefore ServiceUI.EXE is specific to SCCM/Intune. Maybe the makers of **Workspace One UEM MDM** have a similar utility. If that is the case, please report back.

So in Workspace One UEM MDM you can launch in the SYSTEM context or the User context. But they don't have anything that will allow users to see GUI popups...