f2fed10ad8
* first round of splitting and expanding Windows docs * Added info about WinRM and started the usage page * more details onf usage around command/shell * added more info * missed a page * added info about hotfix and ps upgrade script * Added DSC information * filled in FAQ and fixed up links * changes per PR review and typo fixes found by myself * fixed sanity check * updated external script URLS * Edits * Edits * Edits * Copy edits. * More copy edits. * Added info about becoming a local service account * some formatting changes on become and DSC indent fix * Copy edits/rewrites * Copy edits/rewrites * minor updates to UAC text, typos * minor wording updates * minor wording tweaks/typos * minor wording tweaks/typos * minor tweaks/typos * fix indent issue * fix title underline length * fix quote issue
18 lines
480 B
ReStructuredText
18 lines
480 B
ReStructuredText
Windows Guides
|
|
``````````````
|
|
|
|
The following sections provide information on managing
|
|
Windows hosts with Ansible.
|
|
|
|
Because Windows is a non-POSIX-compliant operating system, there are differences between
|
|
how Ansible interacts with them and the way Windows works. These guides will highlight
|
|
some of the differences between Linux/Unix hosts and hosts running Windows.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
windows_setup
|
|
windows_winrm
|
|
windows_usage
|
|
windows_dsc
|
|
windows_faq
|