Set-SPManagedAccount
管理アカウントを構成します。
構文
Set-SPManagedAccount
[-Identity] <SPManagedAccountPipeBind>
-ConfirmPassword <SecureString>
-NewPassword <SecureString>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-EmailNotification <Int32>]
[-PreExpireDays <Int32>]
[-Schedule <String>]
[-SetNewPassword]
[-WhatIf]
[<CommonParameters>]
Set-SPManagedAccount
[-Identity] <SPManagedAccountPipeBind>
-ExistingPassword <SecureString>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-EmailNotification <Int32>]
[-PreExpireDays <Int32>]
[-Schedule <String>]
[-UseExistingPassword]
[-WhatIf]
[<CommonParameters>]
Set-SPManagedAccount
[-Identity] <SPManagedAccountPipeBind>
-Password <SecureString>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-EmailNotification <Int32>]
[-PreExpireDays <Int32>]
[-Schedule <String>]
[-WhatIf]
[<CommonParameters>]
Set-SPManagedAccount
[-Identity] <SPManagedAccountPipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-AutoGeneratePassword]
[-Confirm]
[-EmailNotification <Int32>]
[-PreExpireDays <Int32>]
[-Schedule <String>]
[-WhatIf]
[<CommonParameters>]
説明
このコマンドレットには、複数のパラメーター セットが含まれています。 使用できるのは、1 つのパラメーター セットのパラメーターだけであり、異なるパラメーター セットのパラメーターを組み合わせることはできません。 パラメーター セットの使用法に関する詳しい情報については、「コマンドレットのパラメーター セット」を参照してください。
コマンドレットは Set-SPManagedAccount
、指定されたマネージド アカウントのプロパティを設定します。
このコマンドレットを使用して、管理アカウントのパスワードの有効期限および通知に関する設定を変更できます (この場合は、既定のパラメーター セットを使用します)。 管理アカウントのパスワードを、設定したスケジュールに従って自動生成されるパスワードに変更することもできます (この場合は、AutoGeneratePassword パラメーターを含むパラメーター セットを使用します)。 また、管理アカウントのパスワードを、管理者が知っている新しい値に変更できます (この場合は、SetNewPassword パラメーターを含むパラメーター セットを使用します)。 さらに、管理アカウントのパスワードを、Active Directory ドメイン サービス (AD DS) で変更済みの既存の値に変更できます (この場合は、UseExistingPassword パラメーターを含むパラメーター セットを使用します)。
Windows PowerShell for SharePoint 製品のアクセス許可と最新情報については、「SharePoint Server コマンドレット」のオンライン ドキュメントをご覧ください。
例
------------------ 例 -----------------------
$m = Get-SPManagedAccount -Identity "DOMAINx\UserY"
Set-SPManagedAccount -Identity $m -AutoGeneratePassword true
この例では、明示的なマネージド アカウントが存在する場合に表示し、自動的に生成されたパスワードを使用するように更新を試みます。
パラメーター
-AssignmentCollection
適切な破棄を行うためにオブジェクトを管理します。 SPWeb や SPSite などのオブジェクトの使用によって大量のメモリが使用される場合があるので、Windows PowerShell スクリプトでこれらのオブジェクトを使用するには適切なメモリ管理が必要です。 メモリの解放が必要になった場合は、SPAssignment オブジェクトを使用して、変数へのオブジェクトの割り当てとオブジェクトの破棄を行うことができます。 割り当てコレクションまたは Global パラメーターが使用されていない場合、SPWeb、SPSite、または SPSiteAdministration オブジェクトが使用されていると、オブジェクトは自動的に破棄されます。
Global パラメーターが使用されている場合は、オブジェクトはすべてグローバル ストアに格納されます。
Stop-SPAssignment
コマンドを使用してオブジェクトの使用または破棄を直接行わないと、メモリ不足のシナリオになる場合があります。
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-AutoGeneratePassword
新しいパスワードを自動生成します。
この型は、次のどちらかの値であることが必要です。
- True
- False
既定値は False です。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Confirm
コマンドを実行する前に確認メッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ConfirmPassword
この管理アカウントの新しいパスワードを確認します。
Type: | SecureString |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-EmailNotification
パスワードの変更の何日前に電子メール通知を開始するかを指定します。
既定値は 5 です。
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ExistingPassword
この管理アカウントのパスワードを、Active Directory ドメイン サービス (AD DS) で変更済みの既存の値に変更します。
Type: | SecureString |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Identity
取得する管理アカウントの完全な名前または部分的な名前を指定します。
The type must be a valid account name, in the form Domain\User, or a GUID, in the form 1234-3456-09876.
Type: | SPManagedAccountPipeBind |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-NewPassword
管理アカウントの新しいパスワードを設定します。
Type: | SecureString |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Password
管理アカウントのパスワードを設定します。
Type: | SecureString |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-PreExpireDays
有効期限の何日前にパスワードの変更をスケジュールするかを指定します。
既定値は 2 です。
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Schedule
パスワードの変更ジョブを実行する新しいスケジュールを指定します。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-SetNewPassword
パスワードの値を指定した新しい値に変更し、AD DS 内の値を変更します。
この型は、次のどちらかの値であることが必要です。
- True
- False
既定値は False です。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-UseExistingPassword
パスワードの値を指定した新しい値に変更します (値は AD DS 内で変更済みです)。
この型は、次のどちらかの値であることが必要です。
- True
- False
既定値は False です。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-WhatIf
コマンドを実行する代わりに、コマンドの実行結果を説明するメッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |