Microsoft Band and Web Tiles

Edit (10/7 2015): Added Images

To day MS announced a thing that was pretty cool… The ability to easily add an information stream to your Microsoft Band. All you need is an RSS feed and an icon image file… lets do it

  1. Go to http://developer.microsofthealth.com/WebTile/ and click get started
  2. Choose a layout

    image

  3. Input your RSS adress

    image

  4. Assign your datafields to the specific fields on the band by drag and drop. I used Channel.Titel, item.title and item.encoded.

    image

  5. Enter information about your app and add an icon (46 x 46) it needs to be a PNG and have a transparent background

    image

  6. Download the app and either send it by email och save it to OneDrive

    image

  7. Open it on your phone
  8. Done

    WP_20150710_13_36_22_Pro      WP_20150710_13_36_44_Pro

  9. That all for today /Johan

Geek Trick: Custom “New Tab Page” in Google Chrome

Yesterday I signed up for WunderList (since Microsoft bought it i thought I’d give it a try) and I noticed that there were a Extension in the Google Chrome store which displays my Wunderlist as a “New Tab Page”. That got me thinking: I wonder if I could set up any page as a New Tab Page… Like Todoist, which is the todolist manager I use.

I looked in the Chrome Store and found Replace New Tab Page which I installed and customized to display Todoist… Happy Days

/Johan

Download all Ignite sessions… Using oneget…

Hi

Today I will highlite a couple of things…

First of all: If you have not used OneGet (which comes with Windows 10) you should definately take loog at it. It lets you install software and powershell modules from different repositories on the internet (think Apt-get on Linux)

Second of all… My colleagues at AddLevel has created a PowerShell module for downloading the Ignite sessions automatically and it is available from Technet Gallery which makes it downloadable by using OneGet… Here is how you do it:

    1. Start an elevated Powershell prompt on your Windows 10 Computer
    2. Enter Find-Module CH9 | Format-List to have a look at the information about the package. If this is the first time you use Oneget, Powershell will ask you if it is OK to install the NuGet provider.

    1. If you want to install the package use: Find-Module CH9 | Install-Module
    2. Once you have installed the module, use get-command -module CH9 to fund which CMDlets are available

    1. To download all Mikael Nystroms sessions from Ignite 2015 use this:

      Get-CH9EventItem -Speaker “Mikael Nystrom” -EventName Ignite -Region NorthAmerica -Year 2015 | Save-CH9EventItem -StorePath C:\Users\johan.persson\Downloads

/Johan

Using OneNote to post blogs in WordPress

I have for a while now been using Windows Live Writer to create Blog Posts on my WordPress Blog. Since Windows Live Writer is not beeing updated “alot” any more I have been trying to find a replacement for a while now. I was quite happy the other day when I saw that MS has created a solution to use OneNote (one of my absolute favorite applications) to post blog posts.

To install this you start by going to the admin console on your WordPress Blog and in the Plugins sections search for OneNote and install One Note Publisher. When the install is done activate the Plugin and click Settings

Click the link that says “Click here for instructions…” to create a new application and get the MSA ClientID and Client Secret…




 

 

When you have gotten the info from your new application you will have to enter them in WordPress

To create a new posting you write it in OneNote and then you go to the new post screen in WordPress and press the little OneNote icon and browse to your post, select it and it will magically appear in your edit window (atleast within 20 seconds) and you can add category and click Publish as usual…

BTW This post was of course posted using OneNote 🙂

/Johan

Set up Site-to-Site VPN from pfSense and Microsoft Azure

 

Today I have played around a little with Azure Site-2-Site VPN… I do not have a high-end (or for that matter low end) Cisco firewall to test with so I set it up in my lab firewall which is running pfSense.

First of all you need to create the VPN settings in Microsoft Azure

We start with creating a new virtual network

image

image

First we name the network and select the region

image

Then we add an internal DNS server. These are used to let our servers in Azure resolve DNS names in our internal environment. We also select that we will use site-to-site VPN and that we want to specify a new local network

image

We now have to specify our on-premise network which in my case is 192.168.1.0/24 and the gateway to my network (the external IP of my firewall)

SNAGHTML4e678d6

We need to set up the new subnet and the gateway subnet

image

When the network is done we have to create a gateway network. This will take a while. You only need to use a Static Routing Gateway since you will only have a single endpoint.

image

When the gateway is created we can see that Azure is trying to connect… so we will need to set up the other side

image

For that we need to take note of the pre-shared key and the gateway address so we can enter them into pfSense. Take note of the gateway and then click Manage Key and copy the key

image

image

The last thing to do is to set up the pfSense configuration. Log on to the pfSense web interface and goto VPN –  IPsec and enable IPsec.

We start with creating the phase 1 part of the VPN tunnel. Create a new one and add the Azure gateway and the key.

image

Now we need to set up phase 2 of the IPsec tunnel.

image

First we add the local subnet (in my case 192.168.1.0/24) and then we add the remote sublet in Azure. Note that this is the complete adress space and not just the server network (in my case 10.0.0.0/8). Also verify that you are using AES as encryption algorithm and AES 256 as hash algorithm.

image[63]

The VPN is now up and running and you can verify in Azure

image

And in pfSense (go to Status – IPsec)

SNAGHTML5ab3bbf

Now you can set up a virtual machine on Microsoft Azure and connect it to your Azure Server Network and they will be accessible from your onpremise network.

Links:
https://knowledge.zomers.eu/pfsense/Pages/How-to-connect-an-Azure-cloud-to-pfSense-over-IPSec.aspx
https://www.youtube.com/watch?v=OKVgIaFg1Z4

2W – It management for SMBs

Tack alla för att ni deltog igår på Second Wednesday… Här kommer länkar och presentationer:

