Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM)

This post is a part of a series of posts on Azure Powershell: Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM Interop)Azure Tip 9: More Azure Powershell (pipes, filters, output formatting, exporting)Azure Tip 8: Getting Started with Azure Powershell Calling WebServices with Powershell Pro Tip: Note that you can save web requests […]

Continue reading →

DWX2017 – Powershell für .NET Entwickler – Willkommen in der Welt von DevOps

Für viele .NET-Entwickler ist die Powershell noch immer ein Buch mit sieben Siegeln und wird oft in die Sysadmin-Ecke verstoßen. Schade eigentlich, denn die Powershell hat das Potenzial, den Entwickleralltag um einiges produktiver und angenehmer zu gestalten. Mal schnell 7 Frontend-Webserver neu starten? Eine virtuelle Maschine in Azure hochfahren? Aus den Services im Backend eine […]

Continue reading →

Article Series published: Powershell für .NET-Entwickler

This post describes the article series about Powershell that I wrote for Windows Developer and shows a couple of samples. The Windows Developer Magazin (https://entwickler.de/windows-developer-magazin) published my article series on Powershell for .NET Developers. Die Grundlagen für die DevOps-Welt Teil 1: PowerShell für .NET-Entwickler https://entwickler.de/windows-developer-magazin/windows-developer-5-16-237794.html Entwickeln mit Power Shell-Unterstützung Teil 2: Praxisbeispiele aus dem DevOps-Alltag […]

Continue reading →

Azure PowerTip 1: Installing Azure Powershell using the Web Platform Installer

This post explains how to install the Microsoft Azure Powershell Commandlets using the Web Platform Installer (WPI). Today, there are a multitude of ways how you can manage your Microsoft Azure Resources. Often, I find myself fiddling around in the Azure Portal and creating, deleting and configuring stuff. However, since I have become a big […]

Continue reading →

Windows Developer – Powershell für .NET Entwickler

Dieser Post enthält die Code Snippets für den “Powershell für .NET Entwickler” Artikel aus dem Windows Developer. Viel Spass! Zum Download: PowershellFuerDotNetEntwicklerTeil2.zip Und das komplette Skript am Stück:   #Windows Developer. Powershell für .NET Entwickler Teil2 #Autor: Manuel Meyer www.manuelmeyer.net #Quelle: https://manuelmeyer.net/2016/03/powershell/ ‎ #Beschreibung: #Dieses Skript enthält alle Powershell Codefragmente aus dem oben erwähnten Artikel […]

Continue reading →

Checking your Application Servers with Powershell (ApplicationPools, Windows Services, EventLog, Performance Counters)

If you are working in enterprise software development, you will sooner or later be involved in deployment of code to multiple machines. Very often deployments are a tedious, annoying and time-consuming task. In the enterprise world you are often confronted with lots of different machines in your deployment process. There could be frontend, backend and […]

Continue reading →