About Me

My photo
Bergen, Norway
19th times Microsoft MVP (Security and Windows). IT-Dude @SpareBankenNorge

Thursday, June 6, 2013

Command sheet from my teched session

Several people have been asking for my cheat sheet with the commands used during my demonstrations at TechEd. Yes I do cheat, don't want to use time troubleshoot fatfinger problems.

So here are the list, remember that the presentation also includes code pages with more stuff, like lots of wmi entries

 

The music I played at TechED NA

I have had lots of request after the music I played before my session yesterday on TechEd here in New Orleans. Even the sound enginer asked me :-)

It was actually a Norwegian Group called Magickal Era, with there brand new song "Human Love"

http://magickalera.com/

You will find them on Spotify, youtube and other places

Thursday, May 30, 2013

Updating your WIM file with DISM

If you want to patch up your Windows image file (wim file) with the newest patches you can use the DISM commando. The DISM commando are available in Windows 8 as default or as a part of the WAIK or ADK download from Microsoft.


Wednesday, May 29, 2013

TechED session getting closer and some recommandations

Soon I will leave for TechED and New Orleans, looking forward to both TechED and the city, never been in New Orleans before and always wanted to go. I am sure it will be amazing.
 
My session is getting ready and I can promise a lot of demonstrations, for now it looks like it will be 9.
Seeing is believing :-)
 


Friday, May 3, 2013

Showing saved credentials


Sometime you just get frustrated, you have forgotten a password and you know it is saved on of your computers. However, you need to use it from another device or maybe use it with a mail client program instead of webmail. In many cases, you can just ask for a password reset, but if you have changed email since you first time create a user on that service it will not work, or it can be a service without the possibility to reset.

I had the experience myself just the other day. For me it was a NAS box (network storage device), that I for the first time in ages need to access as admin instead of using it as an ordinary file service. To make things difficult I had changed IP address on the device since last login from my computer so the automatic login from the computer that had stored the password did not recognize it as a saved connection. What to do now!

Maybe one of the most ordinary examples for when you need this tip I am going to give now is for users that have saved their password for web pages like facebook or twitter, or mail. Mail is the typical thing user’s just setup once and never ever thinks about again, so when transferring the typical home user over to a new computer you need to request the password from the provider. Well as long as the old computer are still running, there might be a better way!

Monday, March 25, 2013

Free Azure training in Bergen

 

There will be free Microsoft training on Azure in Bergen 11. April. It's in Norwegian.

Agenda:

12: 30– 13:15 Introduksjon til Windows Azure v/Olav Tollefsen
Vi går gjennom Windows Azure plattformen med fokus på de nye Infrastructure
as a Service funksjonene (Virtual Machines, Virtual Network).


13:30 – 14:30 Integrasjon med Windows Azure v/Morgan Dahl Simonsen
Hvordan kan Windows Azure integreres med ditt eksisterende nettverk og
tjenester? Vi går igjennom hvordan du etablerer VPN-tilkobling til Windows Azure, hvordan
kjøre Active Directory domenekontrollere i Windows Azure og hvordan føderere og
synkronisere ditt on-premise Active Directory med Windows Azure Active Directory.


14:45 – 16:00 Administrasjon av Windows Azure med PowerShell v/Morgan Dahl Simonsen
Hvordan administrere Windows Azure med PowerShell? Vi går igjennom oppsett
avtilkobling mot Windows Azure for PowerShell og viser hvordan du kan¨automatisere
hele din cloud-plattform.

Friday, March 15, 2013

Breakfast seminar on Windows Server 2012 slides now online

The slide from the breakfast seminar in Bergen and Oslo (and Haugesund next week) are now ready for online viewing or download and can be found HERE

Cleaning Up Unknown IAM Assignments Across Azure Subscriptions

  If you manage more than a handful of Azure subscriptions, IAM hygiene quickly becomes one of those tasks everyone knows is important, but ...