Windows 8 Archives - Thomas Maurer Cloud and Datacenter Blog focusing on Microsoft Azure Wed, 01 Jan 2020 13:24:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.1 https://www.thomasmaurer.ch/wp-content/uploads/2018/06/cropped-icon1024-32x32.png Windows 8 Archives - Thomas Maurer 32 32 71605618 Open website from PowerShell https://www.thomasmaurer.ch/2017/02/open-website-from-powershell/ https://www.thomasmaurer.ch/2017/02/open-website-from-powershell/#comments Tue, 14 Feb 2017 15:23:21 +0000 http://www.thomasmaurer.ch/?p=7649 If you want to directly open a website from the PowerShell console, you can use the Start-Process cmdlet. This will open the website in the default browser:   Start-Process "https://www.thomasmaurer.ch" You can also use “Start” which is an alias for Start-Process:   Start "https://www.thomasmaurer.ch" Yes this is a very short post, but I hope this …

The post Open website from PowerShell appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2017/02/open-website-from-powershell/feed/ 7 7649
Windows Sysprep for Virtual Machines https://www.thomasmaurer.ch/2016/05/windows-sysprep-for-virtual-machines/ https://www.thomasmaurer.ch/2016/05/windows-sysprep-for-virtual-machines/#comments Tue, 31 May 2016 13:56:37 +0000 http://www.thomasmaurer.ch/?p=7880 For using the same system image for different virtual machines or physical computer, Microsoft created a tool called sysprep.exe. This blog post covers Most people should be already familiar with that tool. If not here is the description: Sysprep prepares a Windows installation (Windows client and Windows Server) for imaging, allowing you to capture a …

The post Windows Sysprep for Virtual Machines appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2016/05/windows-sysprep-for-virtual-machines/feed/ 7 7880
Basic Networking PowerShell cmdlets cheatsheet to replace netsh, ipconfig, nslookup and more https://www.thomasmaurer.ch/2016/02/basic-networking-powershell-cmdlets-cheatsheet-to-replace-netsh-ipconfig-nslookup-and-more/ https://www.thomasmaurer.ch/2016/02/basic-networking-powershell-cmdlets-cheatsheet-to-replace-netsh-ipconfig-nslookup-and-more/#comments Tue, 16 Feb 2016 17:57:26 +0000 http://www.thomasmaurer.ch/?p=7797 Around 4 years ago I wrote a blog post about how to Replace netsh with Windows PowerShell which includes basic powershell networking cmdlets. After working with Microsoft Azure, Nano Server and Containers, PowerShell together with networking becomes more and more important. I created this little cheat sheet so it becomes easy for people to get …

The post Basic Networking PowerShell cmdlets cheatsheet to replace netsh, ipconfig, nslookup and more appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2016/02/basic-networking-powershell-cmdlets-cheatsheet-to-replace-netsh-ipconfig-nslookup-and-more/feed/ 15 7797
How to create Windows Server bootable USB media for deployment on UEFI based systems https://www.thomasmaurer.ch/2015/12/how-to-create-windows-windows-server-bootable-usb-media-for-deployment-on-uefi-based-systems/ https://www.thomasmaurer.ch/2015/12/how-to-create-windows-windows-server-bootable-usb-media-for-deployment-on-uefi-based-systems/#comments Tue, 15 Dec 2015 15:07:39 +0000 http://www.thomasmaurer.ch/?p=7101 When you were create a USB media for PCs, notebooks and servers which were using BIOS you could use several tools to do this. Now most of the tools do not really create a USB media drive which can be used to boot and install Windows or Windows Server on a UEFI based system such …

The post How to create Windows Server bootable USB media for deployment on UEFI based systems appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2015/12/how-to-create-windows-windows-server-bootable-usb-media-for-deployment-on-uefi-based-systems/feed/ 4 7101
Windows 10 Editions and upgrade paths https://www.thomasmaurer.ch/2015/05/windows-10-editions-and-upgrade-paths/ https://www.thomasmaurer.ch/2015/05/windows-10-editions-and-upgrade-paths/#respond Tue, 19 May 2015 21:58:57 +0000 http://www.thomasmaurer.ch/?p=7138 Last week Microsoft announced the different editions of Windows 10. As in the past Microsoft offers Windows in different editions that are tailored for various different use cases and scenarios. Windows 10 will power an broad range of devices – everything from PCs, tablets, phones, Xbox One, Microsoft HoloLens and Surface Hub. It will also …

