dbatools VS ansible.windows

Compare dbatools vs ansible.windows and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dbatools ansible.windows
5 12
2,329 222
1.1% 1.8%
9.2 7.2
13 days ago 9 days ago
PowerShell PowerShell
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dbatools

Posts with mentions or reviews of dbatools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-28.

ansible.windows

Posts with mentions or reviews of ansible.windows. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-09.
  • New to AWX Ansible. Trying to use email
    1 project | /r/ansible | 10 Dec 2023
    collections: # see https://galaxy.ansible.com/ansible/windows - name: ansible.windows version: 2.2.0 # see https://galaxy.ansible.com/community/general - name: community.general version: 8.1.0
  • Share code between custom plugins?
    1 project | /r/ansible | 31 May 2023
    For example the ansible.windows collections has a plugin_utils/_quote.py file https://github.com/ansible-collections/ansible.windows/blob/main/plugins/plugin_utils/_quote.py. It's then imported by some filter plugins with https://github.com/ansible-collections/ansible.windows/blob/5b044e12c93f57a26563264690c633aef97036d6/plugins/filter/quote.py#L11-L15
  • Finally started giving Ansible a try and started scanning all Windows computers for Domain Administrator use – in seconds 💪
    1 project | /r/ansible | 9 Feb 2023
    I'm no expert here, but maybe you're better off using the ansible windows collection instead of just invoking Powershell, as you'll get to rely on all the functionality Ansible provides like checking the outcome, changes, handling errors, providing consistent feedback, etc., instead of being responsible for that yourself. Like, actually use it for more than firing off scripts remotely
  • win_shell: jinja templates and calling an advanced function from a PowerShell script. Is this possible??
    1 project | /r/ansible | 17 Nov 2022
    I've tried the workarounds provided here but I haven't had any success. I'm persisting with this approach rather than the more tedious copying the script to the server, executing, and then cleaning up etc. as Ansible does the house keeping for me this way. 😅
  • Is Powershell DSC still worth learning?
    1 project | /r/PowerShell | 13 Nov 2022
    If you do find any issues we certainly would like to hear about it and try and fix the problem if we can. You can submit an issue with the details at https://github.com/ansible-collections/ansible.windows.
  • ps1 and ansible
    1 project | /r/PowerShell | 12 Sep 2022
    It is but Parse-Args are part of the legacy module utils. Have a look at win_environment for a decent module example. It uses the newer AnsibleModule style that is good to use today. You can ignore the AddType module util if you don’t need that functionality (it doesn’t look like you do).
  • get-acl recursively for files in a folder and change them to read only if they are currently modify for a given user
    1 project | /r/PowerShell | 9 Jul 2022
    Here is something that might get you moving In the right direction, its a script to pull and modify the ACL's from ansiblehttps://github.com/ansible-collections/ansible.windows/blob/main/plugins/modules/win_acl.ps1
  • Cant seem to get ansible to install the 3cx desktop app
    1 project | /r/ansible | 2 Jan 2022
    Which version of Ansible? See https://github.com/ansible-collections/ansible.windows/issues/138. This may or may not be your issue.
  • Ansible.windows.Win_updates RemoteSigned
    2 projects | /r/ansible | 9 Dec 2021
    Just opened https://github.com/ansible-collections/ansible.windows/pull/320 which should solve this problem for you. If you do get a chance it would be great if you could test it out in your environment to see if it solves it for you.
  • Ansible Windows Throwing Error On Setup Module
    1 project | /r/ansible | 20 Jan 2021
    The issue you are coming across is https://github.com/ansible-collections/ansible.windows/issues/29 which has been fixed in the ansible.windows collection. The fix was very intrusive as it required a massive rewrite in how the module gathered facts, essentially stopped using WMI/CIM. I believe these changes are present in Ansible 2.10.+ but not Ansible 2.9.. The issue here is that WMI/CIM does not allow you to get instances unless you are either an Administrator or are running an Interactive logon. For WinRM users are no longer running an interactive logon so the old code only worked for Administrators.

What are some alternatives?

When comparing dbatools and ansible.windows you can also consider the following projects:

PSWriteHTML - PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.

community.windows - Windows community collection for Ansible

aws-tools-for-powershell - The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.

winget-pkgs - The Microsoft community Windows Package Manager manifest repository

SqlServerDsc - This module contains DSC resources for deployment and configuration of Microsoft SQL Server.

boxstarter - Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages

vscode-powershell - Provides PowerShell language and debugging support for Visual Studio Code

PowerShell - PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)

PowerShellForGitHub - Microsoft PowerShell wrapper for GitHub API

BurntToast - Module for creating and displaying Toast Notifications on Microsoft Windows 10.

PSWritePDF - PowerShell Module to create, edit, split, merge PDF files on Windows / Linux and MacOS

oh-my-posh2 - A prompt theming engine for Powershell