SlideShare ist ein Scribd-Unternehmen logo
1 von 41
Downloaden Sie, um offline zu lesen
Windows 8 Frokost Seminar



          Olav Tvedt
          EVRY Consulting
          MVP Setup & Deployment

Blog:olavtvedt.blogspot.com - Twitter: #olavtwitt
Bad News?
Why should I be ready?
XP Users

• April 8, 2014
• New Computer Features Not Utilized By Windows XP
• New Windows Features
• Lower Cost
• Compatibility Problems
Biggest Wave?

• Private consumers
  - New Computers
  - Tablets
• Enterprise
  - Windows XP
  - Tablets
Hvorfor Bruke Windows 8 Tablet?
       •   Security
       •   Active Directory
       •   Patching
       •   Antivirus
       •   Firewall
       •   Management
       •   Active Directory
       •   Group Policy
       •   System Center suite
       •   User Experience
       •   Metro Style
       •   DirectAccess
       •   Local Apps/Virtual App
Mobile Sales Force
• Replace
  - Old PDA
  - Paper
• Optimize
  - Processes
  - Communication
• 100 Devices
Group Policy

• Control with WMI
• Policies
• Preferences
Helpful WMI Strings
   Windows 8
   select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1'

   Windows 7
   select * from Win32_OperatingSystem WHERE Version like '6.1%' AND ProductType='1'

   32 Bit OS
   SELECT AddressWidth FROM Win32_Processor WHERE AddressWidth = '32'

   64 Bit OS
   SELECT AddressWidth FROM Win32_Processor WHERE AddressWidth ='64'




          http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html
Helpful WMI Strings

   Only 32 Bit Windows 8
   select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1' AND AddressWidth =
   '32'

   Only 64 Bit Windows 8
   select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1' AND AddressWidth =
   '64'

   Lenovo Windows 8 computers
   select * from Win32_OperatingSystem WHERE Version like ‘6.2%’ AND ProductType=‘1’ AND Manufacturer =
   ‘LENOVO’




            http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html
Helpful WMI Strings

  Only Windows Clients
  select * from Win32_OperatingSystem WHERE ProductType='1'

  Only Windows Servers (No Domain Controllers)
  Select * from WIN32_OperatingSystem where ProductType='3'

  Only Domain Controllers
  Select * from WIN32_OperatingSystem where ProductType='2'

  Windows Servers And Domain Controllers
  Select * from WIN32_OperatingSystem where ProductType='2' and ProductType='3'



             http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html
DEMO:
Creating WIM Filters
Group Policy For The IT Department

• Block access to Store
• Change password on local Administrator
• BGinfo
Group Policy For The Users

• Shortcuts on desktop
• Internet Explorer
• File History
• Printer
• Stations
DEMO:
Group Policy
File Explorer
                    Ribbon
                 Copy/Paste,
                    Sharing
                   improves
                 View options
                     etc.
                discoverability
Task Manager
                             Or as much
                As little…
                             detail…




               As you want
DEMO:
File Explorer - File history – Task Manager Toolbars - Win+x
Client Hyper-V



                       Windows 8 VM   Windows Server VM




                      Windows 7 VM        Linux VM
                                                                  Benefits
                                                                  • Robust , secure, manageable
                                                                    and scalable developer
                                                                    platform
                                                                  • Choice in a broad range of
                                                                    devices, including laptops
                                                                    and various USB peripherals
        Run multiple operating systems on a single Windows 8 PC   • Easy to create and host
                                                                    multiple virtual environments
DEMO:
HYPER-V On The Client
Windows To Go

• Ultra portable workspace
• Company controlled
  - Direct Access
  - Bitlocker
  - Sccm/App-V etc client
  - Group Policy
  - Folder Redirection




       Deploying Windows to Go in real life – Tomorrow at 13:00 Room 4
What’s Different

• Internal disks are offline
• Trusted Platform Module isn’t used
  - Bitlocker with boot password can be used
• Hibernate is disabled by default
• Windows Store is disabled by default
• Windows RE isn’t available
Requirements for Windows To Go

            For USB drives                                     For host PCs
• Certified for use as a Windows To Go drive   •   Capable of USB boot (enabled)
                                               •   USB 2.0 port or greater (no hubs)
                                               •   1 GHz or faster matching processor
                                               •   2 GB or greater memory
                                               •   DirectX 9 graphics device
                                               •   Windows 7 or Windows 8 certified
                                               •   Windows RT Devices are not supported
                                               •   Mac is not a supported scenario
DEMO:
                          Windows To GO




http://olavtvedt.blogspot.no/2012/06/teched-amsterdam-windows-8-to-go.html
Collecting the right information

• Hardware
• Software
Selecting the tools

• Discovery Tools
  - MAP
  - ACT (Now part of ADK)
  - SCCM
• Deployment Tools
  - WDS
  - MDT
  - SCCM
  - SCCM/MDT
• Management Tools
  - Active Directory
  - System Center family
Getting the oversight

• Get The Truth!!!
  - MAP
  - ACT
Microsoft Assessment and Planning Toolkit
• Inventory
• Assessment
• Reporting
MAP Client Firewall
Configuration
 GP Setting:
 “Computer ConfigurationPoliciesConfigurationAdministrative TemplatesNetworkNetwork
 ConnectionsWindows FirewallDomain ProfileWindows Firewall: Allow remote administration
 exception”
 GP Value:
 “Enabled”




     http://social.technet.microsoft.com/wiki/contents/articles/8657.map-prepare-the-environment-
     wmi.aspx
MAP Client Firewall
Configuration
GP Setting:
“Computer ConfigurationPoliciesWindows SettingsSecurity SettingsLocal PoliciesNetwork
access: Sharing and security model for local accounts”
GP Value:
“Classic – local users authenticate as themselves”




     http://social.technet.microsoft.com/wiki/contents/articles/8657.map-prepare-the-environment-
     wmi.aspx
DEMO:
Hardware inventory
Application Compatibility Toolkit
• Inventory
• Assessment
• Reporting
• Shimming




               http://technet.microsoft.com/library/hh825181.aspx
DEMO:
SOFTWARE INVENTORY
Selecting the version you need

• Windows RT
• Windows 8
• Windows 8 Pro
• Windows 8 Enterprise
  - Volume License only!




                     http://en.wikipedia.org/wiki/Windows_8_editions
Windows 8 Enterprise

• Only available in Enterprise version
  - AppLocker
  - Windows To Go
  - DirectAccess
  - BranchCache




                      http://en.wikipedia.org/wiki/Windows_8_editions
Maintain and support your solution

• Group Policy / Preferences
• System Center
• MDT
• Springboard
• Etc.
DEMO:
         Arposh - Windows System Administration tool




http://gallery.technet.microsoft.com/Arposh-Windows-System-a1beb102
Proof of Concept Jumpstart Kit

• Complete Demo In VHD
• SCCM
• MDOP
• APP-V
• MDT
• ACT
• MAP




          http://www.microsoft.com/en-us/download/details.aspx?id=1834
Find the right information

• Microsoft Springboard
  - Webpage
  - News letter
  - Twitter
• Microsoft Solution Accelerators




                          http://www.microsoft.com/springboard
http://technet.com/springboard
Springboard
Olav Tvedt
                  EVRY Consulting
               MVP Setup & Deployment



Blog:olavtvedt.blogspot.com - Twitter: #olavtwitt

Weitere ähnliche Inhalte

Was ist angesagt?

Vmware thin app architecture
Vmware thin app architectureVmware thin app architecture
Vmware thin app architecturesolarisyougood
 
Phantosys innovation for home office and BYOD
Phantosys innovation for home office and BYODPhantosys innovation for home office and BYOD
Phantosys innovation for home office and BYODJose Bittencourt
 
VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...
VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...
VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...Unidesk Corporation
 
Building solutions with microsoft virtualisation
Building solutions with microsoft virtualisationBuilding solutions with microsoft virtualisation
Building solutions with microsoft virtualisationRonnie Isherwood
 
Lecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationLecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationKen Hutchins
 
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld
 
Going beyond the pale 10292012
Going beyond the pale 10292012Going beyond the pale 10292012
Going beyond the pale 10292012bamboolibrarian
 
Dynamic Memory Management HyperV R2 SP1
Dynamic Memory Management HyperV R2 SP1Dynamic Memory Management HyperV R2 SP1
Dynamic Memory Management HyperV R2 SP1Eduardo Castro
 
Dynamic Memory Management Hyperv 2008 R2 S
Dynamic Memory Management Hyperv 2008 R2 SDynamic Memory Management Hyperv 2008 R2 S
Dynamic Memory Management Hyperv 2008 R2 SEduardo Castro
 
Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Peter Tröger
 
GeekOn with Ron #4: Tuning and Optimizing Your Gold Image
GeekOn with Ron #4: Tuning and Optimizing Your Gold ImageGeekOn with Ron #4: Tuning and Optimizing Your Gold Image
GeekOn with Ron #4: Tuning and Optimizing Your Gold ImageUnidesk Corporation
 
