-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new resources before 11.7 (#209)
These shipped this morning Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
7 changed files
with
97 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: windows.optionalFeature | ||
id: windows.optionalFeature | ||
sidebar_label: windows.optionalFeature | ||
displayed_sidebar: MQL | ||
description: Windows optional feature resource | ||
--- | ||
|
||
# windows.optionalFeature | ||
|
||
**Description** | ||
|
||
Windows optional feature resource | ||
|
||
**Init** | ||
|
||
windows.optionalFeature(name string) | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| ----------- | ------ | ------------------------------ | | ||
| name | string | Command ID of optional feature | | ||
| displayName | string | Feature name | | ||
| description | string | Feature description | | ||
| enabled | bool | Whether the feature is enabled | | ||
| state | int | Feature installation state | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: windows.serverFeature | ||
id: windows.serverFeature | ||
sidebar_label: windows.serverFeature | ||
displayed_sidebar: MQL | ||
description: Windows Server feature resource | ||
--- | ||
|
||
# windows.serverFeature | ||
|
||
**Description** | ||
|
||
Windows Server feature resource | ||
|
||
**Init** | ||
|
||
windows.serverFeature(name string) | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| ------------ | ------ | --------------------------------------------- | | ||
| path | string | Feature full path | | ||
| name | string | Command IDs of role, role service, or feature | | ||
| displayName | string | Feature name | | ||
| description | string | Feature description | | ||
| installed | bool | Whether the feature is installed | | ||
| installState | int | Feature installation state | |