WiFi:

http://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup
http://blogs.technet.com/b/networking/archive/2012/05/30/creating-a-secure-802-1x-wireless-infrastructure-using-microsoft-windows.aspx
http://msdn.microsoft.com/en-us/library/cc731853.aspx
http://technet.microsoft.com/en-us/library/cc771455%28v=ws.10%29.aspx
http://technet.microsoft.com/en-us/library/dd282998%28v=ws.10%29.aspx
http://technet.microsoft.com/en-us/library/hh831831.aspx
http://windowshell.wordpress.com/2011/01/04/a-sample-802-1x-configuration-guide/
http://www.esecurityplanet.com/trends/article.php/3853581/Tips-and-Tricks-for-Using-8021X-in-Windows.htm
https://communities.intel.com/servlet/JiveServlet/previewBody/4321-102-1-7037/SImple%20NPS%20Configuration%20as%20Radius%20Part%201.pdf

Deployment:

http://www.deploymentresearch.com/Research/tabid/62/EntryId/193/Beyond-unsupported-Deploying-Windows-10-preview-including-drivers-with-ConfigMgr-2012-R2.aspx
http://www.deploymentresearch.com/Research/tabid/62/EntryId/195/Deploying-Windows-10-build-9860-using-MDT-2013-Lite-Touch.aspx
http://www.deploymentresearch.com/Research/tabid/62/EntryId/197/How-to-create-a-Windows-10-Enterprise-build-9860-ISO.aspx
http://www.deploymentresearch.com/Research/tabid/62/EntryId/192/Beyond-unsupported-Deploying-Windows-Technical-Preview-with-MDT-2013.aspx
http://blog.westmonroepartners.com/make-the-microsoft-deployment-toolkit-mdt-2013-able-to-deploy-windows-10-windows-server-vnext-and-hyper-v-server-vnext-technical-preview/

Samgungs Goggles:

http://www.oculus.com/blog/introducing-the-samsung-gear-vr-innovator-edition/

 

Lite kort info om PowerShell moduler

Som ni säkert vet kan man koppla in moduler i Powershell som gör att man får fler Cmdlets. I Windows Server 2012  och 2012 R2 kommer Powershell själv att ladda moduler om de är installerade korrekt… Vad är då korrekt?

Det finns ett antal olika ställen där man kan installera Powershell moduler

Använd variabeln $env:PSModulePath för att ta reda på var Windows letar efter moduler att autoladda. På min maskin är standardsökvägarna förjande:

C:\Users\username\Documents\WindowsPowerShell\Modules
C:\Program Files\WindowsPowerShell\Modules
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
c:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules\

Den första är min personliga sökväg… varje användare har en och där kan man lägga sina egna moduler. Den Andra är en standardsökväg där man kan lägga moduler för alla användare. Nummer tre är reserverad för Windows inbyggda moduler och den fjärde beror på att det finns en SQL server installerad på min maskin.

Nästa punkt på agendan är att lägga till en nu modul… Jag vill installera Michael Niehaus modul för att hantera MDT databasen. Så jag börjar med att ladda ner den och packa upp den. Hur gör man då för att installera den så att Powershell kan ladda den automatiskt? Jo, jag kopierar den till antingen sökväg 1 eller 2 ovan, men för att det skall funka behöver jag lägga den i en mapp som heter samma som modulen. I mitt fall heter modulfilen MDTDB.psm1, alltså skapar jag mappen C:\Program Files\WindowsPowerShell\Modules\MDTDB och lägger filen där.

Mvh

Johan

Application request routing PÅ Windows Server Essentials 2012

Jag har en Windows Server Essentials 2012 server hemma för min interna “produktionsmiljö”. Som de flesta andra sitter jag på en vanlig internetlina med en dynamisk adress så jag funderade lite om man kunde använda Application Request Routing (ARR) för att utnyttja samma adress för att komma åt min labmiljö… Jag fick idén när jag lekte runt lite med onpremise exchange i Essentials för kunds räkning. Så jag får väl helt enkelt testa.

Jag börjar med att ladda ner ARR komponenten och installera den i min server. (X86 version, X64 version).

Installationen är i stil med Next-Next-Finnish

image

Ladda ner och installera Web Platform Installer…

image

Lägg till Application Request Routing 3.0…

image

… och du får en del annat på köpet så som URL Rewrite mm.

image

När installationen är klar, klicka Finish och stäng Web Platform Installer.

När installationen av Application Request Routing är klar, starta IIS Manager. Markera noden för din webserver.

image

I den högra panelen, dubbelklicka på Application Request Routing.

image

I Actions panelen klicka Server Proxy Settings

image

Markera Enable Proxy och verifiera att HTTP version är satt till Pass through. I actions panelen klicka Apply för att spara

Starta utforskaren och skapa en ny tom mapp där du har dina websiter (default C:\InetPub). I IIS Managern skapa en ny site som pekar till katalogen. Döp den till sam´ma namn som den site du skall skapa en reverse proxy för.

image

Min site använder SSL och behöver därför ett certifikat. Installera SSL certifikatet på Reverse Proxy Servern. Högerklicka på den nya siten och välj Edit Bindings för att konfigurera certifikatet. Eftersom jag använder SSL aktiverade jag även Require Server Name Indication och angav FQDN för Servern

Markera den nya siten och dubbelklicka URL Rewrite i mittpanelen. I Actionpanelen klicka Add Rule(s), välj Reverse Proxy och klicka OK.

image

Ange URLen till den site du vill omdirigera till (det är viktigt att den finn tillgänglig och kan namnupplösas internt för servern som skall fungera som Reverse Proxy)

Nu kommer du att kunna surfa till siten på insidan genom den server som är Reverse Proxy