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
Next revision
Previous revision
полезные_команды_exchange [2024/11/26 13:10] jpполезные_команды_exchange [2025/03/21 08:08] (current) jp
Line 94: Line 94:
  
 ---- ----
-=== Удаленное подключение к сессии PowerShell Exchange === 
  
-Вводим креды: 
- 
-<code>$UserCredential = Get-Credential</code> 
- 
-Создаем сессию: 
-<WRAP prewrap> 
-<code> 
-New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://mx.office.domain.ru/PowerShell/ -Authentication Kerberos -Credential $UserCredential 
-</code> 
-</WRAP> 
- 
-Подключаемся к созданной сессии: 
- 
-<code> 
-etsn -id 1 
-</code> 
- 
-Уничтожить созданную сессию: 
- 
-<code> 
-Remove-PSSession -Id 1 
-</code> 
  
 ---- ----
полезные_команды_exchange.1732626631.txt.gz · Last modified: 2024/11/26 13:10 by jp