User Tools

Site Tools


полезные_команды_exchange

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
полезные_команды_exchange [2025/02/20 14:14] jpполезные_команды_exchange [2025/03/21 08:08] (current) jp
Line 94: Line 94:
  
 ---- ----
-=== Удаленное подключение к сессии PowerShell Exchange === 
  
-Вводим креды: 
- 
-<code>$Credentials = Get-Credential -Message "Log in to Exchange On-premise..." -UserName domain\username</code> 
- 
-Создаем сессию: 
-<WRAP prewrap> 
-<code> 
-$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://exchange.contoso.com/PowerShell/ -Authentication Kerberos -Credential $Credentials 
-</code> 
-</WRAP> 
- 
-Импортируем сессию: 
- 
-   Import-PSSession $Session -DisableNameChecking 
- 
-Подключаемся к созданной сессии: 
- 
-<code> 
-etsn $Session 
-</code> 
- 
-Уничтожить созданную сессию: 
- 
-<code> 
-Remove-PSSession -Id 1 
-</code> 
  
 ---- ----
полезные_команды_exchange.1740060844.txt.gz · Last modified: 2025/02/20 14:14 by jp