About Me
- Olav Tvedt
- Bergen, Norway
- 19th times Microsoft MVP (Security and Windows). IT-Dude @SpareBankenNorge
Monday, October 19, 2015
EVRY Windows 10 Gold Partner Event - Slide decks
My slides from the EVRY Windows 10 event can be downloaded HERE
This time covering the focus on the user experience, security and mobility in Windows 10 Enterprise version.
Thursday, October 8, 2015
Microsoft Norway Windows 10 Partner BootCamp slide decks
My slide decks from the Windows 10 Partner Bootcamp are ready for download
Thursday, September 10, 2015
Windows 10 Summit / Modern Workplace Summit 2015 - Slide deck available
Sunday, September 6, 2015
Windows 10 - Changing network profile from public to private
Sometimes you
need to make sure that your network profile are defined as “Private”, for
instance when you want to connect to the computer with Remote desktop, or other
firewall related configurations.
First time you connect to a network you will get a pop up that actually are asking you if you want the network to be used as a “Private” or “Public” network, it just ask in a bit “confusing” way.
(Domain profile” are only available for domain joined computers and will be automatic selected if there is a domain controller on the network).
First time you connect to a network you will get a pop up that actually are asking you if you want the network to be used as a “Private” or “Public” network, it just ask in a bit “confusing” way.
(Domain profile” are only available for domain joined computers and will be automatic selected if there is a domain controller on the network).
Tuesday, August 18, 2015
Deploying Windows 10
In middle of August Windows 10 have supposedly reached more than 50 million computers (info here), and with users trying it out at home and loving it, the pressure to get it at work computers also are build up.
Microsoft have done different measure to make sure that enterprises will have more control over their Windows 10 deployment.
The Windows 10 upgrade should be automatically blocked on computers or devices in the following scenarios:
Microsoft have done different measure to make sure that enterprises will have more control over their Windows 10 deployment.
The Windows 10 upgrade should be automatically blocked on computers or devices in the following scenarios:
Wednesday, July 1, 2015
Windows 10 Build 10158 and up product keys
The Insider Preview build of Windows 10 are getting new products keys. If you are upgrading from a previous build you should not get any problem with the old activated keys.
If you are doing a new clean install you will need to type in the right product keys.
Clean install can be done when the ISO file is available later (when the build hits slow ring), or when you create your own ISO with this guide from the ESD file
If you are doing a new clean install you will need to type in the right product keys.
Clean install can be done when the ISO file is available later (when the build hits slow ring), or when you create your own ISO with this guide from the ESD file
Friday, June 12, 2015
Windows Server 2003/R2 End of life 14. July 2015
A great friend will leave us on july the 14. 2015. He have served us well and his descendants will for sure continue to server us into the future. Thanks for your services my old friend
What does this mean and what can/should we now do?
Tuesday, June 2, 2015
Thursday, May 21, 2015
Windows 10 breakfast seminar slide deck are now ready for download
Lots of topics cover in what time we had available today. Some minor problem with running it all on a build of Windows 10 made public about 12 hours before the seminar (of course display driver related ;-), but still a fun session to do.
Slides HERE
Tuesday, May 19, 2015
Noen ledige plasser på Windows 10 frokost semniar i Bergen 21.mai
Saturday, May 9, 2015
Ignite - Slides from my session
Ignite is over, a great week with lots of highlights.
After 3 session with The Blues Brother as a starter topic, it was a real pleasure on the 4 and last session to get visited bye them on stage.
After 3 session with The Blues Brother as a starter topic, it was a real pleasure on the 4 and last session to get visited bye them on stage.
My session can be downloaded here
Picuture from unitedsandhausen
Wednesday, May 6, 2015
How to get and use the Windows key from UEFI/BIOS
I found
myself in the situation that I needed to get the Windows key out from the ACPI
in the UEFI bios and preferable get to use it in a task sequence in MDT.
There are
different ways of doing this, but I wanted to do this with little code and easy
to understand.
There is a
nice tool created to get the key on github, created by Christian Korneck,
called get_win81key. This tool gives you the key in plane text. You can get it
If I were
supposed to do this manually, I now would just take that key and type it in
with slmgr command or in the GUI. But I want to do this within a task in MDT.
Testing a
couple of solutions without using the get_win8key with my great scripting guru
colleague Håvard ( www.grondal.me) and figuring out that it cannot be done with
default powershell stuff, it needs more code. Therefore, we quickly figured out
that some use of the “get_win8key” files is the easiest way, but we need a way
of setting the output from the file into a variable that we can use with the
slmgr command.
Testing out
some different solutions we ended up in this nice little line:
for /F
"delims=" %%a in ('%~dp0get_win8key.exe') do set key=%%a
The
get_win8key.exe files need to be located in the same folder as the cmd files
that we want to run the script. We now have a variable with the result from the
get_win8key
Next thing
is that we want to insert that key into Windows with the “slmgr” and active it.
We also want this to be done quiet. The quiet part are done with the parameter
//B in cscript. We then need 2 lines of slmgr :
cscript //B
%windir%\system32\slmgr.vbs /ipk %key%
cscript //B
%windir%\system32\slmgr.vbs /ato
Pasting the code together it will look like
this:
The next
step is to copy both the get_win8key.exe and a cmd file with the script into
the script folder at out MDT deployment share. I have simply called the script
file “Get-Winkey.cmd”
I then need
to modify the task sequence that I use to install Windows Pro (Remember that
you need to have a BIOS with the key for this to work, and if you are deploying
anything else then a version matching the version of the key in BIOS it will
fail. Try doing it manually if you are unsure)
Thursday, April 30, 2015
My sessions at Ignite 2015
Just days away from Ignite in Chicago, and I am already on the way from Norway.
I will do 2 different sessions this year with a repeat on both.
This is Windows Theater sessions so that means it will be 15-20 intense minutes, no time for bull.
Wednesday, April 22, 2015
Check if your script are running in administrator context
Doing system changes via a script files will often require that you run it in the context of administrator.
Doing this with script I run myself is easy enough, I know that if it fails it is because I forgot to use "Run as administrator" when I started it (or did a poor job creating the script).
However when creating scripts that other people will run it will be a good idea to add a check in the script and give feedback to the person running it.
Doing this with script I run myself is easy enough, I know that if it fails it is because I forgot to use "Run as administrator" when I started it (or did a poor job creating the script).
However when creating scripts that other people will run it will be a good idea to add a check in the script and give feedback to the person running it.
Friday, March 6, 2015
Surface Pro series: New MSI Download
The Surface Pro series have now gotten a new MSI file that you can download from HERE
If you want details you can read more about it at Joe Eldridge blogpost on Technet (forget that it says "Surface Pro 3, it is for all three versions)
If you want details you can read more about it at Joe Eldridge blogpost on Technet (forget that it says "Surface Pro 3, it is for all three versions)
Wednesday, February 25, 2015
NIC: Connecting Windows 10 to the Cloud (Azure AD Domain Join)
On my NIC 2015 session Control and manage you cloud Clients I did lots of talking about the Azure Active Directory Device Join feature in Windows 10.
Monday, February 23, 2015
NIC: Control and Manage Your Cloud Clients
The slide deck from my NIC 2015 session "Control and Manage Your Cloud Clients" can be downloaded from here
Thursday, February 19, 2015
Microsoft Days Bergen: The Perfect 10 slides
Just finished the first session about Windows 10 here in Bergen
And the slide can be downloaded from here if you want them
Friday, February 13, 2015
NIC: Slides from mine and Alexander's session are now ready for download
And you can now download the slides from that session here
Wednesday, February 11, 2015
NIC Special: Binary converter
As ASCII codes represents text in computers, communications equipment, and other devices that use text. Most modern character-encoding schemes are based on ASCII, in addition, they support many additional characters.
Tuesday, February 10, 2015
Veeam and vSphere.next meet up at VMUG Bergen 19.February
If you want to get information about Veeam backup and reel life examples the VMUG gathering in Bergen is the place to be
You can also learn about what's new in vSphere.next and in the process win a
Wednesday, January 28, 2015
I am no longer a Setup & Deployment MVP
But now an Windows Expert-IT Pro MVP (and still a drama queen, obviously)
After 6 1/2 year as an Setup & Deployment MVP (lately know as Software Packaging, Deployment & Servicing) I have now changed expertise area to be become an Windows Expert-IT Pro MVP
After 6 1/2 year as an Setup & Deployment MVP (lately know as Software Packaging, Deployment & Servicing) I have now changed expertise area to be become an Windows Expert-IT Pro MVP
Tuesday, January 27, 2015
Deploying Windows 10 Preview with MDT 2013
For now MDT doesn't support deploying Windows 10. That is related too the new version number Windows got with build 9926.
Saturday, January 24, 2015
Windows 10 Gives better control for Windows update
Playing around with the new Windows 10 Technical preview build 9926 I went in to check for updates since I was missing my display drivers, figuring out that it's better too check if Windows update have them, then installing the Windows 8.1 version (this will in most cases work, and this is what I had to do on the previous public build). There was some updates, so I started to install them, and after it was finished I got a real positive news about the update feature in Windows 10
Saturday, January 17, 2015
Unlimited retention time on deleted items on Exchange online in Office 365
Currently in Office 365's Exchange online, your users items in the delete folders will be automatically "deleted" after a maximum of 30 days.
Even though you can go into the management in Exchange admin center and change the values to something higher or to use never it will actually not be more than 30 day retention time for the items in delete items box (or junk mail folder)
Even though you can go into the management in Exchange admin center and change the values to something higher or to use never it will actually not be more than 30 day retention time for the items in delete items box (or junk mail folder)
Subscribe to:
Posts (Atom)
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 ...
-
Working with mobile device management (MDM) require a lot of testing. With Windows 10 testing is no problem (except those things that demand...
-
I found myself in the situation that I needed to get the Windows key out from the ACPI in the UEFI bios and preferable get to use it in a ta...
-
Felt a bit stupid today (again). Have been struggling with some Microsoft Surface Go devices. Love the device but, when they are shipped wit...



















