New Post: What is the correct configuration to make the apdtk appearing?
Pollewops wrote: As configured in the screenshot it should be OK...that is the way I configure it also. Something is strange. My script is starting interactive from my parameters and switch to...
View ArticleNew Post: Test-IsLaptop extension
#region Function Test-IsLaptop Function Test-IsLaptop { <# .SYNOPSIS Tests whether the local machine HAS a battery. .DESCRIPTION Tests whether the local machine HAS a battery and returns true/false....
View ArticleNew Post: Using PSAT on Servers, Is PS 2.0 ok?
They do not remember the specific issue. And so it was more of a general question to get feeling about how it might go. Will move forward with using the tool kit. Thanks.
View ArticleNew Post: Install PSADT as module on systems
With the way it is built, I do not think it is possible. I think the key element would need to be the ability to rename the Deploy-Application.ps1 file and still have all of the pointers work. If you...
View ArticleNew Post: script that can detect the session id and use psexec
Did you tried serviceui.exe?
View ArticleNew Post: Problems Deploying with SCCM 2012 R2
Hello! First let me start by saying this tool kit is amazing! My company is going through a merger and I was able to leverage this as a unification point for both engineering departments. That being...
View ArticleNew Post: Problems Deploying with SCCM 2012 R2
Would you give more détails:SCCM versionPackage configHow are you launching the package?Did you get a look to your log path in the xml? What is the log path?
View ArticleNew Post: Importing Hex values with Set-RegistryKey
Is it possible to import a Hex value into the registry with Set-RegistryKey. There is no 'Hex' in the list of 'Types' allowed. What do 'none' and 'unknown' do? Can I use one of those?
View ArticleNew Post: Problems Deploying with SCCM 2012 R2
Thanks for getting back to me Siocnarf; I've answered your questions below;SCCM Version: 2012 R2Package Config: I've tried using both an application and a package in SCCM following the instructions....
View ArticleNew Post: script that can detect the session id and use psexec
Hi, I have and cannot get it to work consistantly. Does anyone have an example on how they use it successfully?
View ArticleNew Post: Remove-registrykey question
I am working on a app that does not always cleanly remove reg keys. I started playing with remove-registrykey -key.... -name... etc. Its really, really close to remove-item -path hklm.... the question...
View ArticleNew Post: Problems Deploying with SCCM 2012 R2
Which commandline are you using? Did you tried just a small test? A little PS1 with only loading PSADTK and testing write-log?
View ArticleNew Post: Triggering Exitcodes in Extensions
The correct usage would be Exit-Script $exitCode
View ArticleNew Post: Problems Deploying with SCCM 2012 R2
For a sample application I tried the following; Package: NICE Program: PSADT TEST Command Line: Deploy-Application.exe Run: Normal Environment: Whether or not a user is logged on. Run Mode: Run with...
View ArticleNew Post: Problems Deploying with SCCM 2012 R2
And what are the result? When not adding the Interactive parameter? Did you tried only when loading PSADT and running Write-log ....? This would eliminate many questions...
View ArticleNew Post: Including the '>' redirect character in the Parameters list in...
I am trying to run the following command in the installation section of my install script. $param1 = "/xmlout /catalog wsusscn2.cab >result.xml"Execute-Process -Path mbsacli.exe -Parameters '/xmlout...
View ArticleNew Post: Triggering Exitcodes in Extensions
In your latest script there are still Exit <code> instead of exit-script. May be you should get a look. Do you have a table to define each code? Thanks,
View ArticleNew Post: -ShowInstallationRestartPrompt -NoCountdown not visiable Version 3.5
Ran into the issue as well and the command actually passes ":$true" to the switch NoCountDown and this fails. I changed the building of installRestartPromptParameters. Removing :$" +...
View ArticleNew Post: Invoke-SCCMTask 3.5.0
First I love this tool!!! It has become our standard in cm12 app deployments, at least where complex apps are needed. Been looking over the appdeploytoolkitmain.ps1 file for the new release 3.5.0 (I do...
View ArticleNew Post: Anybody using AppDeployToolkit to deploy package with SCCM 2012 R2?
I do this with OSD and the applications are configured like so: main properties page: selected allow this application to be installed without being deployed (its built solely for OSD) deployment types...
View Article