Ciao,
ho provato ad implemetare lo script powershell scaricato a questo indirizzo:
http://gallery.technet.microsoft.com/office/6f7eee4b-1f42-499e-ae59-1aceb26100de
(Outlook signature based on user information from Active Directory)
Tutto Ok a parte quando cerca di impostare la firma con il seguente comando:
$EmailSignature.NewMessageSignature=$CompanyName
la shell mi restituisce il seguente errore:
Exception setting "NewMessageSignature": "Unspecified error (Exception from HRESULT: 0x80004005
(E_FAIL))"
At C:\Users\****\Desktop\Signature\Signature.ps1:80 char:1
+ $EmailSignature.NewMessageSignature=$username
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
+ FullyQualifiedErrorId : CatchFromBaseAdapterSetValueTI
Qualche idea?
Lato client: win 7 sp1 64 bit off 2010 sp1
mille grazie
ciao