Win2088R2+SCCM 2012, client PC Win7x86
I use Powershell Script Detection Method to test Outlook 2010 Signature
Script:
$CompanyName='Company'
$MSWord=New-Object -comword.application
$EmailOptions=$MSWord.EmailOptions
$EmailSignature=$EmailOptions.EmailSignature
$EmailSignatureEntries=$EmailSignature.EmailSignatureEntries
if ($EmailSignature.NewMessageSignature-eq$CompanyName) {}
else
{
$MSWord.Quit()
exit1
}
if ($EmailSignature.ReplyMessageSignature-eq$CompanyName) {}
else
{
$MSWord.Quit()
exit1
}
$MSWord.Quit()
Write-Host"Successful"
This script workswhenrun manually!!!
But if yourun throughthe installation of applications in SCCM -does not work!
It is interestingthat the launchis scheduledon behalf of theuser, butthe processin Task Manager is displayed only whenopen "Show processes fromall users."
InAppdistsovery.logerror: