Backup-ElevatedShortcut
SYNOPSIS
Exports the RunAss shortcuts, to a zip file
SYNTAX
Backup-ElevatedShortcut [[-ExportPath] <DirectoryInfo>] [<CommonParameters>]
DESCRIPTION
Exports the RunAss shortcuts, to a zip file
EXAMPLES
EXAMPLE 1
Backup-ElevatedShortcut -ExportPath c:\temp
PARAMETERS
-ExportPath
Path for the zip file
Type: DirectoryInfo
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: "$env:TEMP"
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.