Get-User 指令程式不會傳回信箱或郵件使用者的任何郵件相關內容。 若要檢視使用者的郵件相關內容,您需要使用以物件類型 (例如 Get-Mailbox 或 Get-MailUser) 為基礎的對應指令程式。 您必須已獲指派權限,才能執行此指令程式。 雖然本主題已列出這個指令程式的所有參數,不過,如果某些參數並未包含在指派給您的權限中...
PowerShell複製 Get-Mailbox[-Anr <String>] [-Arbitration] [-Archive] [-AuditLog] [-AuxAuditLog] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-GroupMailbox] [-IgnoreDefaultScope] [-InactiveMailboxOnly] [-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames] [...
利用Powershell查询AD中电脑Get-ADComputer -Filter *利用Powershell查询AD中电脑详细信息Get-ADComputer -Filter * -Property *查询用户详细信息Get-ADUser-Identity"User1"-Properties* 将用户"User1"的部门修改为 笔记 AD AD Infrastructure management with PowerShell AD Infrastructure management with PowerShellAD...
PowerShell Kopieren Get-MailboxIRMAccess [[-Identity] <MailboxIdParameter>] [-User <SecurityPrincipalIdParameter>] [<CommonParameters>] Beschreibung Hinweis Dieses Cmdlet funktioniert nur für Stellvertretungen, die bereits über vollzugriffsberechtigungen für das Postfach verfügen. Weitere Informatio...
get-mailbox powershell command no longer works Hi, i have been running the command Get-Mailbox |Select-Object DisplayName, PrimarySmtpAddress |Sort-Object DisplayName | Export-CSV C:\IT\Powershell\Users.csv as part of a powers...
PowerShellCopy Get-User[[-Identity] <UserIdParameter>] [-Arbitration] [-AuditLog] [-AuxAuditLog] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-IgnoreDefaultScope] [-IncludeDirectReportsWithDisplayNames] [-IsVIP] [-OrganizationalUnit <OrganizationalUnitIdParameter>...
PowerShell Copy Get-MailboxDatabase -Server <ServerIdParameter> [-DomainController <Fqdn>] [-DumpsterStatistics] [-IncludeCorrupted] [-IncludePreExchange2010] [-IncludePreExchange2013] [-Status] [<CommonParameters>]PowerShell Copy Get-MailboxDatabase [[-Identity] <DatabaseIdParameter>] [-...
PowerShell Get-MailboxServer[[-Identity] <MailboxServerIdParameter>] [-DomainController <Fqdn>] [-Status] [<CommonParameters>] Description 반환된 ExchangeVersion 특성은 반환된 개체를 관리하는 데 사용할 수 있는 Microsoft Exchange의 최소 버전입...
PowerShell Copy Get-Mailbox [[-Identity] <MailboxIdParameter>] [-Arbitration] [-Archive] [-AuditLog] [-AuxAuditLog] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-GroupMailbox] [-IgnoreDefaultScope] [-InactiveMailboxOnly] [-IncludeAcceptMessagesOnlyFromDL...
Get-DisconnectedMailbox “Bradford Boyer” | %{Connect-Mailbox -Identity$_.StoreMailboxIdentity -Database ‘DB1′ -User ‘contoso\bboyer’ -Alias ‘bboyer’} 参考至博文<http://www.mikepfeiffer.net/2010/06/managing-disconnected-exchange-mailboxes-with-powershell/> ...