<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Server_2016_Core</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>Recent changes to Server_2016_Core</description><atom:link href="https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 07 Jun 2017 05:00:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/feed" rel="self" type="application/rss+xml"/><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -7,6 +7,9 @@
 * **Remote Desktop** is available

 * **Notepad** is available.
+
+* **ZMAdmin** works.
+

 * **MSIExec** works. **PowerShell v5** is included and works well.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 05:00:52 -0000</pubDate><guid>https://sourceforge.net9598f27fa6a28b903c4e095ff398bec6a85a68ae</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -28,7 +28,12 @@

 Reminder: you should make sure your own Custom\Initialize.ps1 script is on the Core server BEFORE you run any of the WebHub appliance scripts.  

-`Notepad c:\Temp\PowerShell\Custom\Initialize.ps1`
+
+~~~
+Notepad c:\Temp\PowerShell\Custom\Initialize.ps1
+REM Use the clipboard to transfer the appropriate Initialize.ps1 contents, 
+REM and then File &amp;gt; Save from Notepad to disk on the Core server.
+~~~

 After that, a relatively easy way to see yours steps for building the appliance is as follows, at a PowerShell prompt:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 05:00:15 -0000</pubDate><guid>https://sourceforge.net1a6f8ec477b76f4a35c4cfc40da50ef7d171d47b</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -18,8 +18,22 @@

 * You can go back and forth between PowerShell and **CMD** prompts fairly easily, and you can use `exit` ⏎ to get back to the prior shell.

+* If you start with a single 30gb disk for storage on your EC2 instance, you should end up with about **18gb free** that you can use for Drive C or D as you wish.  (For comparison, if you launch with Windows Server 2016 with a full GUI, you will only have about 7gb free.)
+
+
 # PowerShell Scripts for Core
 There are some extra PowerShell scripts in this project, to assist getting an AWS EC2 Core server up to the point where you can run the first WebHub Appliance script.  Look for  PowerShell\Sample_Build_AWS_EC2_Win2016_Core\*.ps1    

 The easiest way to use those scripts is to open them on a machine with a GUI, copy the contents, and paste them via Ctrl+V into the PowerShell prompt on the Core machine.  Press ⏎ to run.

+Reminder: you should make sure your own Custom\Initialize.ps1 script is on the Core server BEFORE you run any of the WebHub appliance scripts.  
+
+`Notepad c:\Temp\PowerShell\Custom\Initialize.ps1`
+
+After that, a relatively easy way to see yours steps for building the appliance is as follows, at a PowerShell prompt:
+
+~~~
+Set-Location C:\Temp\PowerShell\WebHub_Appliance_PS
+DIR *.bat
+~~~
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:58:50 -0000</pubDate><guid>https://sourceforge.netaa34a3b75d50dd38c3c983e4f2a43fe00cc6e01a</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -16,6 +16,8 @@

 * When you are on Core, you can press Ctrl+Alt+Del to get a tiny menu from which you can run Task Manager.  From TaskMgr you can **File &amp;gt; Run** `powershell` ⏎ to get the PowerShell prompt.

+* You can go back and forth between PowerShell and **CMD** prompts fairly easily, and you can use `exit` ⏎ to get back to the prior shell.
+
 # PowerShell Scripts for Core
 There are some extra PowerShell scripts in this project, to assist getting an AWS EC2 Core server up to the point where you can run the first WebHub Appliance script.  Look for  PowerShell\Sample_Build_AWS_EC2_Win2016_Core\*.ps1    

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:54:30 -0000</pubDate><guid>https://sourceforge.nete74f011e0be7c6a7d6c60d2c057df5bacf7763f9</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -14,10 +14,10 @@

 * Assuming the appropriate firewall openings, you can use **IIS Manager** from a machine with a GUI to connect to your Core server, and thus use the usual GUI to maintain the web site settings on the Core server.

-* When you are on Core, you can press Ctrl+Alt+Del to get a tiny menu from which you can run Task Manager.  From TaskMgr you can **File &amp;gt; Run** `powershell` ⎆ to get the PowerShell prompt.
+* When you are on Core, you can press Ctrl+Alt+Del to get a tiny menu from which you can run Task Manager.  From TaskMgr you can **File &amp;gt; Run** `powershell` ⏎ to get the PowerShell prompt.

 # PowerShell Scripts for Core
 There are some extra PowerShell scripts in this project, to assist getting an AWS EC2 Core server up to the point where you can run the first WebHub Appliance script.  Look for  PowerShell\Sample_Build_AWS_EC2_Win2016_Core\*.ps1    

