Jordan Borean
Jordan Borean
Would definitely be open to a module like this for Windows. I'm not sure if we want to replicate the existing fact structure that is in use with Linux but...
_From @dagwieers on Oct 05, 2018 13:20_ needs_contributor
Based on the context of [icacls](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls) it would be > Replaces ACLs with default inherited ACLs for all matching files. So your first option.
_From @midgetworrior on Feb 13, 2020 08:26_ !component +lib/ansible/modules/windows/win_unzip.ps1
_From @samdoran on Feb 25, 2020 15:13_ !component =lib/ansible/modules/windows/win_unzip.py
Totally understand that problem, at a quick glance you could do what we did for testing SSH against Windows hosts. Still spin up an AWS EC2 instance for Windows Server...
_From @ShachafGoldstein on Mar 03, 2020 15:35_ Can you please try using the localized text?
The best way forward is to avoid using `auditpol` and call the internal Windows functions that are locale agnostic. I don't think this will be an easy task but it...
Looking at the download update it seems like the update `VMware, Inc. - Net - 1.9.2.0` might be bringing down the WinRM endpoint by bouncing the network connection and when...
The `Add-Warning` cmdlet is provided by the legacy module wrapper used in older Ansible modules. This module has recently been updated to use the newer wrapper but unfortunately this particular...