Windows PowerShell is an extensible command-line shell and associated scripting language from Microsoft. It was released in 2006 and is currently available for Windows XP SP2, Windows Server 2003, Windows Vista and is included in Windows Server 2008 as an optional feature.

PropertyValue
p:abstract
  • Windows PowerShell is an extensible command-line shell and associated scripting language from Microsoft. It was released in 2006 and is currently available for Windows XP SP2, Windows Server 2003, Windows Vista and is included in Windows Server 2008 as an optional feature. Windows PowerShell integrates with the Microsoft . NET Framework and provides an environment to perform administrative tasks by execution of cmdlets which are specialized . NET classes implementing a particular operation, scripts which are composition of cmdlets along with imperative logic, executables which are standalone applications, or by instantiating regular . NET classes. These work by accessing data in different data stores, like filesystem or registry, which are made available to the PowerShell runtime via Windows PowerShell providers. Windows PowerShell also provides a hosting mechanism with which the Windows PowerShell runtime can be embedded inside other applications, which can then leverage Windows PowerShell functionality to implement certain operations, including those exposed via the graphical interface. This capability has been utilized by Microsoft Exchange Server 2007 to expose its management functionality as PowerShell cmdlets and providers and implement the graphical management tools as PowerShell hosts which invoke the necessary cmdlets. Other Microsoft applications including Microsoft SQL Server 2008 also expose their management interface via PowerShell cmdlets. In the future, graphical interface-based management applications on Windows will be layered on top of Windows PowerShell. Windows PowerShell includes its own extensive, console-based help, reminiscent of man pages in Unix shells. The help topics include help for cmdlets, providers, and concepts in PowerShell. To see the help, use the Get-Help cmdlet. Online help for Windows PowerShell is updated weekly in the TechNet Library. (en)
  • Microsoft Windows PowerShell — это расширяемая оболочка с интерфейсом командной строки и сопутствующий язык сценариев, разработанные Microsoft. Первая версия выпущена в 2006 году и сейчас доступна для Windows XP SP2, Windows Server 2003, Windows Vista, и встроена в Windows Server 2008 как опциональный компонент. Windows PowerShell интегрирован с . NET Framework и предоставляет окружение для выполнения административных задач путём выполнения командлетов (cmdlets) — особых . NET классов, реализующих отдельные операции, сценариев, построенных из командлетов, исполняемых файлов самостоятельных приложений, или экземпляров обычных классов . NET. Оболочка имеет доступ к различным хранилищам данных, как файловая система или реестр, через механизм поставщиков Windows PowerShell.Категория:Языки с динамической типизацией (ru)
  • Monad es el nombre clave para el nuevo MSH (Microsoft Shell), una interfaz de consola con posibilidad de escritura y conjunción de comandos en unidades, por medio de un lenguaje de programación escrito . Es mucho más rico e interactivo que sus predecesores, las consolas de los sistemas operativos de Microsoft, que no han cambiado apenas, incluso han reducido sus prestaciones, desde DOS hasta Windows XP. Esta interfaz de consola está diseñada para su uso por parte de administradores de sistemas, con el propósito de automatizar tareas o realizarlas de forma más controlada. Requiere de la previa instalación del marco de trabajo . NET versión 2.0 para su funcionamiento. Ha sido presentada junto con el nuevo Sistema Operativo Windows Vista. El lenguaje de la consola incluiría opciones tales como declaración de variables, variables especiales predefinidas, operadores matemáticos, incluyendo igualdades y desigualdades numéricas, manejo de vectores, comparación entre estos, operadores de asignación, vectores asociativos, valores booleanos, ciclos y ruptura de los mismos, operadores de expansión para simplificación de ejecuciones complejas; comentarios, operadores de comparación binaria, carácteres de escape, orden de ejecución, ciclos del tipo "foreach", creación de procedimientos y funciones, creación de filtros, estructuras condicionales complejas, operador de invocación dinámica del contenido de variables, llamado a métodos de tipo "$p. ToUpper", acceso a propiedades de instancias de objetos, redirección de salida normal de consola a archivos, retorno de valores, manejo de cadenas de caracteres por medio de operadores, manejo de excepciones y conversión explícita de tipos. (es)
  • Windows PowerShell (koodinimi Monad), tunnetaan myös nimellä Windows Command Shell, on Microsoftin kehittämä seuraavan sukupolven komentotulkki Windows-käyttöjärjestelmiin joka lainaa Unixissa tyypillisisti käytettävistä komentoriveistä ominaisuuksia ja yhdistelee niitä tietokantojen hallintaan liittyvien ominaisuuksien kanssa. Sen varassa voidaan suorittaa merkkipohjaisia ohjelmia ja scriptejä. Windows PowerShell ei ole osana Windows Vistaa aikatauluongelmista johtuen, mutta tullaan sisällyttämään Vistan SP1-päivitykseen ja Windows Server "Longhorn" jakeluun. (fi)
  • Windows PowerShell, noto precedentemente come Microsoft Shell o MSH (o col nome in codice Monad) è una shell caratterizzata dall'interfaccia a linea di comando (CLI) e da un linguaggio di scripting, sviluppata da Microsoft. Tale prodotto è basato sulla programmazione a oggetti e sul framework Microsoft . NET. Windows PowerShell 1.0 è disponibile per il download dal sito web Microsoft. Microsoft intendeva in origine rilasciare PowerShell insieme con Windows Vista, ma in seguito ha definito delle date di rilascio diverse per PowerShell. Windows PowerShell costituisce la base dell'interfaccia amministrativa per Microsoft Exchange Server 2007 dove qualsiasi operazione è svolta tramite linea di comando e l'interfaccia GUI è posizionata su uno strato superiore a detti comandi. PowerShell necessita della versione 2.0 del . NET Framework ed è supportato su Windows XP, Windows Server 2003, Windows Vista e Windows Server 2008, disponibile nelle edizioni x86, x64 ed Itanium. (it)
  • O Microsoft Windows PowerShell é uma versão aprimorada do prompt de comando do Windows voltada ao uso de scripts para manutenção de sistemas por parte de administradores, para um controle maior do sistema, acelerar e automatizar tarefas, roda em Windows XP, Windows Vista e Windows Server 2003 (pt)
  • Windows PowerShell是Windows最新一代的命令行界面。 (zh)
  • Die Windows PowerShell, zeitweise auch bekannt unter den Codenamen Monad und Microsoft Command Shell (MSH), ist eine von Microsoft entwickelte Alternative zum Windows-Kommandozeilenprogramm cmd. exe und zum Windows Script Host. Die auf dem . NET-Framework in der Version 2.0 basierende Windows PowerShell verbindet die aus Unix-Shells bekannte Philosophie von Pipes und Filtern mit dem Paradigma der objektorientierten Programmierung. Der Benutzer kann wie bisher einfache Befehle an einer Kommandozeile ausführen und miteinander verknüpfen oder aber auch komplexe Skript-Programme mit der eigens dafür entwickelten PowerShell Scripting Language schreiben. Nachdem die Veröffentlichung von Windows PowerShell ursprünglich als Bestandteil von Windows Vista geplant war, hat PowerShell einen eigenen, unabhängigen Release-Zeitplan angenommen und wird nun Teil von Microsoft Exchange Server 2007 sein. Auch beim System Center Virtual Machine Manager und beim System Center Operations Manager soll PowerShell zum Einsatz kommen. Windows Server 2008 wird die erste Version von Windows sein, bei der Windows PowerShell bereits im Lieferumfang des Betriebssystems enthalten ist. Die aktuelle Version 1.0 ist für die Betriebssysteme Windows XP und Windows Server 2003 sowie für Windows Vista zum kostenlosen Herunterladen verfügbar. Version 2.0 befindet sich noch im Beta-Stadium und beinhaltet u.a. eine grafische Benutzeroberfläche. (de)
