Windows without windows...

Slides:



Advertisements
Similar presentations
More Control and Flexibility Vitalis Konopelec Technology Solution Professional Microsoft Slovakia s.r.o.
Advertisements

1 of 3 Open Outlook On the Tools menu, click Account Settings. 1 Enable Outlook Anywhere 2 Click your Microsoft Exchange account, and then click.
1 of 3 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Datacenter X Datacenter Y ….com Contoso.com Exchange Labs ACME.com Ops NK App user Finance HR Sales Purchase Fabrikam Enterprises.
“Click and Run ” “Click once repeat often” Admins Service Operations “ Install and forget” Engineering Support Key considerations: Deterministic, fool.
Testing and Trouble Shooting Client Connection By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Wharton Computer Consulting, Inc. PowerShell Basics for SQL Server One Tool to Manage All SQL Servers Michael Wharton
Reporting Services 2012 Data Alerts
Building AD-SQL-APP Server on AZURE
30 Tips and Tricks for Managing and Running Ubuntu/Bash/Windows Subsystem for Linux WIN321B Orin Thomas.
Microsoft Azure Deployment Planning Services
Managing Windows Server 2012
Preparing for the Windows 8.1 MCSA
Lesson 6: Configuring Servers for Remote Management
5/21/2018 9:40 PM BRK3021 Learn about modern infrastructure roles in RDS: Next generation Windows desktop & app virtualization Clark Nicholson - Principal.
Introduction to ASP.NET 2.0
O365 & AZURE ADDS Mladen Baranek, Miadria
6/11/2018 8:14 AM THR2175 Building and deploying existing ASP.NET applications using VSTS and Docker on Windows Marcel de Vries CTO, Xpirit © Microsoft.
6/17/2018 5:54 AM OSP322 Getting the best of both worlds, making the most of SharePoint hybrid search solutions Shyam Narayan Microsoft © 2013 Microsoft.
Migrating your IaaS infrastructure from ASM to ARM without downtime
UI Test Automation with Appium
TechEd /3/2018 4:18 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Microsoft Azure Deployment Planning Services
Manual testing of Windows Metro style apps built using HTML
Microsoft Azure Deployment Planning Services
Microsoft Ignite /21/2018 8:47 AM
Microsoft Ignite /21/2018 5:56 PM
Azure Container Instances
Windows PowerShell Remoting: Definitely NOT Just for Servers
SharePoint Online Auditing
Microsoft Build /14/ :29 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Connect /17/ :34 AM
Making PowerShell Useful
What’s new in Visual Studio for web developers
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
Hosted Web Apps with Windows App Studio
Visual Studio 2013 for web developers
Digital display units This template is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION.
Intranet web banner units
Windows Insider Program for Business – A perfect match for companies
Manage Your Enterprise from a Single Seat: Windows PowerShell Remoting
Web Development in Visual Studio 2017
Making PowerShell Useful
Windows Template Studio
Microsoft Connect /17/2019 9:55 PM
Internal social media units
Azure Functions & Aurelia Serverless SPAs
Microsoft Connect /22/2019 9:54 PM
Microsoft Connect /23/ :38 AM
Deep Dive into Azure API Apps and Logic Apps
IE11’s Developer Tools, F12, just got nicer (again)
Tech Ed North America /12/2019 6:45 AM Required Slide
Windows Device Portal Hirsch Singhal Program
“Hey Mom, I’ll Fix Your Computer”
Hyper-V server deployment - Using the right tools
TechEd /23/2019 9:23 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Tech Ed North America /27/ :04 AM Required Slide
DEV322 Visual Studio 2005 C# IDE Enhancements
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
The Windows API Code Pack
5/24/ :22 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Microsoft Virtual Academy
Michael Wall Senior DBA, Great Western Malting
TechEd /28/ :34 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Windows without windows...
Windows without windows...
Managing Windows Server 2008
PowerShell for ConfigMgr 2012 SP1
Microsoft Connect /14/ :11 AM
Presentation transcript:

Windows without windows... 8/30/2019 1:59 AM Windows without windows... First steps….Remote Management By Matjaž Žnidar © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Server is installed. How do I manage it now? 8/30/2019 1:59 AM Server is installed. How do I manage it now? Yesterday we saw: Few tools that are still running in CORE A lot of PowerShell commands Few tricks to install drivers A lot of very manual and clumsy procedures Can we do IT better? © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8/30/2019 1:59 AM CoreFig © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Server Config tool 8/30/2019 1:59 AM Tools that already exist in Windows server 2012 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Server Config tool 8/30/2019 1:59 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Server Config tool Join server to domain Change Computer Name Enabling/Disabling Remote Management and Remote Desktop Managing Windows Updates Network Settings Time Settings Windows activation Restarting © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Remote Server Administration Tools 8/30/2019 1:59 AM Remote Server Administration Tools Adding servers Adding/removing roles and features Remote Event Viewer access (beware of FW rules needed) Remote Disk Management (beware of FW rules needed) Basic performance measure Best Practice analysis © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Remote Server Administration Tools 8/30/2019 1:59 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Power Shell - remotely Verb-Noun –Computername Invoke-Command -ComputerName Something -ScriptBlock {Get-Service} Enter-PSSession PowerShell direct Enter-PSSession -VMName NTK-CORE -Credential (Get-Credential) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Power Shell - remotely 8/30/2019 1:59 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Power Shell – Replacement for common tools 8/30/2019 1:59 AM Power Shell – Replacement for common tools Get-NetIPConfiguration  ipconfig Get-NetAdapter  network adapter Test-NetConnection  ping Resolve-DnsName  nslookup Get-NetTCPConnection  netstat Get-SmbConnection Get-SmbOpenFile © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Power Shell – Replacement for common tools 8/30/2019 1:59 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Why do you torture me with this PowerShell 8/30/2019 1:59 AM Why do you torture me with this PowerShell Portability and repeatability Automation of processes Scalability (do it once on several servers at the same time) Faster documentation There still (again) is an elegant way for GUI lovers. Manage from Web Browser  Honolulu (now Windows Admin Center) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

And what now? Story continues here at NTK 2018 8/30/2019 1:59 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

How to proceed with Windows Server CORE 8/30/2019 1:59 AM How to proceed with Windows Server CORE Go and start using PowerShell (e.g. mva.ms ) Implement your first Windows Server Core (you can use aka.ms/WSLab ) Learn some more PowerShell Get info from several servers at once Stop loosing time Invest gained time to learn something new There are several conferences and community events available, where you can learn new and interesting “stuff” (e.g. ExpertsLive.eu, SloWug.si...) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Thank you Stay curious and never stop learning!! Few words about me 8/30/2019 1:59 AM Few words about me Follow me on Twitter  @MatjazZnidar Visit my blog  https://m-12.net Mail me  matjaz@m-12.net Stay curious and never stop learning!! Thank you © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8/30/2019 1:59 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.