Self-service signup

If you do not currently have Azure Active Directory configured for users, you will need to configure it through the Microsoft Online Services Module.

To obtain the Microsoft Online Services PowerShell, launch an elevated PowerShell prompt and run the following command:

Install-Module MSOnline

To enable self-service signup, you can run the following PowerShell cmdlet when connected to Office 365 via the Microsoft Online Services PowerShell:

Set-MsolCompanySettings -AllowEmailVerifiedUsers $true -AllowAdhocSubscriptions $true

If you enable ad hoc subscriptions, users may be able to self-provision other Office 365 services, such as Power BI. If this is not desirable for your organization, you will want to leave this setting disabled and configure identity manually or use synchronized identity instead.

After you have enabled this option, the next time users without an Azure Active Directory identity attempt to sign in to the service, they will be prompted to create a new password. After creating a password and validating their email address, they will be allowed to sign into the service. Behind the scenes, you will see new Azure Active Directory users in the portal for every user that self-registers.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.216.47.169