For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove-AppxOnline

Removes AppxOnline items.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Deletes matching AppxOnline items from the current context.

Syntax

Remove-AppxOnline [-GridRemoveAppx] [-GridRemoveAppxPP] [[-Name] <String[]>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-GridRemoveAppx

SwitchParameter

False

Specifies the GridRemoveAppx to use when running Remove-AppxOnline.

-GridRemoveAppxPP

SwitchParameter

False

Specifies the GridRemoveAppxPP to use when running Remove-AppxOnline.

-Name

String[]

False

Specifies the Name to use when running Remove-AppxOnline.

Examples

Example

Last updated

Was this helpful?