KK
Size: a a a
RH
RH
m
KK
АФ
$CommandList = "Get-Mailbox","Get-MailboxStatistics","Disable-Mailbox"
$SessionProperties = @{
ConfigurationName = 'Microsoft.Exchange'
ConnectionUri = "http://server/powershell"
Authentication = 'Kerberos'
}
$Session = New-PSSession @SessionProperties -ErrorAction Stop
Import-PSSession $Session -CommandName $CommandList -AllowClobber | Out-Null
VG
m
VG
VG
m
m
VG
m
m
m
VG
m
m