windows_ad | Development repository for the windows_ad cookbook

 by   sous-chefs Ruby Version: 0.7.8 License: MIT

kandi X-RAY | windows_ad Summary

kandi X-RAY | windows_ad Summary

windows_ad is a Ruby library typically used in Chef applications. windows_ad has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This cookbook installs Active Directory Domain Services on Windows Server including all necessary roles and features.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              windows_ad has a low active ecosystem.
              It has 60 star(s) with 60 fork(s). There are 36 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 54 have been closed. On average issues are closed in 669 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of windows_ad is 0.7.8

            kandi-Quality Quality

              windows_ad has no bugs reported.

            kandi-Security Security

              windows_ad has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              windows_ad is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              windows_ad releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of windows_ad
            Get all kandi verified functions for this library.

            windows_ad Key Features

            No Key Features are available at this moment for windows_ad.

            windows_ad Examples and Code Snippets

            windows_ad Cookbook,Resource/Provider,domain
            Rubydot img1Lines of Code : 52dot img1License : Permissive (MIT)
            copy iconCopy
            ```rb
            # Create Contoso.com forest
            windows_ad_domain "contoso.local" do
              action :create
              type "forest"
              safe_mode_pass "Passw0rd"
            end
            
            # Create Contoso.com forest and don't restart Windows
            windows_ad_domain "contoso.local" do
              action :create
              typ  
            windows_ad Cookbook,Resource/Provider,users
            Rubydot img2Lines of Code : 34dot img2License : Permissive (MIT)
            copy iconCopy
            ```rb
            # Create user "Joe Smith" in the Users OU
            windows_ad_user "Joe Smith" do
              action :create
              domain_name "contoso.local"
              ou "users"
              options ({ "samid" => "JSmith",
                     "upn" => "JSmith@contoso.local",
                     "fn" => "Joe",
                
            windows_ad Cookbook,Resource/Provider,group
            Rubydot img3Lines of Code : 27dot img3License : Permissive (MIT)
            copy iconCopy
            ```rb
            # Create group "IT" in the Users OU
            windows_ad_group "IT" do
              action :create
              domain_name "contoso.local"
              ou "users"
            end
            
            # Create group "IT" in the Users OU with Description "Information Technology Security Group"
            windows_ad_group "IT" do
              

            Community Discussions

            No Community Discussions are available at this moment for windows_ad.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install windows_ad

            You can download it from GitHub.
            On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/sous-chefs/windows_ad.git

          • CLI

            gh repo clone sous-chefs/windows_ad

          • sshUrl

            git@github.com:sous-chefs/windows_ad.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Ruby Libraries

            rails

            by rails

            jekyll

            by jekyll

            discourse

            by discourse

            fastlane

            by fastlane

            huginn

            by huginn

            Try Top Libraries by sous-chefs

            docker

            by sous-chefsRuby

            elasticsearch

            by sous-chefsRuby

            aws

            by sous-chefsRuby

            nginx

            by sous-chefsRuby

            rvm

            by sous-chefsRuby