Sie sind hier:
Lexikon/Glossar
Telefon (Mo-Fr 9-16 Uhr):
0201/649590-0
|
Kontaktformular
MENU
Start
Hauptseite
Angebote im Überblick
Kernkompetenzen
Softwareentwicklung
Beratung
Firmen-Schulungen
Offene Seminare
Online-Maßnahmen
Vorträge
Coaching
Support
Fachbücher
Fachartikel
Konditionen
Themen
Kernkompetenzen
Aktuelle Themen
Web & Cloud
Apps / Mobilplattformen
Benutzeroberflächen / User Experience
.NET
JavaScript / TypeScript
Java
Programmiersprachen
Entwicklungswerkzeuge
Scripting
Softwareengineering
Datenbanken / Reporting / BI
Betriebssysteme & Virtualisierung
Microsoft Server-Produkte
Windows & Office für Anwender
Soft Skills & IT-Recht
Beratung
Beratungsthemen
Coaching
Softwareentwicklung
Technischer Support
Unsere Top-Berater
Referenzkunden
Angebotsanfrage
Individuelle Schulungen
1026 Schulungsthemen
Agendakonfigurator
Weiterbildungsphilosophie
Didaktische Konzepte
Vor Ort oder online
Unsere Top-Trainer
Referenzkunden
Teilnehmerfeedback
Angebotsanfrage
Offene Seminare
.NET-Akademie
.NET/C#-Basisseminar
WPF
WinUI
.NET MAUI
Blazor
ASP.NET WebAPI & gRPC
Entity Framework Core
Unit Testing / TDD
PowerShell
Infotage
Wissen
Übersicht
Fachbücher
Fachartikel
Konferenzvorträge
Konferenzen/Events
Spickzettel
Lexikon/Glossar
Programmcodebibliothek
Versionshistorie
Weblog
Downloads
Newsletter
Community-/Leserportal
Registrierung
.NET/C#/Visual Studio
.NET 10.0
.NET 9.0
.NET 8.0
ASP.NET (Core)/Blazor
PowerShell
Über uns
Kontakt
Selbstdarstellung
Kernkompetenzen
Dr. Holger Schwichtenberg
Top-Experten
Leitung & Kundenteam
Referenzkunden
Kundenaussagen
Referenzprojekte
Partner
Konditionen
Stellenangebote
Weitere Websites
Impressum
Datenschutzerklärung, Haftung, Urheberrecht, Barrierefreiheit
Suche
Themenkatalog
Tag Cloud
Volltextsuche
Site Map
FAQs
Erklärung des Begriffs: Windows PowerShell 4.0
Zur Stichwortliste unseres Lexikons
Was ist
Windows PowerShell 4.0
?
Nachfolger der PowerShell 3.0
enthalten in
Windows 8.1
und
Windows Server 2012
R2
Die PowerShell 4.0 gibt es als Bestandteil von
Windows 8.1
/
Windows Server 2012
R2 und als Add-On für
Windows 7
Service Pack
1,
Windows Server 2008
R2 SP1 sowie
Windows Server 2012
.
Neuer Standardparameter "
Pipeline
Variable
"
Neuheiten: (Quelle:
http://www.microsoft.com/en-us/download/details.aspx?id=39347)
Windows PowerShell
4.0
Some of the new features in
Windows PowerShell
4.0 include:
Support for workflow and remote script debugging
Improved workflow authoring experience to make it more consistent with script authoring
Added
Pipeline
Variable
as a common parameter
Better support for downloading updatable help by using Save-Help and Update-Help in offline scenarios
Several bug fixes and performance improvements
Windows
PowerShell Integrated Scripting Environment
Windows PowerShell
ISE in
Windows Management Framework
4.0 Preview introduces:
Support for
Windows PowerShell
Workflow debugging
Support for remote script debugging
IntelliSense
support for
Windows PowerShell
Desired State Configuration
providers and configurations
Windows PowerShell
Web Services
Windows PowerShell
Web Services (Management Odata
IIS
Extension) enables an administrator to expose a set of
Windows PowerShell
cmdlets as a
REST
ful web endpoint accessible by using Odata (
Open Data Protocol
). This provides remote access to run cmdlets from both Windows-based and non-Windows-based client computers or devices.
Improved error messages in event logs
Endpoint versioning support
Autopopulation of Odata dispatch schema fields
Support for complex types
Multilevel association support
Ability to perform large binary stream transfers
Support for non-Create/Read/Update/Delete (
CRUD
) actions
Key-As-Segment
URL
syntax support
Constrained resource operations
Windows PowerShell
Desired State Configuration
Windows Management Framework
4.0 Preview introduces
Windows PowerShell
Desired State Configuration
(
DSC
), with the following highlights:
Local configuration manager for applying configurations on the local computer
Windows PowerShell
language extensions for authoring
DSC
documents
PSDesiredStateConfiguration module and
DSC
-related cmdlets
A set of built-in
DSC
configuration providers
DSC
service for distributed access to
DSC
resources
Neuheiten: (Quelle:
http://technet.microsoft.com/en-us/library/hh857339.aspx#BKMK_wps4)
Windows PowerShell
Desired State Configuration
(
DSC
) is a new management system in
Windows PowerShell
4.0 that enables the deployment and management of configuration data for software services, and the environment in which these services run. For more information about
DSC
, see Get Started with
Windows PowerShell
Desired State Configuration
.
Save-Help now lets you save help for modules that are installed on remote computers. You can use Save-Help to download module Help from an Internet-connected client (on which not all of the modules for which you want help are necessarily installed), and then copy the saved help to a remote shared folder, or a remote computer that does not have Internet access.
The
Windows PowerShell
debugger has been enhanced to allow debugging of
Windows PowerShell
workflows, as well as scripts that are running on remote computers.
Windows PowerShell
workflows can now be debugged at the script level from either the
Windows PowerShell
command line or
Windows PowerShell
ISE.
Windows PowerShell
scripts, including script workflows, can now be debugged over remote sessions. Remote debugging sessions are preserved over
Windows PowerShell
remote sessions that are disconnected and then later reconnected.
A RunNow parameter for Register-ScheduledJob and Set-ScheduledJob eliminates the need to set an immediate start date and time for jobs by using the Trigger parameter.
Invoke-RestMethod and Invoke-WebRequest now let you set all headers by using the Headers parameter. Although this parameter has always existed, it was one of several parameters for the web cmdlets that resulted in exceptions or errors.
Get-Module has a new parameter, FullyQualifiedName, of the type ModuleSpecification[]. The Name parameter of Get-Module now lets you specify a module by using the module's name, version, and
GUID
. As before, it also lets you specify a module by using only the name.
The default execution policy setting on
Windows Server 2012
R2 Preview is RemoteSigned. On
Windows 8.1
Preview, there is no change in default setting.
Starting in
Windows PowerShell
4.0, method invocation by using dynamic method names is supported.
Asynchronous workflow jobs are no longer deleted when the time-out period that is specified by the PSElapsedTimeoutSec workflow common parameter has elapsed.
A new parameter, RepeatIndefinitely, has been added to the New-JobTrigger and Set-JobTrigger cmdlets. This eliminates the necessity of specifying a TimeSpan.MaxValue value for the RepetitionDuration parameter to run a scheduled job repeatedly, for an indefinite period.
A Passthru parameter has been added to the Enable-JobTrigger and Disable-JobTrigger cmdlets. The Passthru parameter displays any objects that are created or modified by your command.
The parameter names for specifying a workgroup in the Add-Computer and Remove-Computer cmdlets are now consistent. Both cmdlets now use the parameter WorkgroupName.
A new common parameter,
Pipeline
Variable
, has been added.
Pipeline
Variable
lets you save the results of a piped command (or part of a piped command) as a variable that can be passed through the remainder of the pipeline.
Windows PowerShell
now lets you add new keywords.
Collection filtering by using a method syntax is now supported.
The Get-Process cmdlet has a new switch parameter, IncludeUserName.
A new cmdlet, Get-File
Hash
, that gets information about file hashes, has been added.
In
Windows PowerShell
4.0, if a module uses the DefaultCommandPrefix key in ist manifest, or if the user imports a module with the Prefix parameter, the ExportedCommands property of the module shows the commands in the module with the prefix. When you run the commands by using the module-qualified syntax, ModuleName\CommandName, the command names must include the prefix.
The value of $PSVersionTable.PSVersion has been updated to 4.0.
Querverweise zu anderen Begriffen im Lexikon
PowerShell Integrated Scripting Environment (ISE)
Windows Management Framework (WMF)
Desired State Configuration (DSC)
Windows Server 2008 (W08)
Windows Server 2012
Windows PowerShell (WPS)
Open Data Protocol (ODATA)
Service Pack (SP)
IntelliSense
Windows 8.1
Windows 7
Variable
Pipeline
Hash
Global Unique Identifier (GUID)
Representational State Transfer (REST)
Create Read Update Delete (CRUD)
Desired State Configuration (DSC)
Uniform Resource Locator (URL)
Internet Information Server (IIS)
Beratung & Support
Anfrage für Beratung/Consulting zu WINDOWS POWERSHELL 4.0
Gesamter Beratungsthemenkatalog
Technischer Support zum WINDOWS POWERSHELL 4.0
Schulungen
Windows PowerShell 4.0 für Umsteiger von Version 3.0
Anfrage für eine individuelle Schulung zum Thema WINDOWS POWERSHELL 4.0
Gesamter Schulungsthemenkatalog
Fachbücher
Blazor 10.0: Moderne Webanwendungen und hybride Cross-Platform-Apps mit .NET 10.0, C# 14.0 und Visual Studio 2026
C# 14.0 Crashkurs
Moderne Datenzugriffslösungen mit Entity Framework Core 10.0
.NET 10.0 Update: Die Neuerungen in .NET 10.0 gegenüber .NET 9.0
Blazor 9.0: Moderne Webanwendungen und hybride Cross-Platform-Apps mit .NET 9.0, C# 13.0 und Visual Studio 2022
C# 13.0 Crashkurs
Cross-Plattform-Apps mit .NET MAUI entwickeln
Moderne Datenzugriffslösungen mit Entity Framework Core 9.0
.NET 9.0 Update: Die Neuerungen in .NET 9.0 gegenüber .NET 8.0
PowerShell 7 und Windows PowerShell 5 – das Praxishandbuch
.NET 8.0 Update: Die Neuerungen in .NET 8.0 gegenüber .NET 7.0
Concurrency with Modern C++: What every professional C++ programmer should know about concurrency
C++20: Get the Details
Blazor 8.0: Moderne Webanwendungen und hybride Cross-Platform-Apps mit .NET 8.0, C# 12.0 und Visual Studio 2022
Moderne Datenzugriffslösungen mit Entity Framework Core 8.0
C# 12.0 Crashkurs
App-Entwicklung für Mobile und Desktop: Software Engineering mit .NET MAUI und Comet für iOS, Android, Windows und macOS
Cross-Plattform-Apps mit .NET MAUI entwickeln
Blazor 7.0: Blazor WebAssembly, Blazor Server und Blazor Hybrid
C# 11.0 Crashkurs
Moderne Datenzugriffslösungen mit Entity Framework Core 7.0
PowerShell 7 und Windows PowerShell 5 – das Praxishandbuch
C++ Core Guidelines Explained: Best Practices for Modern C++
App Engineering: SwiftUI, Jetpack Compose, .NET MAUI und Flutter
Vue.js 3 Crashkurs
Moderne Datenzugriffslösungen mit Entity Framework Core 6.0
Blazor 6.0: Blazor WebAssembly, Blazor Server und Blazor Desktop
C# 10.0 Crashkurs
Cross-Plattform-Apps mit Xamarin.Forms entwickeln
Developing Web Components with TypeScript: Native Web Development Using Thin Libraries
Alle unsere aktuellen Fachbücher
E-Book-Abo für ab 99 Euro im Jahr