Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.41 KB

File metadata and controls

65 lines (48 loc) · 1.41 KB
Author Paul Boyer
external help file psvault-Windows10-help.xml
Module Guid 365380a9-8cef-470f-9396-9f684904d499
Module Name psvault-Windows10
online version
schema 2.0.0

Remove-UpdateAssistant

SYNOPSIS

Script to remove the Windows 10 Upgrade Assistant

SYNTAX

Remove-UpdateAssistant [[-Reboot] <ParameterAttribute>] [<CommonParameters>]

DESCRIPTION

Script tries to uninstall the Windows 10 Upgrade Assistant if it is detected on the system. Then it removes the assistant's working files and optionally reboots to complete the cleanup.

EXAMPLES

EXAMPLE 1

Remove-UpdateAssistant

EXAMPLE 2

Remove-UpdateAssistant -Reboot

PARAMETERS

-Reboot

Switch parameter to indicate a reboot should be performed after the script finishes uninstalling and cleaning up the update assistant

Type: ParameterAttribute
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
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

Paul Boyer 2-11-2021

RELATED LINKS