< Back

Get-ArchivialProviders

Fri Jan 10, 2020 8:43 pm

NAME Get-ArchivialProviders



SYNOPSIS

Returns all of the configured Archivial Providers.





SYNTAX

Get-ArchivialProviders [<CommonParameters>]





DESCRIPTION

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.





PARAMETERS

<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



OUTPUTS



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



C:\\> Get-ArchivialProviders



Returns all of the configured Archivial Providers.





RELATED LINKS