From 630c0cf57eb6aa68914102dab8916109440fab4b Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 19 Jun 2014 09:55:54 -0500 Subject: [PATCH] Fix up some formatting issues in intro_windows.rst --- docsite/rst/intro_windows.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index 7670aeadf08..562ea829569 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -77,7 +77,7 @@ In the powershell session, run the following to enable PS Remoting and set the e $ Enable-PSRemoting -Force $ 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 @@ -97,9 +97,9 @@ Alternatively, a self-signed SSL certificate can be generated in powershell usin .. 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"} - $ Delete the http listener + # Delete the http listener $ WinRM delete winrm/config/listener?Address=*+Transport=HTTP It's time to verify things are working::