New Post: Regarding the SCCM limitation with Applications and "allow user to...
No, that's not what I want. I'm deploying the applications to users. If the computer is at the desk, the user should be able to defer the script. If the computer is new I'm using "User Device Affinity"...
View ArticleNew Post: Allowing applications to automatically close while using the defer...
Hi Sean, We are planning to use the -ForceCloseAppsCountdown parameter only with the -AllowDeferCloseApps to ensure that the users will only be prompted if they have any of the specified processes...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
I see what you mean. We need to add another if statement to set the deployMode to non-interactive if there are no users logged in. Replace this line:Write-Log -Message "Session 0 detected, process...
View ArticleNew Post: Set-HKCURegistrySettingsForAllUsers include 'Default' hive?
Just reading through the changelog for the latest version and see the new 'Set-HKCURegistrySettingsForAllUsers' command. This goes through and allows you to make changes to every current user of the...
View ArticleNew Post: Allowing applications to automatically close while using the defer...
Hey Anderson, Yeah that makes sense. Cheers Sean
View ArticleNew Post: Set-HKCURegistrySettingsForAllUsers include 'Default' hive?
Yes, it does include the default registry hive so new users also get the keys.
View ArticleNew Post: Is there a way to manually execute installation
Hi, Is there a way to manually execute a psappdeploy installation without SCCM ? I have created an application for deploying a software, but for some reasons I have some computers that don't have SCCM...
View ArticleNew Post: Is there a way to manually execute installation
Providing the users have admin rights on the machine, they can just right click Deploy-Application.exe and Run as administrator. Alternatively you could push using Group Policy. Dan
View ArticleNew Post: Is there a way to manually execute installation
I like that :D no need to specify install parameter to Deploy-application.exe ?
View ArticleNew Post: Is there a way to manually execute installation
Nope. Not unless you need specific parameters that you've added yourself. Regards, Dan
View ArticleNew Post: Set-HKCURegistrySettingsForAllUsers include 'Default' hive?
Ah that's great! Thanks for the response and great work to everyone involved!
View ArticleNew Post: Test-Battery but how can i use the result
Hello, i love the PSAPPDEP, this is a very good tool but i have a little problem. how can i use the result of TEST-BATTERY. True or False good but there is no variable defined for it. Or what goes on...
View ArticleNew Post: Add the ability to accept user input from Show-Installation Prompt
I recently had a situation where I needed to be able to accept input from the user in order to complete an installation. I modified Show-InstallationPrompt to allow for the creation of a textbox as...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
In the beta 3.5 on the Source page. I just pushed an update in git so the latest 3.5 beta should have this fix now. Please test with that.
View ArticleNew Post: Test-Battery but how can i use the result
it was to late to work yesterday. it´s so simple. sry for question.
View ArticleNew Post: Test-Powerpoint
So I looked into this a little bit more for you. There is a solution for the type of setup you're talking about but it will only work for Vista and above. This solution will not work for XP. If the...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
looks like that 3.5 is broken. If I run the downloaded script and run Deploy-Application.ps1 I got this:Resolve-Error : The term 'Resolve-Error' is not recognized as the name of a cmdlet, function,...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
I don't know if this is the same issue but it comes from the same direction. Here is what i want: Deploy Software to Devices e.g. Adobe Flash Users should be prompted to close e.g. IE -> therefore i...
View Article