Managing bitlocker with MBAM
Managing bitlocker with MBAMManaging bitlocker with MBAM
Managing bitlocker with MBAMOlav Tvedt
 
Advanced vdi configuration - Jeff Stokes
Advanced vdi configuration - Jeff StokesAdvanced vdi configuration - Jeff Stokes
Advanced vdi configuration - Jeff StokesJeff Stokes
 
VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success
VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success
VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success VMworld
 
History of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparisionHistory of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparisionfarrukh ishaq choudhary
 
Verixo management Suite 2014
Verixo management Suite 2014Verixo management Suite 2014
Verixo management Suite 2014Sandeep Gandhi
 
OSS Presentation Accelerating VDI by Daniel Beveridge
OSS Presentation Accelerating VDI by Daniel BeveridgeOSS Presentation Accelerating VDI by Daniel Beveridge
OSS Presentation Accelerating VDI by Daniel BeveridgeOpenStorageSummit
 
CSF18 - BitLocker Deep Dive - Sami Laiho
CSF18 - BitLocker Deep Dive - Sami LaihoCSF18 - BitLocker Deep Dive - Sami Laiho
CSF18 - BitLocker Deep Dive - Sami LaihoNCCOMMS
 
how to install VMware
how to install VMwarehow to install VMware
how to install VMwarertchandu
 
Hyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityHyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityPaulo Freitas
 

Was ist angesagt? (20)

Vmware thin app architecture
Vmware thin app architectureVmware thin app architecture
Vmware thin app architecture
 
Phantosys innovation for home office and BYOD
Phantosys innovation for home office and BYODPhantosys innovation for home office and BYOD
Phantosys innovation for home office and BYOD
 
VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...
VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...
VDI Mission Accomplished: U.S. Federal Agency Improves Client Computing Secur...
 
Building solutions with microsoft virtualisation
Building solutions with microsoft virtualisationBuilding solutions with microsoft virtualisation
Building solutions with microsoft virtualisation
 
Lecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 ConfigurationLecture Lesson 1 Windows 7 Configuration
Lecture Lesson 1 Windows 7 Configuration
 
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
 
Going beyond the pale 10292012
Going beyond the pale 10292012Going beyond the pale 10292012
Going beyond the pale 10292012
 
Dynamic Memory Management HyperV R2 SP1
Dynamic Memory Management HyperV R2 SP1Dynamic Memory Management HyperV R2 SP1
Dynamic Memory Management HyperV R2 SP1
 
Dynamic Memory Management Hyperv 2008 R2 S
Dynamic Memory Management Hyperv 2008 R2 SDynamic Memory Management Hyperv 2008 R2 S
Dynamic Memory Management Hyperv 2008 R2 S
 
Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)
 
GeekOn with Ron #4: Tuning and Optimizing Your Gold Image
GeekOn with Ron #4: Tuning and Optimizing Your Gold ImageGeekOn with Ron #4: Tuning and Optimizing Your Gold Image
GeekOn with Ron #4: Tuning and Optimizing Your Gold Image
 
Managing bitlocker with MBAM
Managing bitlocker with MBAMManaging bitlocker with MBAM
Managing bitlocker with MBAM
 
Advanced vdi configuration - Jeff Stokes
Advanced vdi configuration - Jeff StokesAdvanced vdi configuration - Jeff Stokes
Advanced vdi configuration - Jeff Stokes
 
VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success
VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success
VMworld 2013: Demystifying VMware Mirage: Tips and Tricks for Success
 
History of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparisionHistory of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparision
 
Verixo management Suite 2014
Verixo management Suite 2014Verixo management Suite 2014
Verixo management Suite 2014
 
OSS Presentation Accelerating VDI by Daniel Beveridge
OSS Presentation Accelerating VDI by Daniel BeveridgeOSS Presentation Accelerating VDI by Daniel Beveridge
OSS Presentation Accelerating VDI by Daniel Beveridge
 
CSF18 - BitLocker Deep Dive - Sami Laiho
CSF18 - BitLocker Deep Dive - Sami LaihoCSF18 - BitLocker Deep Dive - Sami Laiho
CSF18 - BitLocker Deep Dive - Sami Laiho
 
how to install VMware
how to install VMwarehow to install VMware
how to install VMware
 
Hyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityHyper-V Virtual Machine Mobility
Hyper-V Virtual Machine Mobility
 

Andere mochten auch

Microsoft Days Bergen: Cloud experience
Microsoft Days Bergen: Cloud experienceMicrosoft Days Bergen: Cloud experience
Microsoft Days Bergen: Cloud experienceOlav Tvedt
 
