Category Archives: PowerShell

Optimize your Azure Function PowerShell run duration in the consumption plan

Since PowerShell is available on Azure Functions this is the way to go for automating things in Azure. Especially running the function in the consumption plan and with a managed identity enabled. Per default an Azure Function in the consumption plan is restricted to a run duration of 5 minutes but can be extended to 10 minutes. That said I like to share some optimizations with you getting the Read more [...]

Aktualisierung PowerShell Scripts – TechNet Gallery

Ich habe heute an einigen PowerShell Scripts in der TechNet Gallery Änderungen vorgenommen. Hier kurz im Überblick was sich geändert hat. Discover Cluster Shared Volume overcommitment on Hyper-V Cluster: -> http://gallery.technet.microsoft.com/Discover-Cluster-Shared-859f133c Die Beschreibung in der TechNet Gallery wurde um die Versionshistorie ergänzt. Microsoft Azure IaaS – Virtual Network Read more [...]

System Center 2012 SP1 VMM – Cmdlet Fehler?

Ich habe heute mal wieder ein wenig mit den Cmdlets für die PowerShell aus dem Virtual Machine Manager Modul herumgespielt. Dabei ist mir aufgefallen, dass ich zum Beispiel über das Cmdlet Get-SCJob ein anderes Ergebnis für ResultName erhalte, als ich es in der GUI Ansicht der VMM Konsole vorfinde. Ausgabe PowerShell Cmdlet Get-SCJob: Ausgabe VMM Konsole: Zurzeit bin ich ein bisschen ratlos, Read more [...]

Introducing Windows Server 2012 & PowerShell 3.0 RC für Win7/WS2008R2 verfügbar

Seit heute steht das kostenlose E-Book “Introducing Windows Server 2012” zur Verfügung. -> http://blogs.msdn.com/b/microsoft_press/archive/2012/06/04/free-ebook-introducing-windows-server-2012.aspx Außerdem hier noch einige weitere Links zu Windows Server 2012: -> Hyper-V on Windows Server 2012 RC information -> The v2 WMI namespace in Hyper-V on Windows 8 -> Inject IP address Read more [...]

Weitere Links zu Windows Server 2012 – Part 6

-> Data Classification Toolkit for Windows Server "8" Beta - Now Available (Beta) -> Performing bulk configuration changes with PowerShell in Hyper-V on Windows “8” -> Introducing Windows Server “8” Hyper-V Network Virtualization: Enabling Rapid Migration and Workload Isolation in the Cloud -> SMB 2.2 is now SMB 3.0 -> Storage Migration Performance -> Storage Migration Hyper-V Read more [...]

Weitere Links zu WIndows Server “8” – Part 5

-> Group Policy Management Improvements in Windows Server “8” Beta -> NIC Teaming in Windows Server “8” Beta whitepaper now available -> Doing an advanced Storage Migration with Windows “8” -> Doing an advanced Storage Migration with Windows “8” – in PowerShell -> Updating PowerShell help on Windows “8” -> Standards-based Management in Windows Server “8” -> Read more [...]

Windows Server “8”, System Center 2012, …

Zu den in der Headline genannten Themen habe ich einige sehr interessante Links herausgesucht: -> SR-IOV in Hyper-V Part-1 -> Doing a simple Storage Migration with Windows Server "8" -> Windows Server "8" Beta - Hyper-V Replica -> Using PowerShell to mount virtual hard disks in Windows Server "8" -> Using PowerShell to check Integration Services versions -> Updating Integration Services Read more [...]

Links zu Dynamic Memory in Hyper-V

Hier mal wieder eine kleine Linksammlung zum Thema Dynamic Memory. Viel Spaß damit! -> http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/08/31/what-is-memory-availability-as-reported-by-dynamic-memory.aspx -> http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/09/03/parent-memory-reserve-with-dynamic-memory.aspx -> http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/09/07/scripting-dynamic-memory-part-1-reading-the-configuration.aspx -> Read more [...]

PowerShell 2.0 RTM verfügbar

Seit heute ist das Windows Management Framework, welches die PowerShell 2.0, WinRM 2.0 und BITS 4.0 beinhaltet, für Windows XP, Server 2003, Vista und Server 2008 veröffentlicht worden! Jetzt ist auch PowerShell Remoting nicht nur mit Windows 7 und Windows Server 2008 R2 möglich. Weitere Informationen unter: -> http://support.microsoft.com/kb/968929 Read more [...]