Get-MailContact Microsoft 365 解决方案和体系结构 应用和服务 培训 资源 免费帐户 本文原文为英文,已针对你所在市场进行了翻译。 你对所用语言的质量的满意度如何? 请告诉我们 消除警报 版本 Exchange PowerShell 搜索 组织 策略和合规性 policy-and-compliance-audit...
PowerShell 複製 Get-Contact -Anr Markus* -RecipientTypeDetails MailContact 本範例使用 Anr 參數來擷取所有名稱的開頭為 Markus 之擁有郵件功能的連絡人。 參數 -Anr Anr 參數會指定用來執行模糊名稱解析 (ANR) 搜尋的字串。 您可以指定部分字串,然後搜尋屬性符合該字串的物件。 搜尋的預設屬性如下: CommonName...
例如,如果您使用 RecipientType 值 MailContact,就無法使用 UserMailbox 這個參數的值。 您會收到錯誤:任何指定的 RecipientTypeDetails 都不會包含在任何指定的收件者類型中。 展開資料表 Type: String[] Position: Named Default value: None Required: False Accept pipeline input: False Accept wildcard ...
Distribution group update based on AD attributes – PowerShell Monitor Windows Services status Remotely Export Reverse DNS PTR Records Schedule Task Monitor Script Monitor and alert Windows Services status Exchange 2010 Health Check Get Network Info from list of servers – DNS, IP, WINS Export Active...
How do write the powershell script for the above? I found Solution for You. at first , how to show the room mailbox : [PS] C:\get-mailbox|where {$_.recipientTypeDetails -eq "roomMailbox"} Name Alias ServerName ProhibitSendQuota ...
PowerShell Copy Get-Recipient -Identity "Marketing Department" | Format-ListThis example returns detailed information for the recipient named Marketing Department.Example 3PowerShell Copy Get-Recipient -RecipientType MailContact -SortBy Office | Format-Table -Auto Office,Name...
PowerShell Copy Get-Recipient -Identity "Marketing Department" | Format-ListThis example returns detailed information for the recipient named Marketing Department.Example 3PowerShell Copy Get-Recipient -RecipientType MailContact -SortBy Office | Format-Table -Auto Office,Name...
MailContact MailNonUniversalGroup MailUniversalDistributionGroup MailUniversalSecurityGroup MailUser PublicFolder UserMailbox If you need to findExchange objects with the same (duplicate) recipient SMTP address, run: Get-Recipient -resultsize unlimited | where {$_.EmailAddresses -like "*email@woshub.com...
PowerShell Copy Get-Contact -Identity MarkusBreyer | Format-ListThis example returns detailed information for the contact named Markus Breyer.Example 3PowerShell Copy Get-Contact -Anr Markus* -RecipientTypeDetails MailContactThis example uses the Anr parameter to retrieve all mail-enabled contacts ...
PowerShell Get-Recipient-RecipientTypeMailContact-SortByOffice |Format-Table-AutoOffice,Name This example retrieves information about all the mail contacts in your organization and sorts them by office. Parameters -Anr The Anr parameter specifies a string on which to perform an ambiguous name resolutio...