summaryrefslogtreecommitdiff
path: root/examples/scripts
Commit message (Expand)AuthorAgeFilesLines
* many pslint fixes (#55862)Shachaf922019-07-092-15/+15
* examples: fix Ansible API example (#51863)Abhijeet Kasurde2019-02-121-13/+9
* explicitly set LocalAccountTokenFilterPolicy on WinRM configure script (#45947)Jordan Borean2018-09-251-0/+15
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* Generate SHA256 signed certificates for WinRM (#36668)David Norman2018-04-201-1/+33
* Update example uptime script to provide correct type for explicit individual ...John Bond2018-01-161-2/+7
* Python 2.6 `str.format()` compatibility fixes.Matt Clay2018-01-101-3/+3
* Added possibility to disable basic auth (#33224)Erwan Quélin2018-01-021-10/+32
* avoid use of Write-Host in config scriptMatt Davis2017-12-201-3/+3
* add GlobalHttpFirewallAccess arg (#34124)Matt Davis2017-12-201-1/+60
* Explain -EnableCredSSP in headerDag Wieers2017-11-021-0/+2
* Update uptime.py example script with changes to the API. Fixes #31229Matt Martz2017-10-041-6/+6
* Set startup type to automatic before attempting to start the service. Otherwi...Simon Liddicott2017-08-071-3/+3
* Fix one name in module error due to rewritten VariableManagerToshio Kuratomi2017-07-271-1/+1
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* examples/: PEP8 compliancy (#24682)Dag Wieers2017-05-181-17/+20
* ConfigureRemotingForAnsible: RSA 1024 to RSA 4096 (#23684)Nicolas Simond2017-04-191-3/+5
* Remove useless # in comment (#21609)David PHAM-VAN2017-02-181-1/+1
* fix ambiguous cert selection in WinRM enable script (#21263)Matt Davis2017-02-131-4/+5
* Added info on ntlm and credssp, updated configure script for credssp (#21175)Jordan Borean2017-02-081-1/+17
* Add missing support for -CertValidityDays (#21009)Dag Wieers2017-02-061-36/+22
* Improve inline docs (#21029)Dag Wieers2017-02-041-7/+14
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-11/+11
* Ensure that the script is run with elevated privileges (#20669)Dag Wieers2017-01-271-0/+18
* Small fix for running using Invoke-ExpressionDag Wieers2017-01-261-1/+1
* Enable -Verbose and log to EventLog (#19909)Dag Wieers2017-01-101-24/+74
* fix indent (#20071)TaoBeier2017-01-101-1/+1
* Fix compile errors in scripts.Matt Clay2016-12-081-6/+6
* Clean up shebangs for various files.Matt Clay2016-11-021-1/+1
* adjust WinRM service configuration message textnitzmahone2016-09-091-1/+1
* Start WinRM service automatically on rebootjlehtniemi-broadsoft2016-09-091-0/+2
* old yaml format has been long goneBrian Coca2016-09-081-207/+0
* Fix some typos (#16498)Shota2016-06-291-1/+1
* Update to ConfigureRemotingForAnsible.ps1Cryptophobia2016-04-131-1/+38
* Merge pull request #12363 from breathe/develMatt Davis2016-02-291-3/+14
|\
| * Document -SkipNetworkProfileCheck switchNathaniel Cohen2015-09-221-0/+4
| * allow ConfigureRemotingForAnsible.ps1 script to function from 'public' adaptersNathaniel Cohen2015-09-141-4/+11
* | $SubjectName variable unused; clean upMichael Crilly2016-02-291-16/+14
* | update uptime script to use version 2.0 of the apib4ldr2016-02-171-23/+80
|/
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+2
* moved WinRM setup script test after confignitzmahone2015-08-311-25/+22
* Fixed error handling for the enabling of PS RemotingWillem Pienaar2014-12-161-7/+1
* Merge pull request #9481 from cipress/patch-1Chris Church2014-11-231-2/+13
|\
| * Found issue on different System architecture.cipress2014-11-041-2/+13
* | Update firewall rules, error handling, other comment/whitespace cleanup.Chris Church2014-11-111-110/+133
|/
* $powershellpath is called as ".$powershellpath"nathansoz2014-08-181-1/+1
* Added script for configuring winrm for AnsibleTrond Hindenes2014-07-061-0/+181
* Make sure the doc stubs for windows modules have proper license headersMatt Martz2014-06-191-1/+1
* Add copyright header to main winrm test playbook.Chris Church2014-06-191-1/+1
* Add basic tests for win_get_url and win_msi modules.Chris Church2014-06-191-1/+1