Remove-BluGenieModule

Remove-BluGenieModule
SYNOPSIS
Remove-BluGenieModule is a BluGenie function to cleanup the BluGenie Module and Service installation
SYNTAX
Remove-BluGenieModule [-ClearGarbageCollecting] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [[-FormatView] <String>] [<CommonParameters>]DESCRIPTION
Remove-BluGenieModule is a BluGenie function to cleanup the BluGenie Module and Service installation. All files and directories copied will be removed and if the BluGenie service is running it will be stopped, and removed from the system.
All removed and failed to remove files are captured to the Returning Hash Table
EXAMPLES
EXAMPLE 1
Command: Remove-BluGenieModuleDescription: Remove all files, directories, and BluGenie Services
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
PARAMETERS
ClearGarbageCollecting
Walkthrough
ReturnObject
OutUnEscapedJSON
OutYaml
FormatView
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