New Post: Show-InstallationWelcome
Is it possible somehow to "Show-InstallationWelcome" prompt when using below configuration Application -> Deployment Types ->User Experience is set to "Whether or not a user is logged on"...
View ArticleNew Post: SCCM 2012 settings
What am i doing wrong ? I can't get my PADT package working correctly in SCCM 2012. So how do you guys configure a program in SCCM 2012 ? When I defer my PADT package I get a "Execution is complete for...
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
How are packages configured in SCCM 2012 ? Visible: Showed, hidden ? Action after: no Action or package control restart ? How does the package respond on defer, exit code 5000 ?
View ArticleNew Post: Getspecialfolders CommonDesktopDirectory failed
I created a PSAD. Package in which i query the CommonDestopDirectory value. It runs perfect on my test machines when using the package in sccm 2012. Now I started deployment to other pc's and I get...
View ArticleNew Post: Is it possible to get the cmdlets into a editor?
Hey Is it possible to get the cmdlets into a editor? For example when typing show- {tab} gets show-display ? Thanks in advance Mike
View ArticleNew Post: Is it possible to get the cmdlets into a editor?
You can. In PowerGui I edit AppDeployToolkitMain.ps1 and run it in PowerGui. It fails but it initializes all the variables and functions. After that, show-{tab} thing works.
View ArticleNew Post: MS Updates Deployment
That is an interesting post. On a related note the option in PSADT Install-MSupdates dos not seem to work correctly in 3.2.0. I have tested with an MSP for sccm 2012 R2 CU3 and for rsat tools installs....
View ArticleNew Post: Detect Active user / Locked Screen / Not Logged On user
What version of PSADT started using get-LoggedOnUser? we are currently on 3.2.0
View ArticleNew Post: Using with SCCM
try changing the DT order. CM12 processes them from top down basically.
View ArticleNew Post: SCCM Return Codes
We do not use the exe either so is there a way to pass the actual exit code back out to CM12? I am seeing lots of (1) exit codes. We do not use the exe as we have centrally deployed the supporting...
View ArticleNew Post: Test-MSUpdates question
so I have been looking to install updates OK RSAT [Windows6.1-KB958830-x64-RefreshPkg.msu] and the install-msupdates command should work. Its not and I think that is because in the PSADT version 3.2.0...
View ArticleNew Post: SCCM Return Codes
We use a CMD wrapper in front of the PSADTK for legacy reasons:set "_Powershell=%SYSTEMROOT%\system32\WindowsPowerShell\v1.0\powershell.exe" "%_Powershell%" "& '%~dp0%FN%.ps1' Install...
View ArticleNew Post: Unwanted Reboots
I'm a newbie as PSADT, but I've got this sorta working. Problem is that it up and reboots near the end of the installation, but the app itself does NOT require or invoke a restart. I can't tell if it's...
View ArticleNew Post: install-sccmsoftwareupdates old code in v 3.2.0
This may be addressed with newer versions but for those still on 3.2.0...... While working with cm12 r2 clients and the install-sccmsoftwareupdates it would simply not work. After some digging I found...
View ArticleNew Post: BlockExecution still enabled after the installation
Hi! Any idea how I can disable the blockexecution? A restart does not help. Kind of stuck :-/
View ArticleNew Post: Deferral timeout default - error 1618
Hi, In the AppDeployToolkitConfig.xml the InstallationUI_Timeout is default 6900 (1 hour 55mins), when timed out the script will return a 1618 error code (fast retry) and will continually re-run until...
View ArticleNew Post: Deferral timeout default - error 1618
Hi, you can't extend timeout interval without the script crashing out as SCCM times out by default after 2 hours. You could try using the DeferDays parameter.
View ArticleNew Post: Deferral timeout default - error 1618
What if I can increase the deferal timeout in the xml and the maximum allowed run time in the SCCM application? Regards, Craig
View ArticleNew Post: Deferral timeout default - error 1618
I believe it's possible with programs but not applications.
View ArticleNew Post: Deferral timeout default - error 1618
So even if you configure the application deployment type user experience "Maximum allowed run time (minutes)" higher than the default 120 minutes it will always timeout after 2 hours?
View Article