Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema shell: in der Blogothek, die natürlich immer direkt auf eure Blogs verlinken. Es sollte euch also mehr Traffic & neue Leser bringen! Stöbern und Neues entdecken, in der Blogheimat Blogothek!
Möchtet ihr nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Blogbeiträge zum Thema shell:

PowerShell: Waiting for jobs to complete with Wait-Job

The cmdlet Wait-Job waits until one or all of the PowerShell jobs running in the session are in a terminating state. In this blog post I will show you an example you […]
PowershellEnglish
PowerShell: How to ping multiple Computers at once

You want to ping multiple computers at once? Can’t? Yes you can, with PowerShell. In this post I’ll show you a few examples of how you can ping multiple computers. We will […]
PowershellEnglish
PowerShell: Search for Empty Folders (and delete them)

We live in times of Big Data. Too much data in too short a time. You may have empty folders in your environment and if you want to search for them and […]
PowershellWindows 10Windows 11Windows ServerEnglish
PowerShell: List and document all Hyper-V VMs with the most important properties

So you have multiple Hyper-V VMs and may have lost track of them. In this post I will show you how to retrieve all Hyper-V VMs with the most important properties and […]
PowershellWindows ServerEnglishHyper-v
PowerShell: Copy File to multiple (all) Hyper-V VMs

In this post, I’ll show you how to copy one or more files to all VMs in Hyper-V. I would say: Let’s get started. Prerequisites To copy files, guest services must be […]
Windows ServerPowershellEnglish
PowerShell: Error Handling with $Error

The $Error Variable in PowerShell contains all error objects of the current session. In this blog post I will carry out some tasks with $Error and show you how $Error can help […]
PowershellEnglish
PowerShell: Retrieve and document all Hyper-V VMs

In this post I will show how to retrieve all Hyper-V VMs and save the output. This is especially helpful if you want to bring an overview into your chaos. Let’s dive […]
PowershellWindows ServerEnglish
PowerShell: Search and delete empty Folders

Big Data? Pain? Looking for empty folders and want to delete them? In this post I show you how to proceed to find and delete empty folders. Open PowerShell, ISE or VS […]
PowershellWindows 10Windows 11Windows ServerEnglish
PowerShell: Playing with Background Jobs

In this blog post, I’d like to give you a few examples related to PowerShell Background Jobs to build upon. Let’s jump in. Let’s say I want to ping a few computers. […]
PowershellEnglish