external help file | Module Name | online version | schema |
---|---|---|---|
PowerSponse-help.xml |
PowerSponse |
2.0.0 |
Reads the current PowerSponse repository.
Get-PowerSponseRepository [<CommonParameters>]
Reads the current PowerSponse repository. The repository contains the
defintion for the functions which are available for using inside CoRe rules
and the corresponding commands Invoke-PowerSponse
or New-CleanupPackage
.
PS C:\> Get-PowerSponseRepository
Read the PowerSponse repository configuration. The repository defines the commands
which could be used by Invoke-PowerSponse
or New-CleanupPackage
.
PS C:\> (Get-PowerSponseRepository)['ProcessItem']
Read the PowerSponse configuration for the ProcessItem actions. The PowerSponse
repository defines the commands which could be used by Invoke-PowerSponse
or New-CleanupPackage
.
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).