0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Exchangeでユーザー一覧をエクスポートする

Posted at

環境

Exchange Server 2010

エクスポート方法

2種類存在

  1. 管理コンソールから出力
  2. powershellで出力

管理コンソールから出力する

  1. 管理コンソールを開く
  2. 「受信者の構成」-「メールボックス」を開き
    右メニューから一覧のエクスポートをクリック
  3. 任意の場所に保存する(ファイル形式も変更可)

image.png

powershellで出力する

以下のようなコマンドで出力する
Get-Mailbox -Server [サーバ名] >> パス/ファイル名

〇例
Get-Mailbox -Server Ex2010Main >> C:\Users\exchange\Desktop\test.txt

以下のように出力されます
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?