Non è stato possibile recapitare il messaggio in una cartella pubblica perché il recapito a questo indirizzo è limitato ai mittenti autenticati

The message could not be delivered to a public folder because the delivery to this address is limited to authenticated senders In Exchange 2013 e Exchange 2016 occorre abilitare i permessi per gli utenti anonimi nelle Public Folder controllare gli attuale permessi con: Get-PublicFolder “\” -Recurse | Get-PublicFolderClientPermission | Out-File -FilePath “c:\Temp\PFPerms.txt” Assegnare i permessi
Read More »

How to run 32-bit UDL file on a 64-bit Operating System

fonte: https://blogs.msdn.microsoft.com/chaitanya_medikonduri/2008/04/09/how-to-run-32-bit-udl-file-on-a-64-bit-operating-system/ We’ll need to  execute the command below from a command line or Start/Run :   C:\Windows\syswow64\rundll32.exe “C:\Program Files (x86)\Common Files\System\Ole DB\oledb32.dll”,OpenDSLFile C:\test.udl   Check the paths of rundll32.exe and oledb32.dll while running this command!   Here you have your 32 bit OLE DB Providers.