The post Windows 10 Editions and upgrade paths appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2015/05/windows-10-editions-and-upgrade-paths/feed/ 0 7138
Troubleshoot Windows InstantGo (Connected Standby) https://www.thomasmaurer.ch/2015/01/troubleshoot-windows-instantgo-connected-standby/ https://www.thomasmaurer.ch/2015/01/troubleshoot-windows-instantgo-connected-standby/#comments Mon, 12 Jan 2015 18:01:25 +0000 http://www.thomasmaurer.ch/?p=6882 In Windows 8 Microsoft released a feature called InstantGo (formerly know as Connected Standby) which should bring smartphone like Power Management features to your Windows tablet or notebook. Devices such as the Surface Pro 3 do offer this feature. This post should help you troubleshoot issues with InstantGo or Connected Standby. InstantGo requires the following: …

The post Troubleshoot Windows InstantGo (Connected Standby) appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2015/01/troubleshoot-windows-instantgo-connected-standby/feed/ 2 6882
Save PowerShell Object to file for Remote Troubleshooting https://www.thomasmaurer.ch/2014/03/save-powershell-object-to-file-for-remote-troubleshooting/ https://www.thomasmaurer.ch/2014/03/save-powershell-object-to-file-for-remote-troubleshooting/#comments Wed, 26 Mar 2014 10:48:59 +0000 http://www.thomasmaurer.ch/?p=6427 This is not something new to the most of you PowerShell guys out there, but still there are a lot of IT Pros which do not know about this. Sometimes we have to do some remote troubleshooting without having access to the system itself. The thing you can do is to let the customer send you …

The post Save PowerShell Object to file for Remote Troubleshooting appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2014/03/save-powershell-object-to-file-for-remote-troubleshooting/feed/ 2 6427
This is why OneNote is Awesome https://www.thomasmaurer.ch/2014/02/this-is-why-onenote-is-awesome/ https://www.thomasmaurer.ch/2014/02/this-is-why-onenote-is-awesome/#comments Mon, 03 Feb 2014 15:27:12 +0000 http://www.thomasmaurer.ch/?p=5928 Well I know I usually blog more about Microsoft Datacenter and Cloud stuff, especially Hyper-V and System Center, but I am a huge fan of Microsoft’s Office Suite. I live in Outlook and Microsoft OneNote. I organize my private life, my work, and university notes in OneNote. I get often asked by customers or friends …

The post This is why OneNote is Awesome appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2014/02/this-is-why-onenote-is-awesome/feed/ 85 5928
Surface Pro 2 – My First Impressions https://www.thomasmaurer.ch/2013/10/surface-pro-2-my-first-impressions/ https://www.thomasmaurer.ch/2013/10/surface-pro-2-my-first-impressions/#comments Mon, 28 Oct 2013 20:25:04 +0000 http://www.thomasmaurer.ch/?p=5873 As you may know, I am a Surface user from the first moment. I owned a Surface RT, which I use at home in the living or bedroom to browse the web, read, watch some videos, or listen to music. Since February of this year, I also own a Surface Pro which replaced my notebook. …

The post Surface Pro 2 – My First Impressions appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2013/10/surface-pro-2-my-first-impressions/feed/ 5 5873
Microsoft Server Posterpedia Windows 8.1 App just updated https://www.thomasmaurer.ch/2013/10/microsoft-server-posterpedia-windows-8-1-app-just-updated/ https://www.thomasmaurer.ch/2013/10/microsoft-server-posterpedia-windows-8-1-app-just-updated/#comments Sat, 26 Oct 2013 22:04:10 +0000 http://www.thomasmaurer.ch/?p=5877 Some days ago Microsoft released some of the new architecture poster for Windows Server 2012 R2 Hyper-V. Today Microsoft released an update in the Windows App Store for their Server Posterpedia App including the new Hyper-V 2012 R2 posters and some design changes. Server Posterpedia is an interactive app that uses technical posters as a …

The post Microsoft Server Posterpedia Windows 8.1 App just updated appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2013/10/microsoft-server-posterpedia-windows-8-1-app-just-updated/feed/ 1 5877