New Post: Regarding the SCCM limitation with Applications and "allow user to...
I am currently testing out the solution supplied by jlapchuk with Office 2013 and it seems to be working. It's not especially cumbersome imo. So far I've only verified it to be working when testing on...
View ArticleNew Post: How to minimize prompt
Hi there On the Screenshots in the documentation the PSAppDeploymentToolkit Prompt, Installation Welcom Screen, have minimize, maximize, close buttons on the top right. When i execute my Scripts or the...
View ArticleNew Post: Deploy-Application.exe or using Commandline
Hi, I read running Deploy-Application.exe or the full commandline would be the same. But... in fact are they any differences between both ways? Thanks,
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
I have now tested both OSD installation and with user logged on using the same SCCM application and deployment type and I can confirm that it does work. I did however encounter an issue while testing...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Interesting, I haven't been experiencing that in my environment. I do however, have "Run installation and uninstall program as 32-bit process on 64-bit clients" checked on my deployment types. However,...
View ArticleNew Post: How to minimize prompt
Hello folks We have exactly the same question like side91 up here ! Does anybody have a solution for this? In the documentations of the newest PowerShell App Deployment Toolkit are pictures from...
View ArticleNew Post: Need the execute-process with runas...
I have an Application that runs pretty fine if i start PS as local administrator, but when i'm running it through SCCM2012, it fails. Execute-Process -Path "Setup.exe" -Parameters "/s /v`"/qn...
View ArticleNew Post: how to use test-powerpoint
Pretty much as topic... how do I use the test-powerpoint function?
View ArticleNew Post: What is Deploy-Application.exe used for ?
Maybe stupid question, but I always use the powershell script files.... But were is Deploy-Application.exe used for ? is it a compiled version of the script files ?
View ArticleNew Post: What is Deploy-Application.exe used for ?
Hi, There are no stupid question but stupid answer. From the documentation: Deploy-Application.ps1 Performs the actual install / uninstall and is the only file that needs to be modified, depending on...
View ArticleNew Post: Return code
Hi, What are the return code handle by PSADT and SCCM return code? Thanks,
View ArticleNew Post: What is Deploy-Application.exe used for ?
We are using the Toolkit along with SCCM 2007 for now. What I like about the EXE file is the users don't see the PS screens appearing on their screens during the script initialization. The users are...
View ArticleNew Post: Need the execute-process with runas...
If I understand you correctly, the OK button is called by the setup.exe? In that case, I believe SCCM has no way to show you the prompt as the installation (with admin rights) is executed under system...
View ArticleNew Post: What is Deploy-Application.exe used for ?
Hi, Is it still true with SCCM 2012 R2? Package or Application model? What is the difference with both if the exe does not provoke it? Thanks,
View ArticleNew Post: Multiple Parameters in the Execute-Process function?
Hi all, I love the idea of the PADT, but I run into an issue: I want to use the Execute-Process function to call a command like regedit.exe /s "C:\Users\FirstName Last Name\AppData\local\Temp\HKCU.reg"...
View ArticleNew Post: Multiple Parameters in the Execute-Process function?
Hi all, I love the idea of the PADT, but I run into an issue: I want to use the Execute-Process function to call a command like regedit.exe /s "C:\Users\FirstName Last Name\AppData\local\Temp\HKCU.reg"...
View ArticleNew Post: Deployment Script: IE11 needs one reboot (x86 and X64) updated for...
Wonderful script, I'm going to use this to catch some of my clients who somehow didn't get the update via Software Updates. What was the reason for using DISM to install the updates, instead of wusa....
View ArticleNew Post: run the exe as another user?
can this be done? say i would like to copy the content of the toolkit to a location is it possible to run this as a specific user?
View ArticleNew Post: .Net Framework 3.5 requirement for Windows 8.1 with toolkit version...
I had the same problem. The solution to put a file named deploy-application.exe.config with the above text in the directory with Application-Deploy.exe worked great! Thanks!
View ArticleNew Post: Prompting user to close application(s) [Deploy Application Invoker]
Hi, Need help for closing apps issue. PSAppDeployToolkit_v3.2.0 Windows 7 64-bit Whenever trying to close "outlook","lync" services its also trying to close "Deploy Application Invoker" I'm assuming...
View Article