-The easiest way to use those scripts is to open them on a machine with a GUI, copy the contents, and paste them via Ctrl+V into the PowerShell prompt on the Core machine.  Press [Enter] to run.
+The easiest way to use those scripts is to open them on a machine with a GUI, copy the contents, and paste them via Ctrl+V into the PowerShell prompt on the Core machine.  Press ⏎ to run.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:52:47 -0000</pubDate><guid>https://sourceforge.netc860d311167e00ce07f479d1c63659bcfa9b169c</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -14,7 +14,7 @@

 * Assuming the appropriate firewall openings, you can use **IIS Manager** from a machine with a GUI to connect to your Core server, and thus use the usual GUI to maintain the web site settings on the Core server.

-* When you are on Core, you can press Ctrl+Alt+Del to get a tiny menu from which you can run Task Manager.  From TaskMgr you can **File &amp;gt; Run** `powershell` [enter] to get the PowerShell prompt.
+* When you are on Core, you can press Ctrl+Alt+Del to get a tiny menu from which you can run Task Manager.  From TaskMgr you can **File &amp;gt; Run** `powershell` ⎆ to get the PowerShell prompt.

 # PowerShell Scripts for Core
 There are some extra PowerShell scripts in this project, to assist getting an AWS EC2 Core server up to the point where you can run the first WebHub Appliance script.  Look for  PowerShell\Sample_Build_AWS_EC2_Win2016_Core\*.ps1    
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:51:53 -0000</pubDate><guid>https://sourceforge.netf2b0427e3ab389e4b51c70d9e2137a13cef0278d</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,13 +4,15 @@

 Note:

-* Remote Desktop is available
+* **Remote Desktop** is available

-* Notepad is available.
+* **Notepad** is available.

-* MSIExec works. PowerShell v5 is included and works well.
+* **MSIExec** works. **PowerShell v5** is included and works well.

-* Assuming the appropriate firewall openings, you can use IIS Manager from a machine with a GUI to connect to your Core server, and thus use the usual GUI to maintain the web site settings on the Core server.
+* **CodeSite** Dispatcher works as-service.  CodeSiteConsole.exe now automatically notices when CSLiveViewer could not work (i.e. on Core), and automatically directs the logging to CSL disk files. 
+
+* Assuming the appropriate firewall openings, you can use **IIS Manager** from a machine with a GUI to connect to your Core server, and thus use the usual GUI to maintain the web site settings on the Core server.

 * When you are on Core, you can press Ctrl+Alt+Del to get a tiny menu from which you can run Task Manager.  From TaskMgr you can **File &amp;gt; Run** `powershell` [enter] to get the PowerShell prompt.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:50:37 -0000</pubDate><guid>https://sourceforge.net2361b495c36127106f7117898ff0d4039d22a5d4</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:46:39 -0000</pubDate><guid>https://sourceforge.netce541a10b81dd434efebe859ac38fe970799ed99</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:46:11 -0000</pubDate><guid>https://sourceforge.netbec41f03c067edb360dfcabacdc895315193bcc9</guid></item><item><title>Server_2016_Core modified by href</title><link>https://sourceforge.net/p/webhubapplianceps/wiki/Server_2016_Core/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="windows-server-2016-core"&gt;Windows Server 2016 Core&lt;/h1&gt;
&lt;p&gt;As of June 2017, if you spin up a t2.nano instance with Windows Server 2016 Core on AWS EC2, you will be able to build up a WebHub appliance.&lt;/p&gt;
&lt;p&gt;Note:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Remote Desktop is available&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Notepad is available.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MSIExec works. PowerShell v5 is included and works well.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Assuming the appropriate firewall openings, you can use IIS Manager from a machine with a GUI to connect to your Core server, and thus use the usual GUI to maintain the web site settings on the Core server.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you are on Core, you can press Ctrl+Alt+Del to get a tiny menu from which you can run Task Manager.  From TaskMgr you can &lt;strong&gt;File &amp;gt; Run&lt;/strong&gt; &lt;code&gt;powershell&lt;/code&gt; &lt;span&gt;[enter]&lt;/span&gt; to get the PowerShell prompt.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="powershell-scripts-for-core"&gt;PowerShell Scripts for Core&lt;/h1&gt;
&lt;p&gt;There are some extra PowerShell scripts in this project, to assist getting an AWS EC2 Core server up to the point where you can run the first WebHub Appliance script.  Look for  PowerShell\Sample_Build_AWS_EC2_Win2016_Core*.ps1  &lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;The easiest way to use those scripts is to open them on a machine with a GUI, copy the contents, and paste them via Ctrl+V into the PowerShell prompt on the Core machine.  Press &lt;span&gt;[Enter]&lt;/span&gt; to run.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">href</dc:creator><pubDate>Wed, 07 Jun 2017 04:45:54 -0000</pubDate><guid>https://sourceforge.netb1d372a0e5ef6faeefb838b7af5d72e630202c43</guid></item></channel></rss>