Invoke-MipSdkEula
SYNOPSIS
Opens the end-user license agreement file for MIP SDK in the default RTF file viewer
SYNTAX
Invoke-MipSdkEula [<CommonParameters>]
DESCRIPTION
This module is built upon Milestone's MIP SDK and requires the use of the redistributable MIP SDK binaries. As such, it is required for the user of this module to accept the agreement prior to use.
This command will open the MIPSDK_EULA.txt file included with MilestonePSTools in the default viewer. If you prefer to get the raw text as a string, you can use Get-MipSdkEula instead.
EXAMPLES
Example 1
{{ Add example code here }}
{{ Add example description here }}
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.