Frokost seminar windows server 2012
Frokost seminar   windows server 2012Frokost seminar   windows server 2012
Frokost seminar windows server 2012Olav Tvedt
 
Nic going totally cloud
Nic going totally cloudNic going totally cloud
Nic going totally cloudOlav Tvedt
 
Win 10 frokost seminar
Win 10 frokost seminarWin 10 frokost seminar
Win 10 frokost seminarOlav Tvedt
 
Windows 8 news for the enterprise
Windows 8 news for the enterpriseWindows 8 news for the enterprise
Windows 8 news for the enterpriseOlav Tvedt
 
Whats new in microsoft desktop optimization package
Whats new in microsoft desktop optimization packageWhats new in microsoft desktop optimization package
Whats new in microsoft desktop optimization packageOlav Tvedt
 
IT Puls Tromsø - Windows Server 2012 Og Windows 8
IT Puls Tromsø - Windows Server 2012 Og Windows 8IT Puls Tromsø - Windows Server 2012 Og Windows 8
IT Puls Tromsø - Windows Server 2012 Og Windows 8Olav Tvedt
 
#EVRYWhatsNext EMS Slide Deck
#EVRYWhatsNext EMS Slide Deck#EVRYWhatsNext EMS Slide Deck
#EVRYWhatsNext EMS Slide DeckOlav Tvedt
 

Andere mochten auch (9)

Microsoft Days Bergen: Cloud experience
Microsoft Days Bergen: Cloud experienceMicrosoft Days Bergen: Cloud experience
Microsoft Days Bergen: Cloud experience
 
Frokost seminar windows server 2012
Frokost seminar   windows server 2012Frokost seminar   windows server 2012
Frokost seminar windows server 2012
 
Nic going totally cloud
Nic going totally cloudNic going totally cloud
Nic going totally cloud
 
Win 10 frokost seminar
Win 10 frokost seminarWin 10 frokost seminar
Win 10 frokost seminar
 
Windows 8 news for the enterprise
Windows 8 news for the enterpriseWindows 8 news for the enterprise
Windows 8 news for the enterprise
 
Whats new in microsoft desktop optimization package
Whats new in microsoft desktop optimization packageWhats new in microsoft desktop optimization package
Whats new in microsoft desktop optimization package
 
Bsm mw10
Bsm mw10Bsm mw10
Bsm mw10
 
IT Puls Tromsø - Windows Server 2012 Og Windows 8
IT Puls Tromsø - Windows Server 2012 Og Windows 8IT Puls Tromsø - Windows Server 2012 Og Windows 8
IT Puls Tromsø - Windows Server 2012 Og Windows 8
 
#EVRYWhatsNext EMS Slide Deck
#EVRYWhatsNext EMS Slide Deck#EVRYWhatsNext EMS Slide Deck
#EVRYWhatsNext EMS Slide Deck
 

Ähnlich wie Frokost seminar windows 8 februar 2013

Are you ready for Windows 8 - Nicconf 2013
Are you ready for Windows 8 - Nicconf 2013Are you ready for Windows 8 - Nicconf 2013
Are you ready for Windows 8 - Nicconf 2013Olav Tvedt
 
Module 03 installing, upgrading, and migrating to windows 7
Module 03   installing, upgrading, and migrating to windows 7Module 03   installing, upgrading, and migrating to windows 7
Module 03 installing, upgrading, and migrating to windows 7aesthetics00
 
Windows 8 fuzz
Windows 8 fuzzWindows 8 fuzz
Windows 8 fuzzOlav Tvedt
 
Presentation design - key concepts and approaches for designing your deskto...
Presentation   design - key concepts and approaches for designing your deskto...Presentation   design - key concepts and approaches for designing your deskto...
Presentation design - key concepts and approaches for designing your deskto...xKinAnx
 
Lecture 12 monitoring the network
Lecture 12   monitoring the networkLecture 12   monitoring the network
Lecture 12 monitoring the networkWiliam Ferraciolli
 
CSF18 - GDPR - Sami Laiho
CSF18 - GDPR - Sami LaihoCSF18 - GDPR - Sami Laiho
CSF18 - GDPR - Sami LaihoNCCOMMS
 
Configuring and tuning windows 8
Configuring and tuning windows 8Configuring and tuning windows 8
Configuring and tuning windows 8Olav Tvedt
 
Lecture 10 the user experience
Lecture 10   the user experienceLecture 10   the user experience
Lecture 10 the user experienceWiliam Ferraciolli
 
Application Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternativeApplication Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternativeDenis Gundarev
 
