Skip to content

Commit cdb78d0

Browse files
denelonmattwojo
andauthored
Update dscv3 (#5549)
* Update dscv3 * Update image format --------- Co-authored-by: Matt Wojciakowski <[email protected]>
1 parent 3132e4d commit cdb78d0

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

hub/package-manager/winget/dscv3.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: dscv3 Command
3+
description: DSC v3 Command based resource.
4+
ms.date: 07/15/2025
5+
ms.topic: overview
6+
---
7+
8+
# dscv3 command (winget)
9+
10+
The **dscv3** command of [winget](index.md) represents [Microsoft Desired State Configuration version 3](/powershell/dsc/overview?view=dsc-3.0) (DSC v3) command-based resource implementation.
11+
12+
13+
## Usage
14+
15+
`winget dscv3 [<command>] [<options>]`
16+
17+
:::image type="content" source="./images/dscv3.png" alt-text="Screenshot listing winget dsv3 command options." lightbox="./images/dscv3.png":::
18+
19+
## sub-commands
20+
21+
The following sub-commands are available.
22+
23+
| Argument | Description |
24+
|-------------|-------------|
25+
| **package** | Manages package state. |
26+
| **source** | Manages source configuration. |
27+
| **user-settings-file** | Manages user settings file. |
28+
| **admin-settings** | Manages administrator settings. |
29+
30+
## Options
31+
32+
The options allow you to customize the install experience to meet your needs.
33+
34+
| Option | Description |
35+
|-------------|-------------|
36+
| **-m, --manifest** | Displays the resource JSON manifest. |
37+
| **-o, --output** | Specifies the directory where the resource JSON file will be written. |
38+
| **-?, --help** | Get additional help on this command. |
39+
| **--wait** | Prompts the user to press any key before exiting. |
40+
| **--logs,--open-logs** | Open the default logs location. |
41+
| **--verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |
42+
| **--nowarn,--ignore-warnings** | Suppresses warning outputs. |
43+
| **--disable-interactivity** | Disable interactive prompts. |
44+
| **--proxy** | Set a proxy to use for this execution. |
45+
| **--no-proxy** | Disable the use of proxy for this execution. |
46+
47+
## Related topics
48+
49+
* [WinGet Configuration](../configuration/index.md)
41.5 KB
Loading

0 commit comments

Comments
 (0)