Get-R1GlobalInterceptionScript
Get-R1GlobalInterceptionScript
SYNOPSIS
Returns the global interception script.
SYNTAX
Get-R1GlobalInterceptionScript [<CommonParameters>]
DESCRIPTION
Returns the contents of the global interception script, together with its class and file name.
EXAMPLES
Example 1
Get-R1GlobalInterceptionScript
Returns the global interception script.
Example 2
(Get-R1GlobalInterceptionScript).scriptContents | Set-Content .\globalIntercept.java
Saves the global interception script to a local file.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.