Open Audit
Open AuditOpen Audit
Open Auditncspa
 
Introducing Widows 7
Introducing Widows 7Introducing Widows 7
Introducing Widows 7Gene Carboni
 
Windows 8 Consumer Preview
Windows 8 Consumer PreviewWindows 8 Consumer Preview
Windows 8 Consumer PreviewRence Montanes
 
System Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device ManagementSystem Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device ManagementC/D/H Technology Consultants
 
What's New in Windows Server 2012 R2
What's New in Windows Server 2012 R2What's New in Windows Server 2012 R2
What's New in Windows Server 2012 R2Aidan Finn
 
Soccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM ConnectionsSoccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM Connectionspanagenda
 
Multi Layer Monitoring V1
Multi Layer Monitoring V1Multi Layer Monitoring V1
Multi Layer Monitoring V1Lahav Savir
 
V mware view™ poc jumpstart service
V mware view™ poc jumpstart serviceV mware view™ poc jumpstart service
V mware view™ poc jumpstart servicesolarisyougood
 

Ähnlich wie Frokost seminar windows 8 februar 2013 (20)

Are you ready for Windows 8 - Nicconf 2013
Are you ready for Windows 8 - Nicconf 2013Are you ready for Windows 8 - Nicconf 2013
Are you ready for Windows 8 - Nicconf 2013
 
Bcit win8 ws2012 session
Bcit win8 ws2012 sessionBcit win8 ws2012 session
Bcit win8 ws2012 session
 
Module 03 installing, upgrading, and migrating to windows 7
Module 03   installing, upgrading, and migrating to windows 7Module 03   installing, upgrading, and migrating to windows 7
Module 03 installing, upgrading, and migrating to windows 7
 
Windows 8 fuzz
Windows 8 fuzzWindows 8 fuzz
Windows 8 fuzz
 
Presentation design - key concepts and approaches for designing your deskto...
Presentation   design - key concepts and approaches for designing your deskto...Presentation   design - key concepts and approaches for designing your deskto...
Presentation design - key concepts and approaches for designing your deskto...
 
Lecture 12 monitoring the network
Lecture 12   monitoring the networkLecture 12   monitoring the network
Lecture 12 monitoring the network
 
CSF18 - GDPR - Sami Laiho
CSF18 - GDPR - Sami LaihoCSF18 - GDPR - Sami Laiho
CSF18 - GDPR - Sami Laiho
 
Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management
 
Configuring and tuning windows 8
Configuring and tuning windows 8Configuring and tuning windows 8
Configuring and tuning windows 8
 
Lecture 10 the user experience
Lecture 10   the user experienceLecture 10   the user experience
Lecture 10 the user experience
 
Application Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternativeApplication Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternative
 
Open Audit
Open AuditOpen Audit
Open Audit
 
Introducing Widows 7
Introducing Widows 7Introducing Widows 7
Introducing Widows 7
 
Windows 8 Consumer Preview
Windows 8 Consumer PreviewWindows 8 Consumer Preview
Windows 8 Consumer Preview
 
System Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device ManagementSystem Center Configuration Manager and Mobile Device Management
System Center Configuration Manager and Mobile Device Management
 
Ch 2
Ch 2Ch 2
Ch 2
 
What's New in Windows Server 2012 R2
What's New in Windows Server 2012 R2What's New in Windows Server 2012 R2
What's New in Windows Server 2012 R2
 
Soccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM ConnectionsSoccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM Connections
 
Multi Layer Monitoring V1
Multi Layer Monitoring V1Multi Layer Monitoring V1
Multi Layer Monitoring V1
 
V mware view™ poc jumpstart service
V mware view™ poc jumpstart serviceV mware view™ poc jumpstart service
V mware view™ poc jumpstart service
 

Mehr von Olav Tvedt

MVP Dagen 2021 - Money for nothing
MVP Dagen 2021 - Money for nothingMVP Dagen 2021 - Money for nothing
MVP Dagen 2021 - Money for nothingOlav Tvedt
 
Brk30010 - With so many different ways to secure data across the Office 365 p...
Brk30010 - With so many different ways to secure data across the Office 365 p...Brk30010 - With so many different ways to secure data across the Office 365 p...
Brk30010 - With so many different ways to secure data across the Office 365 p...Olav Tvedt
 
SharePoint Conference - Secure the data, not the device
SharePoint Conference - Secure the data, not the deviceSharePoint Conference - Secure the data, not the device
SharePoint Conference - Secure the data, not the deviceOlav Tvedt
 
