Avatar of AXISHK
AXISHK

asked on 

Powershell argument

Is there any specific meaning for "%" and $_ in the following powershell ?  Thx

$AllMailboxes = Get-Mailbox | ?{$_.ExchangeUserAccountControl -eq 'AccountDisabled'}
$AllMailboxes|%{$_|New-MailboxExportRequest -FilePath \\<server FQDN>\<shared folder name>\$($_.Alias).pst}
Powershell

Avatar of undefined
Last Comment
AXISHK

8/22/2022 - Mon