windows_ad | Development repository for the windows_ad cookbook
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.
This cookbook installs Active Directory Domain Services on Windows Server including all necessary roles and features.
Support
Quality
Security
License
Reuse
Support
windows_ad has a low active ecosystem.
It has 60 star(s) with 60 fork(s). There are 36 watchers for this library.
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
Quality
windows_ad has no bugs reported.
Security
windows_ad has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of windows_ad
windows_ad Key Features
No Key Features are available at this moment for windows_ad.
windows_ad Examples and Code Snippets
```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
```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",
```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.
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page