NIC - Securing one drive and its content
NIC - Securing one drive and its contentNIC - Securing one drive and its content
NIC - Securing one drive and its contentOlav Tvedt
 
NIC - Lets put the business into one drive
NIC - Lets put the business into one driveNIC - Lets put the business into one drive
NIC - Lets put the business into one driveOlav Tvedt
 
Securing the weakest link adding security layers while keeping the use
Securing the weakest link adding security layers while keeping the useSecuring the weakest link adding security layers while keeping the use
Securing the weakest link adding security layers while keeping the useOlav Tvedt
 
The Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last weekThe Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last weekOlav Tvedt
 
What’s new for SMBs in fall creators update
What’s new for SMBs in fall creators updateWhat’s new for SMBs in fall creators update
What’s new for SMBs in fall creators updateOlav Tvedt
 
Let's put the business into onedrive for business
Let's put the business into onedrive for businessLet's put the business into onedrive for business
Let's put the business into onedrive for businessOlav Tvedt
 
Security As A Service
Security As A ServiceSecurity As A Service
Security As A ServiceOlav Tvedt
 
MTUG - På tide med litt oversikt og kontroll?
MTUG - På tide med litt oversikt og kontroll?MTUG - På tide med litt oversikt og kontroll?
MTUG - På tide med litt oversikt og kontroll?Olav Tvedt
 
ALSO Roadshow - Azure and EMS presentation
ALSO Roadshow - Azure and EMS presentation ALSO Roadshow - Azure and EMS presentation
ALSO Roadshow - Azure and EMS presentation Olav Tvedt
 
Microsoft Windows 10 Bootcamp - Windows as a service
Microsoft Windows 10 Bootcamp - Windows as a serviceMicrosoft Windows 10 Bootcamp - Windows as a service
Microsoft Windows 10 Bootcamp - Windows as a serviceOlav Tvedt
 
Microsoft Windows 10 Bootcamp - MDT Offline media
Microsoft Windows 10 Bootcamp - MDT Offline mediaMicrosoft Windows 10 Bootcamp - MDT Offline media
Microsoft Windows 10 Bootcamp - MDT Offline mediaOlav Tvedt
 
Microsoft Windows 10 Bootcamp - Active directory
Microsoft Windows 10 Bootcamp - Active directoryMicrosoft Windows 10 Bootcamp - Active directory
Microsoft Windows 10 Bootcamp - Active directoryOlav Tvedt
 
Modern Workplace Summit 2015 - Management
Modern Workplace Summit 2015 - ManagementModern Workplace Summit 2015 - Management
Modern Workplace Summit 2015 - ManagementOlav Tvedt
 
Modern Workplace Summit 2015 - Surface and offline media
Modern Workplace Summit 2015 - Surface and offline mediaModern Workplace Summit 2015 - Surface and offline media
Modern Workplace Summit 2015 - Surface and offline mediaOlav Tvedt
 
Ms @ evry rs june 2015 slidehide
Ms @ evry rs june 2015 slidehideMs @ evry rs june 2015 slidehide
Ms @ evry rs june 2015 slidehideOlav Tvedt
 
Ignite - The 15 minute deploying surface (pro) guide
Ignite - The 15 minute deploying surface (pro) guideIgnite - The 15 minute deploying surface (pro) guide
Ignite - The 15 minute deploying surface (pro) guideOlav Tvedt
 

Mehr von Olav Tvedt (20)

MVP Dagen 2021 - Money for nothing
MVP Dagen 2021 - Money for nothingMVP Dagen 2021 - Money for nothing
MVP Dagen 2021 - Money for nothing
 
Brk30010 - With so many different ways to secure data across the Office 365 p...
Brk30010 - With so many different ways to secure data across the Office 365 p...Brk30010 - With so many different ways to secure data across the Office 365 p...
Brk30010 - With so many different ways to secure data across the Office 365 p...
 
SharePoint Conference - Secure the data, not the device
SharePoint Conference - Secure the data, not the deviceSharePoint Conference - Secure the data, not the device
SharePoint Conference - Secure the data, not the device
 
NIC - Securing one drive and its content
NIC - Securing one drive and its contentNIC - Securing one drive and its content
NIC - Securing one drive and its content
 
NIC - Lets put the business into one drive
NIC - Lets put the business into one driveNIC - Lets put the business into one drive
NIC - Lets put the business into one drive
 
Securing the weakest link adding security layers while keeping the use
Securing the weakest link adding security layers while keeping the useSecuring the weakest link adding security layers while keeping the use
Securing the weakest link adding security layers while keeping the use
 
The Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last weekThe Windows 10 tips you wished you knew last week
The Windows 10 tips you wished you knew last week
 
What’s new for SMBs in fall creators update
What’s new for SMBs in fall creators updateWhat’s new for SMBs in fall creators update
What’s new for SMBs in fall creators update
 
Let's put the business into onedrive for business
Let's put the business into onedrive for businessLet's put the business into onedrive for business
Let's put the business into onedrive for business
 
Security As A Service
Security As A ServiceSecurity As A Service
Security As A Service
 
Hackcon 2017
Hackcon 2017Hackcon 2017
Hackcon 2017
 
MTUG - På tide med litt oversikt og kontroll?
MTUG - På tide med litt oversikt og kontroll?MTUG - På tide med litt oversikt og kontroll?
MTUG - På tide med litt oversikt og kontroll?
 
ALSO Roadshow - Azure and EMS presentation
ALSO Roadshow - Azure and EMS presentation ALSO Roadshow - Azure and EMS presentation
ALSO Roadshow - Azure and EMS presentation
 
Microsoft Windows 10 Bootcamp - Windows as a service
Microsoft Windows 10 Bootcamp - Windows as a serviceMicrosoft Windows 10 Bootcamp - Windows as a service
Microsoft Windows 10 Bootcamp - Windows as a service
 
Microsoft Windows 10 Bootcamp - MDT Offline media
Microsoft Windows 10 Bootcamp - MDT Offline mediaMicrosoft Windows 10 Bootcamp - MDT Offline media
Microsoft Windows 10 Bootcamp - MDT Offline media
 
Microsoft Windows 10 Bootcamp - Active directory
Microsoft Windows 10 Bootcamp - Active directoryMicrosoft Windows 10 Bootcamp - Active directory
Microsoft Windows 10 Bootcamp - Active directory
 
Modern Workplace Summit 2015 - Management
Modern Workplace Summit 2015 - ManagementModern Workplace Summit 2015 - Management
Modern Workplace Summit 2015 - Management
 
Modern Workplace Summit 2015 - Surface and offline media
Modern Workplace Summit 2015 - Surface and offline mediaModern Workplace Summit 2015 - Surface and offline media
Modern Workplace Summit 2015 - Surface and offline media
 
Ms @ evry rs june 2015 slidehide
Ms @ evry rs june 2015 slidehideMs @ evry rs june 2015 slidehide
Ms @ evry rs june 2015 slidehide
 
Ignite - The 15 minute deploying surface (pro) guide
Ignite - The 15 minute deploying surface (pro) guideIgnite - The 15 minute deploying surface (pro) guide
Ignite - The 15 minute deploying surface (pro) guide
 

