< Back

Get-MBSAgent

Sat Jan 18, 2020 4:47 pm

NAME Get-MBSAgent



SYNOPSIS

Get MBS agent parameters (version 0.2.2)





SYNTAX

Get-MBSAgent [<CommonParameters>]





DESCRIPTION

Gets the information about MBS agent settings, paths, etc. The function pulls the registry values of the installed

MBS backup agent and parses additional values.





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

None.





OUTPUTS

System.Management.Automation.PSCustomObject





NOTES





The properties from registry path UninstallKey are fetched dynamically. If the software will add new keys,

they can be listed by the function.



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



PS C:\\>Get-MBSAgent



Lists all of the parameters on the system into an object











RELATED LINKS