Set-O365AssignedUser

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.

パラメーター

-LocalAccountName<String>

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.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-O365AccountUPN<String>

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.

エイリアス

なし

必須?

true

位置は?

2

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • System.String,System.String

    LocalAccountName
    Type: System.String
    Description: local user name

    O365AccountUPN
    Type: System.String
    Description: user principal name

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Assign an Office 365 account to a local user account

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:\> 

関連トピック

Get-O365AssignedUser

Clear-O365AssignedUser