GithubHelp home page GithubHelp logo

isabella232 / wminamespacesecuritydsc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from powershell/wminamespacesecuritydsc

0.0 0.0 0.0 47 KB

This module contains DSC resources to manage WMI Namespace Security.

License: MIT License

PowerShell 100.00%

wminamespacesecuritydsc's Introduction

WmiNamespaceSecurityDsc

This module contains DSC resources to manage WMI Namespace Security.

This project has adopted this code of conduct.

This is a reworking of enabling management of WMI Namespace Security using PowerShell.

Steve Lee originally created some scripts almost 6 years ago. Read his articles Scripting WMI Namespace Security (part 1 of 3), Scripting WMI Namespace Security (part 2 of 3), Scripting WMI Namespace Security (part 3 of 3). He thought it would be a good opportunity to enable a simpler model for managing WMI Namespace Security using DSC (Desired State Configuration). This also provided an opportunity to leverage the new PowerShell Classes.

Branches

master

Build status codecov

This is the branch containing the latest release - no contributions should be made directly to this branch.

dev

Build status codecov

This is the development branch to which contributions should be proposed by contributors as pull requests. This development branch will periodically be merged to the master branch, and be released to PowerShell Gallery.

Contributing

Please check out common DSC Resources contributing guidelines.

Installation

To manually install the module, download the source code and unzip the contents to the '$env:ProgramFiles\WindowsPowerShell\Modules' folder

To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0) run the following command:

Find-Module -Name WmiNamespaceSecurityDsc -Repository PSGallery | Install-Module

To confirm installation, run the below command and ensure you see the SQL Server DSC resources available:

Get-DscResource -Module WmiNamespaceSecurityDsc

Requirements

The minimum Windows Management Framework (PowerShell) version required is 5.0 or higher, which ships with Windows 10 or Windows Server 2016, but can also be installed on Windows 7 SP1, Windows 8.1, Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2.

Examples

You can review the Examples directory in the WmiNamespaceSecurityDsc repository for some general use scenarios for all of the resources that are in the resource module.

Change log

A full list of changes in each version can be found in the change log.

Resources

WmiNamespaceSecurity

This resource is used to create, remove, and update an Always On Availability Group. It will also manage the Availability Group replica on the specified node.

Parameters

  • [String] Path (Key): No description yet.
  • [String] Principal (Key): No description yet.
  • [String] AccessType (Key): No description yet.
  • [String] Ensure (Write): Specifies if the availability group should be present or absent. Default is Present. { Present | Absent }
  • [String[]] Permission (Write): No description yet. { Enable | MethodExecute | FullWrite | PartialWrite | ProviderWrite | RemoteAccess | Subscribe | Publish | ReadSecurity | WriteSecurity }
  • [String] AppliesTo (Write): No description yet. Default is 'Self'. { Self | Children }

Read-Only Properties from Get-TargetResource

  • [Boolean] Inherited (Read): No description yet.

Examples

wminamespacesecuritydsc's People

Contributors

johlju avatar stevel-msft avatar stevel-powershell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.