< Back

Get-MBSStorageAccount

Sat Jan 18, 2020 4:47 pm

NAME Get-MBSStorageAccount



SYNOPSIS

Get MBS storage accounts assigned to the MBS agent





SYNTAX

Get-MBSStorageAccount [[-ID] <String>] [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

Get MBS storage accounts assigned to the MBS agent





PARAMETERS

-ID <String>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS

System.Management.Automation.PSCustomObject





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-MBSStorageAccount | ft



Get all assigned storage accounts









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-MBSStorageAccount -ID 92ad7b17-9e2a-41bb-b0e6-c11d60fe9c63



Get storage account by ID









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-MBSStorageAccount -Name "Oracle Cloud"



Get all assigned storage accounts











RELATED LINKS