Pages

Showing posts with label Links - Professional. Show all posts
Showing posts with label Links - Professional. Show all posts

15.7.11

Outlook 2010 missing features

Cause: You install Outlook 2010 "standalone" in a computer with a previous version of Office installed / you upgrade only the Outlook program of your Office suite.

Symptom: Some features of Outlook 2010 are missing, and the corresponding configuration options and/or buttons are disabled or greyed out.

Workarounds: I found this interesting article over the web suggesting some workarounds.
http://www.slipstick.com/outlook/ol2010/standalone.asp
Many thanks to the authors (but I'd preferred them not to be sarcastic over searching the web before purchasing).

15.2.11

Non è possibile creare una regola di trasporto disclaimet in Exchange Server 2010

Sintomi:
Quando si cerca di aggiungere una regola di trasporto di tipo disclaimer ad Exchange Server 2010 sp1 la MMC va in crash con il seguente errore:
FX:{A5406CA3-6393-48a0-8827-CF06F0C94C55}
in Microsoft.ManagementConsole.Internal.SnapInMessagePumpProxy.OnThreadException(Object sender, ThreadExceptionEventArgs e)
in System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
in System.Windows.Forms.Control.WndProcException(Exception e)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
in System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
in System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
in System.Windows.Forms.ListView.WndProc(Message& m)
in Microsoft.Exchange.Management.SystemManager.WinForms.DataListView.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Workaround:
Seguendo le istruzioni nelle seguenti pagine web è possibile creare la regola tramite Exchange Management Shell e poi modificarla tramite MMC.

L'unico accorgimento da prendere in aggiunta a tale articolo è che ho messo a false la proprietà abilitato.

New-TransportRule -Name ExternalDisclaimer -Enabled $false -SentToScope 'NotInOrganization' -ApplyHtmlDisclaimerLocation 'Append' -ApplyHtmlDisclaimerText "

Disclaimer Title

This is the disclaimer text.

" -ApplyHtmlDisclaimerFallbackAction Wrap

Ulteriori informazioni utili qui:

21.10.10

Windows 2003 Server Stop 0x000000ba

When terminal user logs off from terminal server session the server crashes with the following error codes:
0x805000f
0x000000ba(hex codes).

Known bug in 2003 server rdp dlls.
Working hotfix available.

19.4.10

Programmatically replace Symantec Endpoint Protection Default Server in Clients Configuration


Hi,
in order to change the SEP Clients server without reinstalling all the clients you can browse for

SYLINKREPLACER.ZIP

Thanks to Symantec Staff...

28.10.09

Want to create a "New Word 97-2003 Document"?

Since I'm not resolving new problems by myself I've decided to start collect link to useful information found all around the web.

Here it is my first link.

A Office 2007 user asked me to have the possibility to create a new Office document in old 97-2003 format from the context menu.
Searching on the web I found this solution.

My best regards to the author!

Raf