external help file | Module Name | online version | schema |
---|---|---|---|
ArchivialPowerShell.dll-Help.xml |
ArchivialPowerShell |
2.0.0 |
Returns all of the configured Archivial Providers.
Get-ArchivialProviders [<CommonParameters>]
Returns all of the configured Archivial Providers. An Archivial Provider is a connection to an external service for either cloud storage (ex: Azure, AWS) or message notifications (ex: Sendgrid email, Twilio SMS/text).
Note: Only the name and ID of the provider will be returned. The encrypted secure setting values will not returned in the output.
The output from this command can be piped to the Remove-ArchivialProvider cmdlet.
C:\> Get-ArchivialProviders
Returns all of the configured Archivial Providers.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).