New Post: Few questions re SCCM
I dont seem to be able to find the answers to these questions in the documentation. We are using PADT to deploy applications such as flash and java which usually require browsers to be closed. We are...
View ArticleNew Post: SCCM Retry
Have you tried manually running an application deployment evaluation cycle? is your application deployed as required or available? If only available it won't ever re-run. We have been working on the...
View ArticleNew Post: Defer showing as failed in sccm
Hi, Im having a similar issue using toolkit version 3.50. Once deferred SCCM is not retrying the deployment as the program is apparently "completed successfully" therefore not being re-run. Did you...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
(Apologies if this requires a new thread) I am running into a problem solely with the Show-InstallationPrompt dialogs displaying under session 0, and only with PowerShell 3.0 or 4.0. The...
View ArticleNew Post: Any way to use Intellisense with the toolkit? Or get the PowerShell...
I am trying to introduce the toolkit to my PowerShell newbie coworkers, and I have some questions around making the toolkit more user friendly to non-scripting types. Is there a way to get Intellisense...
View ArticleNew Post: Problems with -CloseAppsCountdown
You have to use -ForceCloseAppsCountdown <Int32>
View ArticleNew Post: Check for pending reboot
I found out that the Powershell "Test-Path" command is not always working correctly. For that I changed my code to:<# .SYNOPSIS This script is a template that allows you to extend the toolkit with...
View ArticleNew Post: Correct syntax for values in registry key
What is the correct syntax for setting a Binary value in a registry key. I found:([Byte[]](0xae,0x00,0xee)) on the Intertubes? Is that the best/only way? I also found out that DWord accepts '0' or '1',...
View ArticleNew Post: Defer showing as failed in sccm
Can anyone please help with this? Thanks Craig
View ArticleNew Post: SCCM Retry
The deployment is set as required it simply just does not retry. I've been monitoring the machine for a few days now and still not a single retry. Additionally I have checked our agent settings and...
View ArticleNew Post: Any way to use Intellisense with the toolkit? Or get the PowerShell...
Hi, Easiest way to do this is to dot-source the main toolkit script in the ISE using . .\AppDeployToolkitMain.ps1 Then hit Refresh on the Command add-on. Here’s what you’ll get: Hope this helps, Dan
View ArticleNew Post: Any way to use Intellisense with the toolkit? Or get the PowerShell...
Thank you for the reply, Dan. But the image is not showing up?
View ArticleNew Post: Show-InstallationProgress Delayed on PowerShell 3.0 and 4.0
I am running into a problem solely with the Show-InstallationPrompt dialogs displaying on under PowerShell 3.0 or 4.0. After upgrading PowerShell to v3.0 or v4.0 on Win7x64, the dialog fails to...
View ArticleNew Post: Any way to use Intellisense with the toolkit? Or get the PowerShell...
That is awesome. Thank you, Dan.
View ArticleNew Post: Check for pending reboot
Hi, Interesting but as I believe it would be better to include it in PSADT. If I remember correclt there is already a function to check registry key so why not using it? Thanks,
View ArticleNew Post: Check for pending reboot
Hi Siocnarf, Which function ? I only know the default Powershell Test-Path and that function does not always work correctly on registry "values".
View ArticleNew Post: Check for pending reboot
Hi Siocnarf, Yes i have seen that function Get-RegistryKey. But also, as described in the function header, you should use Test-Path to test if a key/value exist. And test-path is not working always...
View ArticleNew Post: Check for pending reboot
I tried your script and don't understand:If ($scriptParentPath) { Write-Log -Message "Script [$($MyInvocation.MyCommand.Definition)] dot-source invoked by [$(((Get-Variable -Name...
View Article