Invoke-BluGenieFileBrowser

Invoke-BluGenieFileBrowser
SYNOPSIS
Invoke-BluGenieFileBrowser will display a graphical user interface to select a file
SYNTAX
Invoke-BluGenieFileBrowser [[-Filter] <String>] [[-InitialDirectory] <String>] [-Multiselect] [[-Description] <String>] [-Walkthrough] [<CommonParameters>]DESCRIPTION
Invoke-BluGenieFileBrowser will display a graphical user interface to select a file.
By default all files are shown in the GUI
EXAMPLES
EXAMPLE 1
$MyFile = Invoke-BluGenieFileBrowserThis will display a GUI to select a single file. The initial directory will be the root directory.EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
PARAMETERS
Filter
InitialDirectory
Multiselect
Description
Walkthrough
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.
Last updated