Tags
- Adobe Lightroom 3
- Arduino Nano
- Arduino Uno
- Astronomy & Space
- BitTorrent
- BME280
- Classic Computer Games
- Classic Space
- Cooking
- CPC464
- CPC6128
- DDI-1
- EeePC
- Flight Simulation
- GeoSetter
- GIS
- Hardware
- Kodi Media Center
- LEGO
- LEGO Midi Town
- M31
- M65
- M66
- M81
- M82
- NGC2976
- NGC3628
- ORBX
- PixInsight
- PostgreSQL
- PowerShell
- QNAP
- Raspberry Pi
- Review
- Subversion
- Ubuntu
- USA
- WHS
- Windows 7
- Windows Server 2008 R2
- WoW Level 20 - 25
- ZWO
- ZWO ASI 533 MC Pro
- ZWO ASI 1600 MM
- ZX-81
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Categories
- 1996 US Tour
- Allgemein
- Arduino
- Astro2022
- Astronomy
- Blender
- C#
- C/C++
- Classic Home Computer
- Computer Games
- Configuration
- Cooking
- CPC
- Digital Photography
- Eclipse
- EeePC
- Elite:Dangerous
- Flight Simulation
- FS2020
- FSX
- General Installations
- Geospatial Data
- Home Automation
- Installation
- Java
- LEGO
- Linux
- QNAP
- Raspberry Pi
- Shuttle PC
- Ubuntu
- User Experience
- WHS
- Windows PowerShell 2.0
- Windows Server
- WordPress
- WordPress Plug-Ins
- World of Warcraft
- ZX-81
Tag Archives: PowerShell
From Zero to PowerShell 2.0 – Working with the File System
After the initial exploration of PowerShell, learning about pipelines and looking at interactive vs. scripted execution, it is time to do something useful. I have picked an example from “the real world”: an application is using a set of file-system … Continue reading
From Zero to PowerShell 2.0 – Interactive vs. Scripting Mode
In the previous two posts [1,2], we have used the interactive Windows PowerShell Console or the PowerShell ISE Console Window to execute commands. While this works fine for some ad-hoc processing, the reality will usually be different: you will develop, … Continue reading
From Zero to PowerShell 2.0 – Pipelines
After the first look at PowerShell 2.0, we already know there are tons of commands – or Commandlets as they are called in PowerShell. Each one of them is a more or less powerful feature by itself but usually, you … Continue reading
From Zero to PowerShell 2.0 – The first Steps
In all honesty, I did hear about Windows PowerShell quite a while ago but never really bothered to take a closer look. Mainly, because I was thinking that this would be little more than a modern Command Line Prompt and … Continue reading