New Post: Deferral timeout default - error 1618
If there's a setting to configure it I'm sure it'll work - think you've answered your own question :-)
View ArticleNew Post: Deferral timeout default - error 1618
Well it looks like I did! Just to confirm.... I will need to specify exactly the same time in the powershell xml from 1hr 55min to whatever we set? I'll let you know the outcome so you guys know for...
View ArticleNew Post: BlockExecution still enabled after the installation
Remove the corresponding "DebuggerValue" registry value for the blocked executable here under here: HKLM:SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
View ArticleNew Post: Show-InstallationWelcome
Hi, Sadly no, SCCM requires user interaction to be enabled in order to display PSADT UI, there are several other posts on this topic, this one might be of...
View ArticleNew Post: Running powershell script to uninstall software from Control Panel
Hi, not really a PSADT question. Does your uninstall string contain the full command? i.e. powershell.exe -executionPolicy bypass -noexit -file "C:\Program...
View ArticleNew Post: Possibilities with Defer option
I install a package with the Defer count set to 3. Every day I propose the package to the user. But the final day, when the Defer count is 0, the welcome-message will not be shown at all anymore and...
View ArticleNew Post: A parameter cannot be found that matches parameter name 'eq'.
I am finally getting around to testing version 3.5.0, in my first attempted to convert a 3.1.4 based script to 3.5.0 using the following condition which returns an error.if (Get-InstalledApplication...
View ArticleNew Post: A parameter cannot be found that matches parameter name 'eq'.
I think that should be: if (((Get-InstalledApplication -Name "Wireshark 1.12.3 (64-bit)") -eq $appName) -and ($appDisplayVersion -eq $appVersion)) Cheers, Dan
View ArticleNew Post: Running powershell script to uninstall software from Control Panel
Hi, Finally, I found to successfully remove a software by running."UninstallPath"="C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -file...
View ArticleNew Post: Unwanted Reboots
Thanks for the reply. I'll try to offer some smaller versions of the relevant parts of the log. I should add, that the three things that are mainly going on here (run cmd file, run exe file, and run...
View ArticleNew Post: A parameter cannot be found that matches parameter name 'eq'.
sintaxasn wrote: I think that should be: if (((Get-InstalledApplication -Name "Wireshark 1.12.3 (64-bit)") -eq $appName) -and ($appDisplayVersion -eq $appVersion)) Cheers, Dan Problem Solved! Thank...
View ArticleNew Post: Detect Active user / Locked Screen / Not Logged On user
Get-LoggedOnUser does not provide me that information. I tried, but the info in the log is the same when logged on with or without screensaver active and screen locked.
View ArticleNew Post: Using PSAT on Servers, Is PS 2.0 ok?
Does anyone have experience using the PSAT on servers? My main concern is that some of the servers I need to use the toolkit on have PowerShell 2.0. I know the documenation says that 2.0 is the...
View ArticleNew Post: Install PSADT as module on systems
Hi, is it possible to install the PSADT script as a own module on a system, so that in every PowerShell session the functions of PSADT are available. In a nutshell, I'd like to add PSADT to systems and...
View ArticleNew Post: End message
Hi, I'm new to powershell. Is there a way to show an end message instead of a balloon notification once the application has installed?
View ArticleNew Post: A parameter cannot be found that matches parameter name 'eq'.
Hello Dan, I think that I may have spoken too soon. while the addition of the parentheses in the followingif (((Get-InstalledApplication -Name "Wireshark 1.12.3 (64-bit)") -eq $appName) -and...
View Article