Frokost seminar windows 8 februar 2013

  • 1. Windows 8 Frokost Seminar Olav Tvedt EVRY Consulting MVP Setup & Deployment Blog:olavtvedt.blogspot.com - Twitter: #olavtwitt
  • 3. Why should I be ready?
  • 4. XP Users • April 8, 2014 • New Computer Features Not Utilized By Windows XP • New Windows Features • Lower Cost • Compatibility Problems
  • 5. Biggest Wave? • Private consumers - New Computers - Tablets • Enterprise - Windows XP - Tablets
  • 6. Hvorfor Bruke Windows 8 Tablet? • Security • Active Directory • Patching • Antivirus • Firewall • Management • Active Directory • Group Policy • System Center suite • User Experience • Metro Style • DirectAccess • Local Apps/Virtual App
  • 7. Mobile Sales Force • Replace - Old PDA - Paper • Optimize - Processes - Communication • 100 Devices
  • 8. Group Policy • Control with WMI • Policies • Preferences
  • 9. Helpful WMI Strings Windows 8 select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1' Windows 7 select * from Win32_OperatingSystem WHERE Version like '6.1%' AND ProductType='1' 32 Bit OS SELECT AddressWidth FROM Win32_Processor WHERE AddressWidth = '32' 64 Bit OS SELECT AddressWidth FROM Win32_Processor WHERE AddressWidth ='64' http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html
  • 10. Helpful WMI Strings Only 32 Bit Windows 8 select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1' AND AddressWidth = '32' Only 64 Bit Windows 8 select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1' AND AddressWidth = '64' Lenovo Windows 8 computers select * from Win32_OperatingSystem WHERE Version like ‘6.2%’ AND ProductType=‘1’ AND Manufacturer = ‘LENOVO’ http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html
  • 11. Helpful WMI Strings Only Windows Clients select * from Win32_OperatingSystem WHERE ProductType='1' Only Windows Servers (No Domain Controllers) Select * from WIN32_OperatingSystem where ProductType='3' Only Domain Controllers Select * from WIN32_OperatingSystem where ProductType='2' Windows Servers And Domain Controllers Select * from WIN32_OperatingSystem where ProductType='2' and ProductType='3' http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html
  • 13. Group Policy For The IT Department • Block access to Store • Change password on local Administrator • BGinfo
  • 14. Group Policy For The Users • Shortcuts on desktop • Internet Explorer • File History • Printer • Stations
  • 16. File Explorer Ribbon Copy/Paste, Sharing improves View options etc. discoverability
  • 17. Task Manager Or as much As little… detail… As you want
  • 18. DEMO: File Explorer - File history – Task Manager Toolbars - Win+x
  • 19. Client Hyper-V Windows 8 VM Windows Server VM Windows 7 VM Linux VM Benefits • Robust , secure, manageable and scalable developer platform • Choice in a broad range of devices, including laptops and various USB peripherals Run multiple operating systems on a single Windows 8 PC • Easy to create and host multiple virtual environments
  • 21. Windows To Go • Ultra portable workspace • Company controlled - Direct Access - Bitlocker - Sccm/App-V etc client - Group Policy - Folder Redirection Deploying Windows to Go in real life – Tomorrow at 13:00 Room 4
  • 22. What’s Different • Internal disks are offline • Trusted Platform Module isn’t used - Bitlocker with boot password can be used • Hibernate is disabled by default • Windows Store is disabled by default • Windows RE isn’t available
  • 23. Requirements for Windows To Go For USB drives For host PCs • Certified for use as a Windows To Go drive • Capable of USB boot (enabled) • USB 2.0 port or greater (no hubs) • 1 GHz or faster matching processor • 2 GB or greater memory • DirectX 9 graphics device • Windows 7 or Windows 8 certified • Windows RT Devices are not supported • Mac is not a supported scenario
  • 24. DEMO: Windows To GO http://olavtvedt.blogspot.no/2012/06/teched-amsterdam-windows-8-to-go.html
  • 25. Collecting the right information • Hardware • Software
  • 26. Selecting the tools • Discovery Tools - MAP - ACT (Now part of ADK) - SCCM • Deployment Tools - WDS - MDT - SCCM - SCCM/MDT • Management Tools - Active Directory - System Center family
  • 27. Getting the oversight • Get The Truth!!! - MAP - ACT
  • 28. Microsoft Assessment and Planning Toolkit • Inventory • Assessment • Reporting
  • 29. MAP Client Firewall Configuration GP Setting: “Computer ConfigurationPoliciesConfigurationAdministrative TemplatesNetworkNetwork ConnectionsWindows FirewallDomain ProfileWindows Firewall: Allow remote administration exception” GP Value: “Enabled” http://social.technet.microsoft.com/wiki/contents/articles/8657.map-prepare-the-environment- wmi.aspx
  • 30. MAP Client Firewall Configuration GP Setting: “Computer ConfigurationPoliciesWindows SettingsSecurity SettingsLocal PoliciesNetwork access: Sharing and security model for local accounts” GP Value: “Classic – local users authenticate as themselves” http://social.technet.microsoft.com/wiki/contents/articles/8657.map-prepare-the-environment- wmi.aspx
  • 32. Application Compatibility Toolkit • Inventory • Assessment • Reporting • Shimming http://technet.microsoft.com/library/hh825181.aspx
  • 34. Selecting the version you need • Windows RT • Windows 8 • Windows 8 Pro • Windows 8 Enterprise - Volume License only! http://en.wikipedia.org/wiki/Windows_8_editions
  • 35. Windows 8 Enterprise • Only available in Enterprise version - AppLocker - Windows To Go - DirectAccess - BranchCache http://en.wikipedia.org/wiki/Windows_8_editions
  • 36. Maintain and support your solution • Group Policy / Preferences • System Center • MDT • Springboard • Etc.
  • 37. DEMO: Arposh - Windows System Administration tool http://gallery.technet.microsoft.com/Arposh-Windows-System-a1beb102
  • 38. Proof of Concept Jumpstart Kit • Complete Demo In VHD • SCCM • MDOP • APP-V • MDT • ACT • MAP http://www.microsoft.com/en-us/download/details.aspx?id=1834
  • 39. Find the right information • Microsoft Springboard - Webpage - News letter - Twitter • Microsoft Solution Accelerators http://www.microsoft.com/springboard
  • 41. Olav Tvedt EVRY Consulting MVP Setup & Deployment Blog:olavtvedt.blogspot.com - Twitter: #olavtwitt