p:caption
  • Screenshot of a sample PowerShell session (en)
p:designer
p:developer
p:genre
p:hasPhotoCollection
p:implementations
p:influencedBy
p:language
p:latestPreviewDate
p:latestPreviewVersion
  • 2 (xsd:integer)
p:latestReleaseDate
p:latestReleaseVersion
  • 1 (xsd:integer)
p:license
p:logo
p:name
  • PowerShell Scripting Language (en)
  • Windows PowerShell (en)
p:operatingSystem
p:paradigm
p:platform
p:released
  • 2006-11-14 (xsd:date)
p:screenshot
p:sourceModel
p:status
  • Active (en)
p:typing
p:website
p:wikiPageUsesTemplate
p:wordnet_type
p:year
  • 2006-01-01 00:00:00.000000 (xsd:date)
rdf:type
rdfs:comment
  • Windows PowerShell is an extensible command-line shell and associated scripting language from Microsoft. It was released in 2006 and is currently available for Windows XP SP2, Windows Server 2003, Windows Vista and is included in Windows Server 2008 as an optional feature. (en)
  • Microsoft Windows PowerShell — это расширяемая оболочка с интерфейсом командной строки и сопутствующий язык сценариев, разработанные Microsoft. (ru)
  • Monad es el nombre clave para el nuevo MSH (Microsoft Shell), una interfaz de consola con posibilidad de escritura y conjunción de comandos en unidades, por medio de un lenguaje de programación escrito (scripting). (es)
  • Windows PowerShell (koodinimi Monad), tunnetaan myös nimellä Windows Command Shell, on Microsoftin kehittämä seuraavan sukupolven komentotulkki Windows-käyttöjärjestelmiin joka lainaa Unixissa tyypillisisti käytettävistä komentoriveistä ominaisuuksia ja yhdistelee niitä tietokantojen hallintaan liittyvien ominaisuuksien kanssa. (fi)
  • Windows PowerShell, noto precedentemente come Microsoft Shell o MSH (o col nome in codice Monad) è una shell caratterizzata dall'interfaccia a linea di comando (CLI) e da un linguaggio di scripting, sviluppata da Microsoft. (it)
  • O Microsoft Windows PowerShell é uma versão aprimorada do prompt de comando do Windows voltada ao uso de scripts para manutenção de sistemas por parte de administradores, para um controle maior do sistema, acelerar e automatizar tarefas, roda em Windows XP, Windows Vista e Windows Server 2003 (pt)
  • Windows PowerShell是Windows最新一代的命令行界面。 (zh)
  • Die Windows PowerShell, zeitweise auch bekannt unter den Codenamen Monad und Microsoft Command Shell (MSH), ist eine von Microsoft entwickelte Alternative zum Windows-Kommandozeilenprogramm cmd. exe und zum Windows Script Host. Die auf dem . NET-Framework in der Version 2.0 basierende Windows PowerShell verbindet die aus Unix-Shells bekannte Philosophie von Pipes und Filtern mit dem Paradigma der objektorientierten Programmierung. (de)
rdfs:label
  • Windows PowerShell (en)
  • Windows PowerShell (fr)
  • Windows PowerShell (ja)
  • Windows PowerShell (nl)
  • Windows PowerShell (pl)
  • Windows PowerShell (ru)
  • Windows PowerShell (es)
  • Windows PowerShell (fi)
  • Windows PowerShell (it)
  • Windows PowerShell (pt)
  • Windows PowerShell (zh)
  • Windows PowerShell (de)
owl:sameAs
skos:subject
foaf:page
is p:influenced of
is p:redirect of
is p:relatedComponents of
is owl:sameAs of