{"id":20156168,"url":"https://github.com/dsccommunity/xdismfeature","last_synced_at":"2025-12-11T21:31:14.482Z","repository":{"id":30468242,"uuid":"34022228","full_name":"dsccommunity/xDismFeature","owner":"dsccommunity","description":"THIS MODULE HAS BEEN DEPRECATED. See the README.md for more information.","archived":false,"fork":false,"pushed_at":"2020-03-29T06:01:11.000Z","size":41,"stargazers_count":5,"open_issues_count":0,"forks_count":11,"subscribers_count":18,"default_branch":"dev","last_synced_at":"2025-04-03T07:04:32.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/dsccommunity/xDismFeature/blob/dev/README.md","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsccommunity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-15T22:42:59.000Z","updated_at":"2025-02-06T13:41:42.000Z","dependencies_parsed_at":"2022-09-01T12:03:02.888Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/xDismFeature","commit_stats":null,"previous_names":["powershell/xdismfeature"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxDismFeature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxDismFeature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxDismFeature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxDismFeature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/xDismFeature/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120108,"owners_count":21050893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:37:51.337Z","updated_at":"2025-12-11T21:31:14.449Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **THIS MODULE HAS BEEN DEPRECATED**\r\n\r\nIt will no longer be released. If you have workloads that are in need of\r\nthe resource `xDismFeature` and where the resource [`xWindowsFeature`](https://github.com/dsccommunity/xPSDesiredStateConfiguration#xwindowsfeature)\r\nor the resource [`WindowsCapability`](https://github.com/dsccommunity/ComputerManagementDsc)\r\ncannot be used as a replacement, then please reach out in the [Slack #DSC channel](https://dsccommunity.org/community/contact/) and let the DSC\r\nCommunity know.\r\n\r\n## xDismFeature\r\n\r\n[![Build status](https://ci.appveyor.com/api/projects/status/gjg8b430d230q51h/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xdismfeature/branch/master)\r\n\r\nThe **xDismFeature** module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC Resources produced by the PowerShell Team.\r\nThis module enables or disables Windows optional features that specifically need to be handled by DISM.exe.\r\nThe **xDismFeature** module contains a single resource, **xDismFeature**.\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n## Contributing\r\n\r\nPlease read the DSC Resources [contributing guidelines](https://github.com/PowerShell/DscResource.Kit/blob/master/CONTRIBUTING.md) if you would like to contribute.\r\n\r\n## Description\r\n\r\nThe **xDismFeature** module contains the **xDismFeature** DSC Resource.\r\nThis DSC module enables the install and uninstall of features that require the use of DISM.EXE\r\n\r\n## Resources\r\n\r\n### xDismFeatureConsoleSetup\r\n\r\n*   **Ensure**: An enumerated value (Present, Absent) to indicate if the feature is or is not installed.\r\n\r\n*   **Name**: KEY - The name of the feature to be installed.\r\n\r\n*   **Source**: (Optional) Source for features with packages removed. Setting source will also make dism act in \"/LimitAccess\", or offline-mode.\r\n\r\n## Versions\r\n\r\n### Unreleased\r\n\r\n* Update appveyor.yml to use the default template.\r\n* Added default template files .codecov.yml, .gitattributes, and .gitignore, and .vscode folder.\r\n\r\n### 1.3.0.0\r\n\r\n* Added unit test\r\n* Fixed issue that Test-TargetResource always fails on non-English OS [#11](https://github.com/PowerShell/xDismFeature/issues/11)\r\n\r\n### 1.2.0.0\r\n\r\n* xDismFeature: Resource no longer includes the Source parameter when it is not specified\r\n* Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.\r\n\r\n### 1.1.0.0\r\n\r\n* Remove UTF8 BOM\r\n* Added source parameter for offline use\r\n\r\n### 1.0.0\r\n\r\n*   Initial release with the following resources\r\n    *   xDismFeature\r\n\r\n## Examples\r\n\r\n### Enable the Single Instance Storage feature on Windows Server\r\n\r\n```powershell\r\n\r\n    Configuration SIS-Limited\r\n    {\r\n        Import-DscResource -Module xDismFeature\r\n        Node 'NodeName'\r\n        {\r\n            Ensure = 'Present'\r\n            Name = 'SIS-Limited'\r\n        }\r\n\r\n    }\r\n\r\n    Configuration SIS-Limited\r\n    {\r\n        Import-DscResource -Module xDismFeature\r\n\r\n        Node 'NodeName'\r\n        {\r\n            Ensure = 'Present'\r\n            Name = 'SIS-Limited'\r\n        }\r\n    }\r\n```\r\n\r\n### Disable the Single Instance Storage feature on Windows Server.\r\n\r\n```powershell\r\n\r\nConfiguration SIS-Limited\r\n{\r\n    Import-DscResource -Module xDismFeature\r\n    Node 'NodeName'\r\n    {\r\n        Ensure = 'Absent'\r\n        Name = 'SIS-Limited'\r\n    }\r\n}\r\n\r\nConfiguration SIS-Limited\r\n{\r\n    Import-DscResource -Module xDismFeature\r\n\r\n    Node 'NodeName'\r\n    {\r\n        Ensure = 'Absent'\r\n        Name = 'SIS-Limited'\r\n    }\r\n}\r\n\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxdismfeature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fxdismfeature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxdismfeature/lists"}