SYNOPSIS
Sets module credentials.
SYNTAX
Set-ASModuleCredential [-Core] <ConnectCore> [-ModuleCredentialId] <int> [-IsActive] <bool> [<CommonParameters>]
DESCRIPTION
The Set-ASModuleCredential cmdlet sets module credential properties. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Set-ASModuleCredential -ModuleCredentialId 59 -IsActive 1 Get-ASModuleCredential -CredentialType Office365 | Set-ASModuleCredential -IsActive 0 |
/* Sets "active" on true for modulecredentialid 59 */ /* Retrieve all credentials (type Office 365) and disables all of these types*/ |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center