Exchange 2013 - Inoltrare un messaggio ad un indirizzo esterno

A differenza della versioni precedenti l'unico modo per abilitare l'inoltro di un messaggio verso una casella esterna è procedere con un comando di PowerShell

Here is what I have to do:

1. Create a contact in the Exchange 2013 "Admin Center".

2. If you want keep and forward, From Exchange Management Shell: 
Set-Mailbox -Identity "Allen" -DeliverToMailboxandforward $True -ForwardingSMTPAddress "allen@externaldomain.com" -ForwardingAddress "allen@externaldomain.com"

2a. 2. If you want to forward only, From Exchange Management Shell:
Set-Mailbox -Identity "Allen" -DeliverToMailboxandforward $False -ForwardingSMTPAddress "allen@externaldomain.com" -ForwardingAddress "allen@externaldomain.com"

If you go back into the Admin Center and look at the properties of the Mail Flow, Forwarding, you will see your Contact listed.

Ricerca server in rete

Chi ha una rete con molti pc potrebbe "perdere" tra le varie OU una macchina server.
Questo script PS esegue una ricerca su tutto il domino ( o meglio su tutte le macchine registrate a domino" e verifica che nelle proprietà del sistema operativo sia presente la voce  "server"


 Get-ADComputer -Filter *  -Properties * | Where-Object -Property OperatingSystem -like "*server*" | fl -Property DNSHostName

Creazione profilo Full con applicazione Citrix o Remote App

Può succedere che alcune applicazioni lanciate via RDP o via Citrix necessitino di un profilo utente completo.
Se il profilo utente non viene creato in maniera completa ( per intenderci coma quando si esegue un log-on interattivo su una macchina) può succedere che le policy di domino non vengano applicate in parte.

Ovviamente questo può provocare funzionamenti imprevedibili o non coerenti.
Per ovviare al problema seguire questa guida:


Some applications that rely on the Explorer.exe file may run in the TS RemoteApp session if you add the Runonce.exe file to a user’s logon script. To do this, follow these steps:
1.     In the server GPMC, click Local Computer Policy, click User Configuration, and then click Windows Settings.
2.     Click Scripts (Logon/Logoff), and then double-click Logon.
3.     Click Add.
4.     In the Script name box, type runonce.exe.
5.     In the Script parameters box, type /AlternateShellStartup.

Click OK two times.

Seguno i link agli articoli MS:

Wsus - Test check if work

Ovvero come verificare se il Tuo server Wsus Sta funzionando.

La prova piu semplice consiste nel aprire IE e inserire questo url:

http://<WSUSServerName>/iuident.cab
http://<WSUSServerName>:8530/iuident.cab

Dove ovviamente deve essere inserito il nome o ip del server e nel caso diversa dalla 80 anche il numero di porta.
Se tutto funziona a dovere viene proposto dove salvare il file .cab.
questo test verifica la connessione e il funzionamento del webserver del Wsus.

se non funziona ancora provare anche con: