Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 469 Bytes

NewSPOUser.md

File metadata and controls

20 lines (16 loc) · 469 Bytes

#New-SPOUser Adds a user to the build-in Site User Info List and returns a user object ##Syntax

New-SPOUser -LoginName <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
LoginName String True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> New-SPOUser -LoginName user@company.com