Ho difficoltà a eseguire i cmdlet di Exchange 2010 tramite sessioni remote di PowerShell.
Inizio la sessione di PowerShell locale come amministratore ed eseguo i seguenti comandi:
PS C:\Windows\system32> $mailcred = Get-Credential
PS C:\Windows\system32> $mailSession = New-PSSession -ComputerName MAILSRV -Credential $mailcred
PS C:\Windows\system32> Enter-PSSession $mailSession
[MAILSRV]: PS C:\Users\jdoe\Documents> Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
[MAILSRV]: PS C:\Users\jdoe\Documents> hostname
MAILSRV
[MAILSRV]: PS C:\Users\jdoe\Documents> Get-ExchangeServer
Value cannot be null.
Parameter name: serverSettings
+ CategoryInfo :
+ FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Exchange.Management.SystemConfigurationTasks.GetExchangeServer
[MAILSRV]: PS C:\Users\jdoe\Documents> get-mailbox
Value cannot be null.
Parameter name: serverSettings
+ CategoryInfo :
+ FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Exchange.Management.RecipientTasks.GetMailbox
Come puoi vedere, nessuno dei cmdlet di Exchange funziona. Quale potrebbe essere il problema?
ImportSystemModules
caricare i moduli registrati nello spazio corrente. I cmdlet di Exchange potrebbero non essere importati automaticamente nella sessione / spazio di esecuzione remoti.