New Post: How to prevent windows minimizing
Hello I'm trying to prevent all windows from minimizing when using the Show-InstallationWelcome cmdlet. I can see from the documentation that -MinimizeWindows is a parameter but I can't see how to use...
View ArticleNew Post: How to prevent windows minimizing
I've found that if I change the value from $true to $false on line 2893 (AppDeployToolkitMain.ps1 version 3.1) then I get the expected result but it would be good to get the same results without...
View ArticleNew Post: How to prevent windows minimizing
Hi Duncan,That's exactly how you use the parameter!-MinimizeWindows $false Seán
View ArticleNew Post: How to prevent windows minimizing
Hi Seán Thanks for your reply. I've tried using the parameter $false but it makes no difference, the windows still minimize :( Duncan.
View ArticleNew Post: No favicon on 'Show-InstallationRestartPrompt'
Hi - First of thanks for the script, its extremely easy to use and looks very professional. Just one small issue i noticed when using this is that when using the 'Show-InstallationRestartPrompt' you do...
View ArticleNew Post: Execute-Process issue - Newb Question
First off, guys thanks so much for this tool. It has really simplified things for me in my organization where I'm typically the sole application packager for SCCM. While I'm certainly no expert, I've...
View ArticleNew Post: Execute-Process issue - Newb Question
Hi there,On a phone now so don't have a back tick on my keyboard, suffice to say I think you're just missing quotes around the /qn switch, you could try this or add normal quotes around it preceded by...
View ArticleNew Post: How to prevent windows minimizing
Hi Duncan, Looks like this was broken in a previous update, it will be fixed in v3.1.1 Thanks, Seán
View ArticleNew Post: Restart when finished
Hi all, What a great tool this is, we've been using it quite some time now for deploying apps with sccm. But now i have a challenge, which is this: After all installations are complete i would like...
View ArticleNew Post: How to get the Logged-On User
Dear all, I have to write configuration entries into the registry, but no as Service-Account or user which have run the script. Do we have a possibility to get the Logged-On User which isn't the...
View ArticleNew Post: How to get the Logged-On User
hello, You can find the current logged in user by a wmi get $checkuser = Get-WmiObject -Class Win32_ComputerSystem | Select-Object username $checkuser.username will now contain the current logged on...
View ArticleNew Post: Execute-Process issue - Newb Question
Seán, Sorry I'm late getting back and I appreciate you responding so quickly. I've tried modifying the quotes as you suggested, I even tried it by dropping the arguments altogether. Still no luck. At...
View ArticleNew Post: Silent/non silent application installation using the PSADT
Hi I need to be able to run an sccm installation silently as well as communicating. The latter scenario works fine; if a user is logged on, she is offered the possibility to defer the installation - if...
View ArticleNew Post: Restart when finished
Hi there, I've added a new parameter to Show-InstallationRestartPrompt called -NoCountdown This will just show the Restart Now and Restart Later buttons. The UI will restore/reposition itself...
View ArticleNew Post: Restart when finished
Hi Seán, This look great!!! This is exactly what i'm looking for, i only have one request: is it possible to achieve this: when you select "restart later" the window will minimize, and a user has the...
View ArticleNew Post: Restart when finished
Hi Patrick, The user should not have the ability to close the prompt, only minimize and it does pop up again after the timer elapses (configured in Config file). Is this what you were looking for? Sean
View ArticleNew Post: Restart when finished
Hi, This is exactly what i mean, but i can close it by doing a RM on the icon in the taskbar and select the close option. Patrick
View ArticleNew Post: Restart when finished
Ok I'll look in to it, might be later in the week though. Sean
View ArticleNew Post: how does the script handle if program is running on target client?
Hi If I want to upgrade Itunes for instance.. I create a new script etc. and deploy it to my itunes collection.. How does the script and/or sccm handle if Itunes is already running on a client?
View Article