< Back

Invoke-CommandInDesktopPackage

Tue Jan 29, 2019 9:25 pm

NAME Invoke-CommandInDesktopPackage



SYNOPSIS

{{Fill in the Synopsis}}





SYNTAX

Invoke-CommandInDesktopPackage [-PackageFamilyName] <String> [-AppId] <String> [-Command] <String> [[-Args] <String>] [[-PreventBreakaway]]

[<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-AppId <String>

{{Fill AppId Description}}



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-Args <String>

{{Fill Args Description}}



Required? false

Position? 4

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-Command <String>

{{Fill Command Description}}



Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-PackageFamilyName <String>

{{Fill PackageFamilyName Description}}



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-PreventBreakaway [<SwitchParameter>]

{{Fill PreventBreakaway Description}}



Required? false

Position? 5

Default value False

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

System.Management.Automation.SwitchParameter





OUTPUTS

System.Object







NOTES









Example 1



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



{{ Add example description here }}



RELATED LINKS