Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 2.06 KB

Show-CWAAAddRemove.md

File metadata and controls

90 lines (66 loc) · 2.06 KB
external help file Module Name online version schema
ConnectWiseAutomateAgent-help.xml
ConnectWiseAutomateAgent
2.0.0

Show-CWAAAddRemove

SYNOPSIS

This function shows the LabTech install in the add/remove programs list.

SYNTAX

Show-CWAAAddRemove [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

This function will rename the HiddenDisplayName registry key to show it in the add/remove programs list. If there is not HiddenDisplayName key the function will import a new entry.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

NOTES

Version: 1.2 Author: Chris Taylor Website: labtechconsulting.com Creation Date: 3/14/2016 Purpose/Change: Initial script development

Update Date: 6/1/2017 Purpose/Change: Updates for better overall compatibility, including better support for PowerShell V2

Update Date: 3/12/2018 Purpose/Change: Support for ShouldProcess. Added Registry Paths to be checked. Modified hiding method to be compatible with standard software controls.

RELATED LINKS

http://labtechconsulting.com