问题标签 [exchange-server-2007]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
.net - PowerShell:如何查询 AD 和交换邮箱大小
我最近才发现 Exchange server2007 将不再支持 WMI,即使用\ROOT\MicrosoftExchangeV2
.
我编写的旧脚本将 ServerName、StorageGroupName、Storename、MailboxDisplayName、Size、TotalItems、DeletedMessageSizeExtended 字段输出到 CSV 文本文件。
我将如何在 PowerShell 中执行此操作?
我发现您可以在运行的 2007 Exchange 管理控制台中执行此操作
这会产生一些交换字段。如何为 Exchange 数据库中的同一用户生成其余的 Active Directory 字段,例如在 Active Directory 中找到的描述和 Office 字段,并将其输出到 txt 文件?
powershell - 交换 powershell:get-user 没有描述属性?
当我get-user|get-member
在带有交换插件的 powershell 中运行时,我注意到没有描述属性。
有谁知道它是否已重命名为其他名称或其他访问方式?
powershell - exchange powershell : finding the active directory office property
I wrote this small script to pull the office property from get-user by piping the exchange mailbox object.
I don't get any output or red errors. just the warning:
WARNING:There is no data to return for the specifed mailbox 'Globe/MobileElect Usertemplate', because it has not been logged on to. WARNING:By default only the first 1000 items are returned. To change the number of items returned, specify the parameter "-ResultSize". To return all items specify "-ResultSize Unilimited" (Note: REturning all items maytake a long time and consume a large amount of memory depending on the actual number of items). It is not recommended to store the results in a variable; instead pipe the results to another task or script to perform batch changes.
Any ideas on what might be causing this?
My goal is to develop a script which executes once a day via scheduled task which compiles all mailbox names, mailbox sizes, totalitems, totaldeleted items, along with their office and description fields (from active directory).
I'm guessing the get-qaduser is part of the quest powershell addon. I'll install it locally and give it a try..
the identiy property seems to give a number similar to the guid which looks like 1234as01-4f54-1234-b1df-f1df1df12d2d
I tried running
and it found a name (joey blasio) and recipient type (usermailbox)
then i ran
Displayname (Joey Blasio ) and DistinguishedName (CN=Joey Blasio,OU=EWE,DC=BLA-1,DC=net)
powershell - 有没有办法通过 Exchange PowerShell 查询谁是 activesync/bb 用户?
有没有办法查询 Exchange 2007 以区分谁是使用 powershell 交换插件的活动同步用户或黑莓用户?
windows - powershell exchange:如何设置计划任务来运行 exchange2007 powershell?
我在操作选项卡下设置计划任务(现在称为任务计划程序)以在 Windows 2007 服务器上运行时遇到问题。它还具有交换服务器 2007。
我试过设置
程序/脚本:C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe 添加参数(可选):-psconsolefile exshell.psc1 -command "& {c:\mes-detail\emsbilling08.ps1}" 开始于(可选):“C:\Program Files\Microsoft\Exchange Server\Bin\
我意识到 exshell.psc1 可能还需要一个显式路径,所以我也尝试过:
-psconsolefile C:\Program Files\Microsoft\Exchange Server\Bin\exshell.psc1 -command "& {c:\mes-detail\mailall3.ps1}" 但这也不起作用
有任何想法吗?
outlook - Outlook 2007 需要通过 HTTP 的密码。(交换 2007)
我有一个配置了 ActiveSync 和 RPC over HTTP 的 Exchange 2007。
以下是有效的方法:
- 网络内部的 Outlook。
- 移动设备。
- Outlook Web 访问。
唯一不起作用的是:
- 网络外的 Outlook。
每当有人在网络之外试图通过 Outlook 访问他们的电子邮件时,他们就会不断地收到用户名和密码提示。机器可以通过 HTTP 访问网络,因此防火墙配置似乎正确。该机器还具有正确的根证书。
我不确定这里发生了什么。任何提示将不胜感激。
谢谢!
powershell - exchange powershell:解析数组布尔值
在我的输出中,我得到
@{ActiveSyncEnabled=假}
我如何解析它,使它只说“假”?
输出来自这行代码:
c# - 如何使用 Exchange 2007 和 c# 在域外发送电子邮件
只要发件人和收件人地址都在我的域内,我就可以使用典型的 C# SMTP 代码跨 Exchange 2007 发送电子邮件。
一旦我尝试在域外发送电子邮件,我就会得到:
异常详细信息:System.Net.Mail.SmtpFailedRecipientException:邮箱不可用。服务器响应为:5.7.1 无法中继
如何让 Exchange 接受我的电子邮件并将其发送到互联网?
mapi - 使用 Exchange Web 服务枚举邮件项上的所有属性(mapi 属性?)
我正在尝试解决 Exchange 2007 服务器上某些邮件项目的问题。我已经能够确定我认为接收者属性有问题,但我不确定,所以我想列举一个坏消息的所有属性,并将其与一个好消息进行比较.
我也会接受 MAPI 或 WebDAV 解决方案。
php - Exchange Server 2007 Web 服务 PHP 类
有谁知道一个开源的 PHP 类(最好是 BSD 或 MIT 许可证),它将与 MS Exchange Server 2007 Web 服务通过。肥皂?
我正在寻找一个具有发送消息功能的更高级别的类。网络服务。