Skip to content

Instantly share code, notes, and snippets.

@Josh00
Last active July 16, 2019 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Josh00/224a39db3f6b514170ae9392a0ed48e8 to your computer and use it in GitHub Desktop.
Save Josh00/224a39db3f6b514170ae9392a0ed48e8 to your computer and use it in GitHub Desktop.
コマンド)
Add-RecipientPermission -Identity <該当グループのメール アドレス> -AccessRights SendAs -Trustee <権限を付与するユーザーのメール アドレス> -Confirm: $False
例)
Add-RecipientPermission -Identity MLGroup@domain.com -AccessRights SendAs -Trustee UserAcount@domain.com -Confirm:$False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment