Set-O365AssignedUser
Assigns an account to a network user account.
Parameter Set: Default
Set-O365AssignedUser [-LocalAccountName] <String> [-O365AccountUPN] <String> [ <CommonParameters>]
The Set-O365AssignedUser cmdlet assigns an account to a network user account.
Specifies the name of a local Active Directory user account. The cmdlet assigns the account to the local user account that you specify for the O365AccountUPN parameter.
Aliases |
none |
Required? |
true |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
True (ByValue) |
Accept Wildcard Characters? |
false |
Specifies a user principal name (UPN). The cmdlet assigns the account that you specify to the local user account that you specify for the LocalAccountName parameter.
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
Accept Pipeline Input? |
True (ByValue) |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
System.String,System.String
LocalAccountName
Type: System.String
Description: local user nameO365AccountUPN
Type: System.String
Description: user principal name
The output type is the type of the objects that the cmdlet emits.
This command assigns an account to a local user account named PattiFuller.
PS C:\> Set-O365AssignedUser -LocalAccountName "PattiFuller" -O365AccountUPN "PattiFuller@contoso.onmicrosoft.com"
PS C:\>