11
Need to completely revamp and add modern PowerShell support for Dynamics 365

- Support for Modern Authentication
- Module delivered through PowerShell Gallery
- Each CmdLet should not do its own authentication. Instead, follow standards of using "Connect-D365" or something along those lines (e.g. Connect-AzAccount for Az PowerShell)
- Ability to use an AAD application for authentication (to support automation processes)
- Ability to support all aspects of user provisioning (placement in business unit, assignment of security roles, approval of email, test of mailbox to establish SSS)

If you need examples of how a product's PowerShell should be done, please reference the Az modules.
STATUS DETAILS
Under Review