如何使用 cmdlets 2007 获取邮箱到期日期?

如何使用 cmdlets 2007 获取邮箱到期日期?

我想知道使用哪些 cmdlet 来查找 Exchange Server 2007 中的邮箱到期日期。我有一个 cmdlet,可以提供 Exchange Server 2013 的邮箱到期日期。是否有任何等效的 cmdltes 可用于 Exchange Server 2007。Exchange Server 2013 的 cmdlet

Get-ADUser -Filter * –Properties Name, EmailAddress, AccountExpirationDate, GivenName |   select Name, EmailAddress, AccountExpirationDate, GivenName | where{$_.AccountExpirationDate –ne $null}

相关内容