Dreamcat4
2654789af7
fix: fw rule names must always be quoted, to permit spaces ' ' and brackets '()'
...
Without this fix, the 'netsh' command gets name=Firewall Rule Name instead of name="Firewall Rule Name". Thus causing all sorts of havoc. Basic shell quoting rules seems to apply to Windows Powershell too. This is very much needed as many of windows 10's default firewall rules contain spaces and brackets () characters.
9 years ago
Brian Coca
ebbd7748b1
doc formatting fixes
9 years ago
Brian Coca
02b68be09d
Merge pull request #854 from nitzmahone/win_updates_rewrite
...
win_updates rewrite for 2.0
9 years ago
Trond Hindenes
7c48fe617d
added module author
9 years ago
Trond Hindenes
161b3cf1e1
fixes #984
9 years ago
Toshio Kuratomi
255666a09d
Fix doc build
9 years ago
Greg DeKoenigsberg
22a3ec05e4
Merge pull request #1022 from trondhindenes/trondhindenes_win_chocolatey_improvements
...
win_chocolatey bugfixes
9 years ago
Greg DeKoenigsberg
5931e60d99
Merge pull request #695 from georgefrank/win_nssm
...
Adding win_nssm module
9 years ago
Greg DeKoenigsberg
ff0a38ea65
Merge pull request #665 from perzizzle/scheduledTask
...
Ability to add/remove scheduled task
9 years ago
Trond Hindenes
d7cc0f60c9
win_chocolatey bugfixes
9 years ago
Brian Coca
7f245e8c73
Merge pull request #318 from TimothyVandenbrande/win_fw
...
windows firewall control
9 years ago
TimothyVandenbrande
2d6303b368
upon request, added the license
9 years ago
Michael Perzel
123a2b25ed
Remove duplicate action declaration.
9 years ago
Michael Perzel
a7675e6621
Note parameters that are not idempotent
9 years ago
Michael Perzel
685c935a37
Documentation updates
9 years ago
Michael Perzel
64416ff094
Fix logging of error message
9 years ago
Michael Perzel
de1696cb74
Add support for specifying user for scheduled task to run as
9 years ago
Michael Perzel
027dff6d3d
Add support for command arguments
9 years ago
Michael Perzel
d0b4bc0dda
Show order of operations with parenthesis
9 years ago
Michael Perzel
a9eb69b0fa
Use helper methods to validate vars. Cleanup logic.
9 years ago
Toshio Kuratomi
6a3cf63351
correct documentation formatting
9 years ago
Brian Coca
b0b0ac1a58
Merge pull request #713 from trondhindenes/win_package
...
Added module win_package (was #618 )
9 years ago
nitzmahone
29a80d3555
win_updates rewrite for 2.0
...
uses scheduled job to run under a local token (required for WU client)
supports check mode
no external PS module deps
9 years ago
gfrank
b75f7cc22b
Move comments to the documentation
9 years ago
gfrank
9d68a1746f
Remove unnecessary aliases arrays
9 years ago
gfrank
ee395ced4d
Clean up unneeded comment and comma
9 years ago
Chris Church
6a7b2f5869
Workaround for bug in PowerShell Get-Website cmdlet.
9 years ago
Brian Coca
e30d8b84fe
more doc fixes
9 years ago
Greg DeKoenigsberg
e1b15e6930
Merge pull request #438 from petemounce/win_webpicmd
...
win_webpicmd module for IIS module installation
9 years ago
Greg DeKoenigsberg
34bd09aae1
Merge pull request #440 from petemounce/win_dotnet_ngen
...
Create win_dotnet_ngen module
9 years ago
Peter Mounce
8128d42dcd
re-submit @adematte's PR #278 against HEAD
9 years ago
Michael Perzel
681cdd1c12
Remove accidental newlines
9 years ago
Michael Perzel
cdb36ea0fc
Cleanup enable/disable logic
9 years ago
Phil
b598161f46
minor doc fixes that had lingering description of deprecated functions
9 years ago
Brian Coca
cc305adfb6
minor doc fixes
9 years ago
Brian Coca
2754157d87
minor doc fixes
9 years ago
Trond Hindenes
a2166b60cb
Added module win_package
9 years ago
Greg DeKoenigsberg
c6e069dead
Merge pull request #174 from schwartzmx/module/win_unzip
...
win_unzip Module
9 years ago
gfrank
05d5d939e7
Adding nssm requirement note
9 years ago
gfrank
8a72cf6a1c
Adding win_nssm module
9 years ago
Michael Perzel
3542e7d42d
Update method to determine if task exists, add days of week parameter to weekly triggers
9 years ago
Adam Keech
389e59b970
Adding functionality to not only edit Values, but also Keys.
9 years ago
Adam Keech
e84666fd74
Renaming variables in win_regedit module to make more sense with actions that are happening.
9 years ago
Adam Keech
5a2a22bf68
Adding win_regedit module
9 years ago
Phil
311d73620b
use convertto-bool for rm and recurse params
9 years ago
Timothy Vandenbrande
b0a637086f
add version_added: "2.0"
10 years ago
Timothy Vandenbrande
d87da2ba2d
renamed profile var
10 years ago
Michael Perzel
00d3a62907
Documentation updates
10 years ago
Michael Perzel
d6339c47e4
Ability to add/remove scheduled task
10 years ago
Timothy Vandenbrande
97d8273558
windows default to current instead of all
10 years ago