← 返回命令列表

Linux command

aws-workmail 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List all organizations

aws workmail list-organizations

Describe an organization

aws workmail describe-organization --organization-id [m-1234567890abcdef0]

List users

aws workmail list-users --organization-id [m-1234567890abcdef0]

Create a user

aws workmail create-user --organization-id [m-1234567890abcdef0] --name [username] --display-name "[Display Name]" --password [password]

Reset a user password

aws workmail reset-password --organization-id [m-1234567890abcdef0] --user-id [user-id] --password [new-password]

List groups

aws workmail list-groups --organization-id [m-1234567890abcdef0]

List mail domains

aws workmail list-mail-domains --organization-id [m-1234567890abcdef0]

说明

aws workmail is the AWS CLI interface for Amazon WorkMail, a secure, managed business email and calendaring service. WorkMail supports existing desktop and mobile email clients including Microsoft Outlook, iOS, and Android applications. The CLI provides management capabilities for WorkMail organizations, users, groups, resources (meeting rooms, equipment), mail domains, and mobile device access policies.

FAQ

What is the aws-workmail command used for?

aws workmail is the AWS CLI interface for Amazon WorkMail, a secure, managed business email and calendaring service. WorkMail supports existing desktop and mobile email clients including Microsoft Outlook, iOS, and Android applications. The CLI provides management capabilities for WorkMail organizations, users, groups, resources (meeting rooms, equipment), mail domains, and mobile device access policies.

How do I run a basic aws-workmail example?

Run `aws workmail list-organizations` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more aws-workmail examples?

This page includes 7 examples for aws-workmail, plus related commands for nearby Linux tasks.