New Post: Test-VPNConnection Function: Need help testing to see if it works...
Thanks for your help with this Paul. I haven't forgotten about this. The function can currently tell if the corporate resources are available or not. It cannot tell if you're at home and connected via...
View ArticleNew Post: findstr causing script failure
Hasi, Are you deploying the updated AnyConnect client as an MSI? Have you checked the logs on C:\Windows\Logs\Software\"APP Name"? I have deployed an updated AnyConnect client to my workstations, using...
View ArticleNew Post: findstr causing script failure
Hi, Yes the error I posted is from that log file. The .cmd script supplied by Cisco, is calling that MSI. :: version 0.9 @echo off setlocal :: *** Please configure these variables *** set SOURCE=0 set...
View ArticleNew Post: findstr causing script failure
Can you post the log file in here, from C:\Windows\Logs\Software, looking through it might help. Also if you run the Deploy-Application.exe locally does it work fine or does it ever give that error as...
View ArticleNew Post: findstr causing script failure
the only relevant lines are the ones are these:"'findstr' is not recognized as an internal or external command, operable program or batch file. 1==0 was unexpected at this time." [13-10-2014 16:03:29]...
View ArticleNew Post: findstr causing script failure
Its been a while since I have used SCCM 2007 so bear with me but are you configuring the PKG to download locally or to run from Distribution Point? [13-10-2014 16:09:34] [Installation] Executing...
View ArticleNew Post: findstr causing script failure
Hi, I have it set to run directly from the DP on fast connections and as cached on slow ones. I get the same warning message in the logs re UNC paths on successful installations as well. Additionally...
View ArticleNew Post: Deployment Script: Oracle Java Runtime 1.7.0.51
@rahulwithu - Did you use ServiceUI.exe in your custom WPP update to start your PADT deployment? This should get you out of non-interactive mode.
View ArticleNew Post: Specified cast is not valid. (at
*=============================================================================Remove any previous versions of...
View ArticleNew Post: Specified cast is not valid. (at
Which version of the toolkit are you using so that we can look up those line numbers from the error message.
View ArticleNew Post: Uninstall Non MSI legacy apps (unwise.exe)
Hi, We are using SCCM and have a bunch of legacy apps which have been installed on a clients Win 7 fleet. I would like to be able to use PS App toolkit to remove these apps prior to installing the new...
View ArticleNew Post: Uninstall Non MSI legacy apps (unwise.exe)
Don't worry, found it for myself. Added the following to the Pre-Installation sections: Execute-Process -FilePath "C:\Windows\SMS_FI~1\UNWISE.EXE" -Arguments "/s C:\Windows\SMS_FI~1\LOGS\NOTEPA~1.LOG"...
View ArticleNew Post: Deployment Script: Citrix Receiver 14.1.0.0 (4.1)
Think it is a missing " ) " at the end of •If (([environment])::Is64BitOperatingSystem) -eq $true I added it, and it works fine.
View ArticleNew Post: Installing phase does not run in the script on one machine on 4
Version 3.1.0 AppDeployToolkitMain OS : Microsoft Windows 7 Entreprise 64 bits 6.1.7601 Powershell : 2.0 or 3.0 x64 Mode : NonInteractive Installing phase does not run in the script on one machine on 4...
View ArticleNew Post: Installing phase does not run in the script on one machine on 4
the error comes from my script ! indeed it does not execute anything in the installation phase. sorry for this post thank you Fabrice
View ArticleNew Post: Specified cast is not valid. (at
I am also have the same error in the Get-InstalledApplication function as part of an uninstall. I am using the toolkit to install Java 7 Update 71 and have it attempt to remove any previous version of...
View ArticleNew Post: Specified cast is not valid. (at
I found the offending key in the registry, but I can't figure out what it doesn't like about it. The error is specifically coming from the command:Get-ItemProperty -LiteralPath $_.PsPath Found on line...
View ArticleNew Post: Specified cast is not valid. (at
Found the issue, underneath these keys was a DWORD value with invalid data. Once I deleted that value it worked as expected. For the OP, I was able to find what keys were having the problem using this...
View ArticleNew Post: Deployment Script: Oracle Java Runtime 1.7.0.51
Hello Jerre, I have not used serviceui.exe, can you please share the procedure to make of this tool. fyi: in my environment end users do not have administrative right.
View ArticleNew Post: Simple ActiveSetup
I needed a simple Active Setup, just to add a single registry key. Seems to be the most common task I run into when dealing with Active Setup. The other scripts offer much more functionality but I...
View Article