SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Get-SmCredential
Gets credentials of the plug-ins that are registered with the SnapCenter Server.
Syntax
Get-SmCredential [-Name] <String>
Detailed Description
Gets and displays the credential information of all the plug-ins that are registered with the SnapCenter Server.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name |
false |
true (ByPropertyName) |
Examples
Example 1: Get all Credentials
Get-SmCredential
Example 2: Get particular Credential
Get-SmCredential -Name RunAs1
Example 3: Get particular Azure NetApp Credential
Get-SmCredential -Name RunAsAzure1
Output of above Get-SmCredential command: Id : 3 RunAsName : RunAsAzure1 OwnerId: 1 AuthMode : AzureCredential ClientSecret : TenantId : ten ClientId : cl