NAME
Invoke-CommandInDesktopPackage
SYNOPSIS
{{Fill in the Synopsis}}SYNTAX
Invoke-CommandInDesktopPackage [-PackageFamilyName]
[-AppId] [-Command] [[-Args]
] [[-PreventBreakaway]] [ ] DESCRIPTION
{{Fill in the Description}}PARAMETERS
-AppId
{{Fill AppId Description}} Required? true Position? 2 Default value NoneAccept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false-Args
{{Fill Args Description}} Required? false Position? 4 Default value NoneAccept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false-Command
{{Fill Command Description}} Required? true Position? 3 Default value NoneAccept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false-PackageFamilyName
{{Fill PackageFamilyName Description}}
Required? true Position? 1 Default value NoneAccept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false-PreventBreakaway [
{{Fill PreventBreakaway Description}} Required? false Position? 5 Default value False] Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? falseThis cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
System.String System.Management.Automation.SwitchParameterOUTPUTS
System.ObjectNOTES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}RELATED LINKS