New Post: Forcing a reboot in sccm
other than at the deployment point in sccm itself where I put Deploy-Application.EXE -AllowRebootPassThru to allow a reboot. Where in the script do I tell SCCM this will require a reboot ?
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
Hi, I would like to know if someone might provide informations about using AppDeployToolkit to deploy package with SCCM2012 R2 and during OSD (SCCM 2012 R2, ZTI)? I would like reading about the...
View ArticleNew Post: Check Pending reboot
Hi, Are they anything in AppDeployToolKit to check if there are pending reboot? Thanks,
View ArticleNew Post: Forcing a reboot in sccm
you want to look up the exit-script function. It will let you tell the user a soft reboot is needed via sccm. If you want a hard reboot then I normally just call a shutdown.exe with a reboot as the...
View ArticleNew Post: Removing a KB with the tool
you want to research the exit-script function. That will help you create a notice. Or make your own with show-installation prompt.
View ArticleNew Post: getting error code 1 on a majority of machines on one deployment
I am seeing this error on a large number of our clients. When I look for the log for the tool it is not even creating it any thoughts? SCCM is stating error code 1 as needing admin rights but that...
View ArticleNew Post: deploy ie10, detection method that doesn't fail?
I would produce a regkey entry or a text file via the toolkit, so you can detect that also but an or detect Iexplore is = to version (XXXX) that way if the regkey or txt file gets deleted by the user,...
View ArticleNew Post: getting error code 1 on a majority of machines on one deployment
I have found the issue scratch that...Thanks.
View ArticleNew Post: Removing a KB with the tool
Scorchguy wrote: you want to research the exit-script function. That will help you create a notice. Or make your own with show-installation prompt. thanks I have done that and it works beautifully!!
View ArticleNew Post: Moving packages/applications from environment to another one
This wouldn't be under the deployment toolkit. This is more of an SCCM issue. There are plenty of scripts out there for moving packages to different sccm environment.
View ArticleNew Post: How to wait after successfull install
I think you would be better off with a task sequence. That way you could have one .ps1 install the first app, reboot step, and another ps1 install the second. you can get fancy and make the second...
View ArticleNew Post: iniValue without sections
I'm trying to get a value from an INI file that doesn't have sections. Is this something that the current get/set-inivalue function can handle? I tried just using [default] for the section, but that...
View ArticleNew Post: Moving packages/applications from environment to another one
Hi, I respect your opinion and believe this toolkit is really great. However, is it really so much different than using exit code for SCCM fast retry or using serviceui to help user interaction or...
View ArticleNew Post: Check Pending reboot
this thread has a pending reboot module. Have not tried it though.https://psappdeploytoolkit.codeplex.com/discussions/573189
View ArticleNew Post: Installing Updates
feel free to borrow/steal my scripthttps://psappdeploytoolkit.codeplex.com/discussions/562172
View ArticleNew Post: Check for pending reboot
Hi, What should be the best practices in a script by using your script? Do you have an up to date script? Thanks, François
View ArticleNew Post: Function Execute-MSI and FilePath
Hi, How may I use FilePath as a parameters in Execute-MSI? Thanks,
View ArticleNew Post: disallow run registry entry (-blick-execution)
Hi I'm trying to find the reg key that holds the "block execution" info.. can't seem to find the one psappdeploy is using..
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
We use it with SCCM 2012 R2 OSD ZTI scenarios now and it works great. In fact I was using PSADT before we implemented ZTI OSD and didn't have to change the majority of my packages. They just worked....
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
Hi, You just need to be aware of packages that require user environment customizations/settings in OSD scenarios though. What do you mean exactly? Are you using full ZTI with application mapping? How...
View Article