Commit 630c0cf5 by Matt Martz

Fix up some formatting issues in intro_windows.rst

parent 25766a0d
...@@ -77,7 +77,7 @@ In the powershell session, run the following to enable PS Remoting and set the e ...@@ -77,7 +77,7 @@ In the powershell session, run the following to enable PS Remoting and set the e
$ Enable-PSRemoting -Force $ Enable-PSRemoting -Force
$ Set-ExecutionPolicy RemoteSigned $ Set-ExecutionPolicy RemoteSigned
If your Windows firewall is enabled, you must also run the following command to allow firewall access to the public firewall profile:: If your Windows firewall is enabled, you must also run the following command to allow firewall access to the public firewall profile:
.. code-block:: bash .. code-block:: bash
...@@ -97,9 +97,9 @@ Alternatively, a self-signed SSL certificate can be generated in powershell usin ...@@ -97,9 +97,9 @@ Alternatively, a self-signed SSL certificate can be generated in powershell usin
.. code-block:: bash .. code-block:: bash
$ Create the https listener # Create the https listener
$ winrm create winrm/config/Listener?Address=*+Transport=HTTPS  @{Hostname="host_name";CertificateThumbprint="certificate_thumbprint"} $ winrm create winrm/config/Listener?Address=*+Transport=HTTPS  @{Hostname="host_name";CertificateThumbprint="certificate_thumbprint"}
$ Delete the http listener # Delete the http listener
$ WinRM delete winrm/config/listener?Address=*+Transport=HTTP $ WinRM delete winrm/config/listener?Address=*+Transport=HTTP
It's time to verify things are working:: It's time to verify things are working::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment