Get-RpLogPath¶
SYNOPSIS¶
Retrieves the path for RemotePro log file by using adapted logic from MilestonePSTools.
SYNTAX¶
DESCRIPTION¶
This function, Get-RpLog, calls New-RpAppDataPath to get the app data directory and then appends 'RemoteProLog.txt'. It showcases path handling adaptations from MilestonePSTools, tailored for log file retrieval in RemotePro.
EXAMPLES¶
EXAMPLE 1¶
This example retrieves the path for the RemotePro log file.
PARAMETERS¶
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.
INPUTS¶
OUTPUTS¶
System.String¶
NOTES¶
RELATED LINKS¶
https://www.milestonepstools.com/commands/en-US/Connect-Vms/#description