Skip to content

Commit c752a3d

Browse files
committed
Add markdown for Remove-AppxPackageAutoUpdateSettings
1 parent c9d3b1e commit c752a3d

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
external help file: Microsoft.Windows.Appx.PackageManager.Commands.dll-Help.xml
3+
Module Name: appx
4+
online version: https://go.microsoft.com/fwlink/?LinkId=246400
5+
schema: 2.0.0
6+
title: Remove-AppxPackageAutoUpdateSettings
7+
---
8+
9+
# Remove-AppxPackageAutoUpdateSettings
10+
11+
## SYNOPSIS
12+
{{ Fill in the Synopsis }}
13+
14+
## SYNTAX
15+
16+
```
17+
Remove-AppxPackageAutoUpdateSettings [-PackageFamilyName] <String> [-UseSystemPolicySource] [-AllUsers]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -AllUsers
36+
{{ Fill AllUsers Description }}
37+
38+
```yaml
39+
Type: System.Management.Automation.SwitchParameter
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### -PackageFamilyName
51+
{{ Fill PackageFamilyName Description }}
52+
53+
```yaml
54+
Type: System.String
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: True
59+
Position: 0
60+
Default value: None
61+
Accept pipeline input: True (ByValue)
62+
Accept wildcard characters: False
63+
```
64+
65+
### -UseSystemPolicySource
66+
{{ Fill UseSystemPolicySource Description }}
67+
68+
```yaml
69+
Type: System.Management.Automation.SwitchParameter
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -Confirm
81+
Prompts you for confirmation before running the cmdlet.
82+
83+
```yaml
84+
Type: System.Management.Automation.SwitchParameter
85+
Parameter Sets: (All)
86+
Aliases: cf
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### -WhatIf
96+
Shows what would happen if the cmdlet runs.
97+
The cmdlet is not run.
98+
99+
```yaml
100+
Type: System.Management.Automation.SwitchParameter
101+
Parameter Sets: (All)
102+
Aliases: wi
103+
104+
Required: False
105+
Position: Named
106+
Default value: None
107+
Accept pipeline input: False
108+
Accept wildcard characters: False
109+
```
110+
111+
### CommonParameters
112+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
113+
114+
## INPUTS
115+
116+
### System.String
117+
118+
## OUTPUTS
119+
120+
### System.Object
121+
## NOTES
122+
123+
## RELATED LINKS

0 commit comments

Comments
 (0)