Weekly Tip 1

Create new user in Office365 with PowerShell:

New-MsolUser -displayname “John Doe” -FirstName John -LastName Doe -UserPrincipalName jdoe@contoso.onmicrosoft.com

This can be used in a script to provision multiple users. This command will set a random password, but you can use the -password parameter to set one if needed.

Share:

Facebook
Twitter
LinkedIn

Contact Us

Name
=
On Key

More Posts

Endpoint Management

How to Prevent a Stryker Attack

The Stryker breach did not happen because of advanced hacking. It happened because one privileged account was enough to take control. A compromised global administrator can: Shut down access Push malicious changes Wipe devices Lock users

Read More »