New Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
What do you mean exactly? I was talking about packages that will only install correctly if they are running under the user context and will not the system. These usually target the current user...
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
I was talking about packages that will only install correctly if they are running under the user context and will not the system. These usually target the current user profile directories and registry...
View ArticleNew Post: run the exe as another user?
There is a function in the latest beta version of the toolkit which uses scheduled tasks to run an exe as another user. Check that out. You can also use this function which uses token stealing to run...
View ArticleNew Post: how to use test-powerpoint
Example: If PowerPoint is in fullscreen presentation mode, then exit with exit code 60500.If (Test-PowerPoint) { Exit-Script -ExitCode 60500 }
View ArticleNew Post: run the exe as another user?
thanks it is funny I decided to use the scheduled task approach before reading your reply. I was able to import a scheduled task and run the powershell app toolkit with my functions in it beautifully...
View ArticleNew Post: Calling local batch file on client with update repository
I am trying to update Teamcenter. It has a batch file in the local client install directory that has to be called for updates maintenance. I am trying to figure how to call the local batch and point to...
View ArticleNew Post: Email with .log file...
I have been using the APP Deployment Toolkit for all of my applications and I love it but there is one feature missing or that I don't know how to code that is stopping me from converting all of my...
View ArticleNew Post: CloseAppsCountdown ignoring remaining Deferrals
Just started testing this toolkit (v 3.5) to integrate your notification functions into our own installation script library (very nice job!). However, testing the option to close apps after a countdown...
View ArticleNew Post: CloseAppsCountdown ignoring remaining Deferrals
Just downloaded v3.2 and tested and functions as expected - CloseApps countdown does not get invoked until deferrals = 0
View ArticleNew Post: CloseAppsCountdown ignoring remaining Deferrals
Problem seems to be in function Show-WelcomePrompt, line 4789: ## If deferral is being shown and 'close apps countdown' or 'persist prompt' was specified, enable those features. If ($showDefer) { If...
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
But installing as user is hard... when users are not local admin. What is your solution? We are looking into using Beyond Trust Power Broker to resolve issues like this and other privilege elevation...
View ArticleNew Post: CloseAppsCountdown ignoring remaining Deferrals
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: run the exe as another user?
Yeah, it will only work for local admins if you need to do anything that requires admin rights.
View ArticleNew Post: Feature Request: Ability to determine the UI language by a new...
Hello PSAD maker, I love your idea and how you implemented the toolkit so far, but I have a feature request. As we are an internaltional company located in more then 90 countries worldwide we have a...
View ArticleNew Post: Deployment Script: IE11 needs one reboot (x86 and X64) updated for...
<---name change dism lets you inject it without any reboots...
View ArticleNew Post: Forcing a reboot in sccm
update if you call a shutdown.exe in a TS.... it will lose it's way
View ArticleNew Post: Defer showing as failed in sccm
Ok so the app is returning an exit code of 5000 in sccm but I am still getting a failed when someone hits defer instead of retry....any thoughts here?I am at a lost after working on this...
View ArticleNew Post: Check for pending reboot
Here's an updated version. I currently only use it for inventory/info purposes. In the header in .EXAMPLE, I added 2 ways you could use it to act on the Pending Reboot status of the machine. The key...
View ArticleNew Post: Defer showing as failed in sccm
That return code is not acted upon by SCCM, other than to flag a 'failed' installation (which is technically correct). The toolkit script continues to run and takes care of the re-prompts at your...
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
In fact deploying with system account should only impact USer settings like HKCU. Why not just use activesetup? For hard package, why directly using repackage and not automation software like Winbatch...
View Article