Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Download
Faster access than browser!
 

PowerShell

Index PowerShell

PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language. [1]

223 relations: Active Scripting, Alias (command), Application programming interface, Apropos (Unix), Array data type, Ars Technica, ASCII, Assembly (CLI), Associative array, Attribute (computing), Autocomplete, AWK, Background Intelligent Transfer Service, Bash (Unix shell), Batch file, Binary prefix, Bitstream, Breakpoint, C Sharp (programming language), Cat (Unix), CBS Interactive, Cd (command), CentOS, Channel 9 (Microsoft), Chef (software), Class (computer programming), Clear (Unix), Closure (computer programming), CLS (command), Cmd.exe, Code Access Security, Code signing, Command-line completion, Command-line interface, COMMAND.COM, Common Information Model (computing), Comparison of command shells, Comparison of programming languages, Component Object Model, Computer virus, Condé Nast, Conditional (computer programming), Configuration management, Console application, Copy (command), Cp (Unix), Cross-platform, Data link layer, Debian, Del (command), ..., Dell, Dice.com, DIGITAL Command Language, Dir (command), Distributed Management Task Force, Do while loop, Echo (command), Enumerated type, Environment variable, Escape character, Exception handling syntax, Executable, Fedora (operating system), File system, Find (Unix), Findstr, For loop, Foreach loop, Functional programming, GitHub, GNU General Public License, Graphical user interface, Grep, Grid view, Help (command), Here document, IBM i Control Language, IBM Notes, IBM WebSphere MQ, Imperative programming, Internationalization and localization, Internet Information Services, JAMS Scheduler, Jeffrey Snover, JScript, Kill (command), KornShell, Lambda calculus, Language interpretation, Linux, List of CLI languages, List of Microsoft Windows components, Ls, MacOS, MacOS Sierra, Man page, Managed code, Microsoft, Microsoft Deployment Toolkit, Microsoft Developer Network, Microsoft Exchange Server, Microsoft Press, Microsoft SQL Server, Microsoft System Center Configuration Manager, Microsoft TechNet, Microsoft Windows, MIT License, Modular programming, Mono (software), Move (command), MS-DOS, Mutator method, Mv, Named parameter, NetApp, Netsh, Network switch, NuGet, O'Reilly Media, Object (computer science), Object-oriented programming, Office Open XML, Open-source model, OpenSUSE, Package manager, Parameter (computer programming), Parsing, Path (computing), PC Magazine, Pearson Education, Penton (company), Perl, Personal computer, Ping (networking utility), Pipeline (software), Pipeline (Unix), POSIX, PowerShell, Process (computing), Property (programming), Proprietary software, Ps (Unix), Public key certificate, Puppet (software), Pushd and popd, Pwd, Quest Software, Quotation mark, Red Hat Enterprise Linux, Reflection (computer programming), Ren (command), Rm (Unix), Rmdir, Robocopy, Scientific notation, Scripting language, Sed, Serialization, SharePoint, Shell (computing), Signal (IPC), Snippet (programming), Software release life cycle, SourceForge, Splunk, SQL, Standard streams, String (computer science), Strong and weak typing, Syntax highlighting, System Center Data Protection Manager, System Center Operations Manager, System Center Virtual Machine Manager, Tcl, TechRepublic, Tee (command), Text file, Tk (software), Transaction processing, TYPE (DOS command), Type (Unix), Type inference, Type safety, Type system, Ubuntu (operating system), Unix, Unix philosophy, Unix shell, Value (computer science), VBScript, VMware vSphere, Vulnerability (computing), Web-Based Enterprise Management, Wget, Which (Unix), While loop, Win32 console, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows 98, Windows 9x, Windows IT Pro, Windows Management Instrumentation, Windows NT, Windows Presentation Foundation, Windows Registry, Windows Script Host, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2016, Windows Vista, Windows XP, Wrox Press, WS-Management, XCOPY, XML, ZDNet, Ziff Davis, .NET Framework. Expand index (173 more) »

Active Scripting

Active Scripting (formerly known as ActiveX Scripting) is the technology used in Windows to implement component-based scripting support.

New!!: PowerShell and Active Scripting · See more »

Alias (command)

In computing, alias is a command in various command line interpreters (shells) such as Unix shells, 4DOS/4NT and Windows PowerShell, which enables a replacement of a word by another string.

New!!: PowerShell and Alias (command) · See more »

Application programming interface

In computer programming, an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building software.

New!!: PowerShell and Application programming interface · See more »

Apropos (Unix)

In computing, apropos is a command to search the man page files in Unix and Unix-like operating systems.

New!!: PowerShell and Apropos (Unix) · See more »

Array data type

Language support for array types may include certain built-in array data types, some syntactic constructions (array type constructors) that the programmer may use to define such types and declare array variables, and special notation for indexing array elements.

New!!: PowerShell and Array data type · See more »

Ars Technica

Ars Technica (a Latin-derived term that the site translates as the "art of technology") is a website covering news and opinions in technology, science, politics, and society, created by Ken Fisher and Jon Stokes in 1998.

New!!: PowerShell and Ars Technica · See more »

ASCII

ASCII, abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication.

New!!: PowerShell and ASCII · See more »

Assembly (CLI)

Defined by Microsoft for use in recent versions of Windows, an assembly in the Common Language Infrastructure (CLI) is a compiled code library used for deployment, versioning, and security.

New!!: PowerShell and Assembly (CLI) · See more »

Associative array

In computer science, an associative array, map, symbol table, or dictionary is an abstract data type composed of a collection of (key, value) pairs, such that each possible key appears at most once in the collection.

New!!: PowerShell and Associative array · See more »

Attribute (computing)

In computing, an attribute is a specification that defines a property of an object, element, or file.

New!!: PowerShell and Attribute (computing) · See more »

Autocomplete

Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing.

New!!: PowerShell and Autocomplete · See more »

AWK

AWK is a programming language designed for text processing and typically used as a data extraction and reporting tool.

New!!: PowerShell and AWK · See more »

Background Intelligent Transfer Service

Background Intelligent Transfer Service (BITS) is a component of Microsoft Windows 2000 and later iterations of the operating systems, which facilitates asynchronous, prioritized, and throttled transfer of files between machines using idle network bandwidth.

New!!: PowerShell and Background Intelligent Transfer Service · See more »

Bash (Unix shell)

Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell.

New!!: PowerShell and Bash (Unix shell) · See more »

Batch file

A batch file is a kind of script file in DOS, OS/2 and Microsoft Windows.

New!!: PowerShell and Batch file · See more »

Binary prefix

A binary prefix is a unit prefix for multiples of units in data processing, data transmission, and digital information, notably the bit and the byte, to indicate multiplication by a power of 2.

New!!: PowerShell and Binary prefix · See more »

Bitstream

A bitstream (or bit stream), also known as binary sequence, is a sequence of bits.

New!!: PowerShell and Bitstream · See more »

Breakpoint

In software development, a breakpoint is an intentional stopping or pausing place in a program, put in place for debugging purposes.

New!!: PowerShell and Breakpoint · See more »

C Sharp (programming language)

C# (/si: ʃɑːrp/) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.

New!!: PowerShell and C Sharp (programming language) · See more »

Cat (Unix)

cat is a standard Unix utility that reads files sequentially, writing them to standard output.

New!!: PowerShell and Cat (Unix) · See more »

CBS Interactive

CBS Interactive Inc. (formerly CBS Digital Media Group) is an American media company and is a division of the CBS Corporation.

New!!: PowerShell and CBS Interactive · See more »

Cd (command)

The cd command, also known as chdir (change directory), is a command-line OS shell command used to change the current working directory in operating systems such as Unix, DOS, OS/2, AmigaOS (where if a bare path is given, cd is implied), Windows, and Linux.

New!!: PowerShell and Cd (command) · See more »

CentOS

CentOS (from Community Enterprise Operating System) is a Linux distribution that provides a free, enterprise-class, community-supported computing platform functionally compatible with its upstream source, Red Hat Enterprise Linux (RHEL).

New!!: PowerShell and CentOS · See more »

Channel 9 (Microsoft)

Channel 9 is a Microsoft community site for Microsoft customers created in 2004.

New!!: PowerShell and Channel 9 (Microsoft) · See more »

Chef (software)

Chef is both the name of a company and the name of a configuration management tool written in Ruby and Erlang.

New!!: PowerShell and Chef (software) · See more »

Class (computer programming)

In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).

New!!: PowerShell and Class (computer programming) · See more »

Clear (Unix)

tag breaks popups --> is a standard Unix computer operating system command which is used to clear the screen.

New!!: PowerShell and Clear (Unix) · See more »

Closure (computer programming)

In programming languages, a closure (also lexical closure or function closure) is a technique for implementing lexically scoped name binding in a language with first-class functions.

New!!: PowerShell and Closure (computer programming) · See more »

CLS (command)

In computing, CLS (for clear screen) is a command used by the command line interpreters COMMAND.COM and CMD.EXE on DOS, OS/2 and Microsoft Windows operating systems to clear the screen or console window of commands and any output generated by them.

New!!: PowerShell and CLS (command) · See more »

Cmd.exe

Command Prompt, also known as cmd.exe or cmd (after its executable file name), is the command-line interpreter on Windows NT, Windows CE, OS/2 and eComStation operating systems.

New!!: PowerShell and Cmd.exe · See more »

Code Access Security

Code Access Security (CAS), in the Microsoft.NET framework, is Microsoft's solution to prevent untrusted code from performing privileged actions.

New!!: PowerShell and Code Access Security · See more »

Code signing

Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted since it was signed.

New!!: PowerShell and Code signing · See more »

Command-line completion

Command-line completion (also tab completion) is a common feature of command line interpreters, in which the program automatically fills in partially typed commands.

New!!: PowerShell and Command-line completion · See more »

Command-line interface

A command-line interface or command language interpreter (CLI), also known as command-line user interface, console user interface and character user interface (CUI), is a means of interacting with a computer program where the user (or client) issues commands to the program in the form of successive lines of text (command lines).

New!!: PowerShell and Command-line interface · See more »

COMMAND.COM

COMMAND.COM is the default command-line interpreter for DOS, Windows 95, Windows 98 and Windows ME.

New!!: PowerShell and COMMAND.COM · See more »

Common Information Model (computing)

The Common Information Model (CIM) is an open standard that defines how managed elements in an IT environment are represented as a common set of objects and relationships between them.

New!!: PowerShell and Common Information Model (computing) · See more »

Comparison of command shells

A command shell is a command line interface computer program to an operating system.

New!!: PowerShell and Comparison of command shells · See more »

Comparison of programming languages

Programming languages are used for controlling the behavior of a machine (often a computer).

New!!: PowerShell and Comparison of programming languages · See more »

Component Object Model

Component Object Model (COM) is a binary-interface standard for software components introduced by Microsoft in 1993.

New!!: PowerShell and Component Object Model · See more »

Computer virus

A computer virus is a type of malicious software program ("malware") that, when executed, replicates itself by modifying other computer programs and inserting its own code.

New!!: PowerShell and Computer virus · See more »

Condé Nast

Condé Nast Inc. is an American mass media company founded in 1909 by Condé Montrose Nast, based at One World Trade Center and owned by Advance Publications.

New!!: PowerShell and Condé Nast · See more »

Conditional (computer programming)

In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.

New!!: PowerShell and Conditional (computer programming) · See more »

Configuration management

Configuration management (CM) is a systems engineering process for establishing and maintaining consistency of a product's performance, functional, and physical attributes with its requirements, design, and operational information throughout its life.

New!!: PowerShell and Configuration management · See more »

Console application

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.) or the text-based interface included with most Graphical User Interface (GUI) operating systems, such as the Win32 console in Microsoft Windows, the Terminal in Mac OS X, and xterm in Unix.

New!!: PowerShell and Console application · See more »

Copy (command)

In computing, copy is a command in RT-11, RSX-11, OpenVMS, DOS, OS/2 and Microsoft Windows operating systems.

New!!: PowerShell and Copy (command) · See more »

Cp (Unix)

cp is a UNIX command for copying files and directories.

New!!: PowerShell and Cp (Unix) · See more »

Cross-platform

In computing, cross-platform software (also multi-platform software or platform-independent software) is computer software that is implemented on multiple computing platforms.

New!!: PowerShell and Cross-platform · See more »

Data link layer

The data link layer, or layer 2, is the second layer of the seven-layer OSI model of computer networking.

New!!: PowerShell and Data link layer · See more »

Debian

Debian is a Unix-like computer operating system that is composed entirely of free software, and packaged by a group of individuals participating in the Debian Project.

New!!: PowerShell and Debian · See more »

Del (command)

In computing, del (or erase) is a command in all DOS, OS/2 and Microsoft Windows command line interpreters (shells) such as COMMAND.COM, cmd.exe, 4DOS, NDOS, 4OS2, 4NT and Windows PowerShell.

New!!: PowerShell and Del (command) · See more »

Dell

Dell (stylized as DELL) is an American multinational computer technology company based in Round Rock, Texas, United States, that develops, sells, repairs, and supports computers and related products and services.

New!!: PowerShell and Dell · See more »

Dice.com

Dice.com is a career website based in New York City with primary sales and development operations in Urbandale, Iowa, San Jose, California and Denver.

New!!: PowerShell and Dice.com · See more »

DIGITAL Command Language

DIGITAL Command Language (DCL) is the standard command language adopted by most of the operating systems (OSs) that were sold by the former Digital Equipment Corporation (which was acquired by Compaq, which was in turn acquired by Hewlett-Packard).

New!!: PowerShell and DIGITAL Command Language · See more »

Dir (command)

In computing, dir (directory) is a command used for file and directory listing, specifically in the command line interface (CLI) of the operating systems CP/M, DOS, OS/2, Singularity, Microsoft Windows and in the DCL command line interface used on VMS, RT-11 and RSX-11.

New!!: PowerShell and Dir (command) · See more »

Distributed Management Task Force

The Distributed Management Task Force (DMTF) is a computer software trade group which works to simplify the manageability of network-accessible technologies.

New!!: PowerShell and Distributed Management Task Force · See more »

Do while loop

In most computer programming languages, a do while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block, or not, depending on a given boolean condition at the end of the block.

New!!: PowerShell and Do while loop · See more »

Echo (command)

In computing, echo is a command in DOS, OS/2, Microsoft Windows, Unix and Unix-like operating systems that outputs the strings it is being passed as arguments.

New!!: PowerShell and Echo (command) · See more »

Enumerated type

In computer programming, an enumerated type (also called enumeration, enum, or factor in the R programming language, and a categorical variable in statistics) is a data type consisting of a set of named values called elements, members, enumeral, or enumerators of the type.

New!!: PowerShell and Enumerated type · See more »

Environment variable

An environment variable is a dynamic-named value that can affect the way running processes will behave on a computer.

New!!: PowerShell and Environment variable · See more »

Escape character

In computing and telecommunication, an escape character is a character which invokes an alternative interpretation on subsequent characters in a character sequence.

New!!: PowerShell and Escape character · See more »

Exception handling syntax

Exception handling syntax varies between programming languages, partly to cover semantic differences but largely to fit into each language's overall syntactic structure.

New!!: PowerShell and Exception handling syntax · See more »

Executable

In computing, executable code or an executable file or executable program, sometimes simply referred to as an executable or binary, causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a data file that must be parsed by a program to be meaningful.

New!!: PowerShell and Executable · See more »

Fedora (operating system)

Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by Red Hat.

New!!: PowerShell and Fedora (operating system) · See more »

File system

In computing, a file system or filesystem controls how data is stored and retrieved.

New!!: PowerShell and File system · See more »

Find (Unix)

In Unix-like and some other operating systems, find is a command-line utility that searches one or more directory trees of a file system, locates files based on some user-specified criteria and applies a user-specified action on each matched file.

New!!: PowerShell and Find (Unix) · See more »

Findstr

In computing, findstr is a command in the command line interpreters (shells) of Microsoft Windows.

New!!: PowerShell and Findstr · See more »

For loop

In computer science, a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly.

New!!: PowerShell and For loop · See more »

Foreach loop

For each (or foreach) is a control flow statement for traversing items in a collection.

New!!: PowerShell and Foreach loop · See more »

Functional programming

In computer science, functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.

New!!: PowerShell and Functional programming · See more »

GitHub

GitHub Inc. is a web-based hosting service for version control using Git.

New!!: PowerShell and GitHub · See more »

GNU General Public License

The GNU General Public License (GNU GPL or GPL) is a widely used free software license, which guarantees end users the freedom to run, study, share and modify the software.

New!!: PowerShell and GNU General Public License · See more »

Graphical user interface

The graphical user interface (GUI), is a type of user interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation, instead of text-based user interfaces, typed command labels or text navigation.

New!!: PowerShell and Graphical user interface · See more »

Grep

grep is a command-line utility for searching plain-text data sets for lines that match a regular expression.

New!!: PowerShell and Grep · See more »

Grid view

A grid view or a datagrid is a graphical control element that presents a tabular view of data.

New!!: PowerShell and Grid view · See more »

Help (command)

In computing, help is a command in various command line shells such as COMMAND.COM, cmd.exe, Bash, 4DOS/4NT, Windows PowerShell, Singularity shell, Python and GNU Octave.

New!!: PowerShell and Help (command) · See more »

Here document

In computing, a here document (here-document, here-text, heredoc, hereis, here-string or here-script) is a file literal or input stream literal: it is a section of a source code file that is treated as if it were a separate file.

New!!: PowerShell and Here document · See more »

IBM i Control Language

The IBM i Control Language (CL) is a scripting language for the IBM's IBM i platform (previously called OS/400 when running on AS/400 systems) bearing a resemblance to the IBM Job Control Language and consisting of an ever-expanding set of command objects (*CMD) used to invoke traditional AS/400 programs and/or get help on what those programs do.

New!!: PowerShell and IBM i Control Language · See more »

IBM Notes

IBM Notes (formerly Lotus Notes; see branding, below) and IBM Domino (formerly Lotus Domino) are the client and server, respectively, of a collaborative client-server software platform sold by IBM.

New!!: PowerShell and IBM Notes · See more »

IBM WebSphere MQ

IBM MQ is a family of network software products that IBM launched for the first time as an IBM product in December 1993.

New!!: PowerShell and IBM WebSphere MQ · See more »

Imperative programming

In computer science, imperative programming is a programming paradigm that uses statements that change a program's state.

New!!: PowerShell and Imperative programming · See more »

Internationalization and localization

In computing, internationalization and localization are means of adapting computer software to different languages, regional differences and technical requirements of a target locale.

New!!: PowerShell and Internationalization and localization · See more »

Internet Information Services

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with the Windows NT family.

New!!: PowerShell and Internet Information Services · See more »

JAMS Scheduler

The JAMS Scheduler uses a master/agent configuration and automates application processes on a variety of operating systems and architectures.

New!!: PowerShell and JAMS Scheduler · See more »

Jeffrey Snover

Jeffrey Snover is a Microsoft Technical Fellow, PowerShell Chief Architect, and the Chief Architect for the Azure Infrastructure and Management group which includes Azure Stack, System Center and Operations Management Suite.

New!!: PowerShell and Jeffrey Snover · See more »

JScript

JScript is Microsoft's dialect of the ECMAScript standard that is used in Microsoft's Internet Explorer.

New!!: PowerShell and JScript · See more »

Kill (command)

In computing, kill is a command that is used in several popular operating systems to send signals to running processes.

New!!: PowerShell and Kill (command) · See more »

KornShell

KornShell (ksh) is a Unix shell which was developed by David Korn at Bell Labs in the early 1980s and announced at USENIX on July 14, 1983.

New!!: PowerShell and KornShell · See more »

Lambda calculus

Lambda calculus (also written as λ-calculus) is a formal system in mathematical logic for expressing computation based on function abstraction and application using variable binding and substitution.

New!!: PowerShell and Lambda calculus · See more »

Language interpretation

Interpretation or interpreting is a translational activity in which one produces a first and final translation on the basis of a one-time exposure to an utterance in a source language.

New!!: PowerShell and Language interpretation · See more »

Linux

Linux is a family of free and open-source software operating systems built around the Linux kernel.

New!!: PowerShell and Linux · See more »

List of CLI languages

CLI Languages are computer programming languages that are used to produce libraries and programs that conform to the Common Language Infrastructure (CLI) specifications.

New!!: PowerShell and List of CLI languages · See more »

List of Microsoft Windows components

The following is a list of Microsoft Windows components.

New!!: PowerShell and List of Microsoft Windows components · See more »

Ls

In computing, ls is a command to list files in Unix and Unix-like operating systems.

New!!: PowerShell and Ls · See more »

MacOS

macOS (previously and later) is a series of graphical operating systems developed and marketed by Apple Inc. since 2001.

New!!: PowerShell and MacOS · See more »

MacOS Sierra

macOS Sierra (version 10.12) is the thirteenth major release of macOS (previously), Apple Inc.'s desktop and server operating system for Macintosh computers.

New!!: PowerShell and MacOS Sierra · See more »

Man page

A man page (short for manual page) is a form of software documentation usually found on a Unix or Unix-like operating system.

New!!: PowerShell and Man page · See more »

Managed code

Managed code is computer program code that requires and will execute only under the management of a Common Language Runtime virtual machine, typically the.NET Framework, or Mono.

New!!: PowerShell and Managed code · See more »

Microsoft

Microsoft Corporation (abbreviated as MS) is an American multinational technology company with headquarters in Redmond, Washington.

New!!: PowerShell and Microsoft · See more »

Microsoft Deployment Toolkit

Microsoft Deployment Toolkit (MDT; formerly Business Desktop Deployment) is a computer program that permits network deployment of Microsoft Windows and Microsoft Office.

New!!: PowerShell and Microsoft Deployment Toolkit · See more »

Microsoft Developer Network

Microsoft Developer Network (MSDN) is the portion of Microsoft responsible for managing the firm's relationship with developers and testers, such as hardware developers interested in the operating system (OS), and software developers developing on the various OS platforms or using the API or scripting languages of Microsoft's applications.

New!!: PowerShell and Microsoft Developer Network · See more »

Microsoft Exchange Server

Microsoft Exchange Server is a mail server and calendaring server developed by Microsoft.

New!!: PowerShell and Microsoft Exchange Server · See more »

Microsoft Press

Microsoft Press is the publishing arm of Microsoft, usually releasing books dealing with various current Microsoft technologies.

New!!: PowerShell and Microsoft Press · See more »

Microsoft SQL Server

Microsoft SQL Server is a relational database management system developed by Microsoft.

New!!: PowerShell and Microsoft SQL Server · See more »

Microsoft System Center Configuration Manager

Microsoft System Center Configuration Manager (SCCM, also known as ConfigMgr), formerly Systems Management Server (SMS) is a systems management software product developed by Microsoft for managing large groups of computers running Windows NT, Windows Embedded, macOS (OS X), Linux or UNIX, as well as Windows Phone, Symbian, iOS and Android mobile operating systems.

New!!: PowerShell and Microsoft System Center Configuration Manager · See more »

Microsoft TechNet

Microsoft TechNet is a Microsoft web portal and web service for IT professionals.

New!!: PowerShell and Microsoft TechNet · See more »

Microsoft Windows

Microsoft Windows is a group of several graphical operating system families, all of which are developed, marketed, and sold by Microsoft.

New!!: PowerShell and Microsoft Windows · See more »

MIT License

The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).

New!!: PowerShell and MIT License · See more »

Modular programming

Modular programming is a software design technique that emphasizes separating the functionality of a programme into independent, interchangeable modules, such that each contains everything necessary to execute only one aspect of the desired functionality.

New!!: PowerShell and Modular programming · See more »

Mono (software)

Mono is a free and open-source project led by Xamarin, a subsidiary of Microsoft (formerly by Novell and originally by Ximian), and the.NET Foundation, to create an Ecma standard-compliant,.NET Framework-compatible set of tools including, among others, a C# compiler and a Common Language Runtime.

New!!: PowerShell and Mono (software) · See more »

Move (command)

In computing, move is a command in various DOS, OS/2 and Microsoft Windows command line interpreters (shells) such as COMMAND.COM, cmd.exe, 4DOS/4NT and Windows PowerShell.

New!!: PowerShell and Move (command) · See more »

MS-DOS

MS-DOS (acronym for Microsoft Disk Operating System) is an operating system for x86-based personal computers mostly developed by Microsoft.

New!!: PowerShell and MS-DOS · See more »

Mutator method

In computer science, a mutator method is a method used to control changes to a variable.

New!!: PowerShell and Mutator method · See more »

Mv

mv (short for move) is a Unix command that moves one or more files or directories from one place to another.

New!!: PowerShell and Mv · See more »

Named parameter

In computer programming, named parameters, pass-by-name, or keyword arguments refer to a computer language's support for function calls that clearly state the name of each parameter within the function call.

New!!: PowerShell and Named parameter · See more »

NetApp

NetApp, Inc. is a hybrid cloud data services company headquartered in Sunnyvale, California.

New!!: PowerShell and NetApp · See more »

Netsh

In computing, netsh, or network shell, is a command-line utility included in Microsoft's Windows NT line of operating systems beginning with Windows 2000.

New!!: PowerShell and Netsh · See more »

Network switch

A network switch (also called switching hub, bridging hub, officially MAC bridge) is a computer networking device that connects devices together on a computer network by using packet switching to receive, process, and forward data to the destination device.

New!!: PowerShell and Network switch · See more »

NuGet

NuGet is a free and open-source package manager designed for the Microsoft development platform (formerly known as NuPack).

New!!: PowerShell and NuGet · See more »

O'Reilly Media

O'Reilly Media (formerly O'Reilly & Associates) is an American media company established by Tim O'Reilly that publishes books and Web sites and produces conferences on computer technology topics.

New!!: PowerShell and O'Reilly Media · See more »

Object (computer science)

In computer science, an object can be a variable, a data structure, a function, or a method, and as such, is a value in memory referenced by an identifier.

New!!: PowerShell and Object (computer science) · See more »

Object-oriented programming

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A feature of objects is that an object's procedures can access and often modify the data fields of the object with which they are associated (objects have a notion of "this" or "self").

New!!: PowerShell and Object-oriented programming · See more »

Office Open XML

Office Open XML (also informally known as OOXML or Microsoft Open XML (MOX)) is a zipped, XML-based file format developed by Microsoft for representing spreadsheets, charts, presentations and word processing documents.

New!!: PowerShell and Office Open XML · See more »

Open-source model

The open-source model is a decentralized software-development model that encourages open collaboration.

New!!: PowerShell and Open-source model · See more »

OpenSUSE

openSUSE, formerly SUSE Linux and SuSE Linux Professional, is a Linux-based project and distribution sponsored by SUSE Linux GmbH and other companies.

New!!: PowerShell and OpenSUSE · See more »

Package manager

A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, and removing computer programs for a computer's operating system in a consistent manner.

New!!: PowerShell and Package manager · See more »

Parameter (computer programming)

In computer programming, a parameter (often called formal parameter or formal argument) is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine.

New!!: PowerShell and Parameter (computer programming) · See more »

Parsing

Parsing, syntax analysis or syntactic analysis is the process of analysing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar.

New!!: PowerShell and Parsing · See more »

Path (computing)

A path, the general form of the name of a file or directory, specifies a unique location in a file system.

New!!: PowerShell and Path (computing) · See more »

PC Magazine

PC Magazine (shortened as PCMag) is an American computer magazine published by Ziff Davis.

New!!: PowerShell and PC Magazine · See more »

Pearson Education

Pearson Education (see also Pearson PLC) is a British-owned education publishing and assessment service to schools and corporations, as well as directly to students.

New!!: PowerShell and Pearson Education · See more »

Penton (company)

Penton is an information services and marketing company.

New!!: PowerShell and Penton (company) · See more »

Perl

Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages, Perl 5 and Perl 6.

New!!: PowerShell and Perl · See more »

Personal computer

A personal computer (PC) is a multi-purpose computer whose size, capabilities, and price make it feasible for individual use.

New!!: PowerShell and Personal computer · See more »

Ping (networking utility)

Ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol (IP) network.

New!!: PowerShell and Ping (networking utility) · See more »

Pipeline (software)

In software engineering, a pipeline consists of a chain of processing elements (processes, threads, coroutines, functions, etc.), arranged so that the output of each element is the input of the next; the name is by analogy to a physical pipeline.

New!!: PowerShell and Pipeline (software) · See more »

Pipeline (Unix)

In Unix-like computer operating systems, a pipeline is a sequence of processes chained together by their standard streams, so that the output of each process (stdout) feeds directly as input (stdin) to the next one.

New!!: PowerShell and Pipeline (Unix) · See more »

POSIX

The Portable Operating System Interface (POSIX) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems.

New!!: PowerShell and POSIX · See more »

PowerShell

PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.

New!!: PowerShell and PowerShell · See more »

Process (computing)

In computing, a process is an instance of a computer program that is being executed.

New!!: PowerShell and Process (computing) · See more »

Property (programming)

A property, in some object-oriented programming languages, is a special sort of class member, intermediate in functionality between a field (or data member) and a method.

New!!: PowerShell and Property (programming) · See more »

Proprietary software

Proprietary software is non-free computer software for which the software's publisher or another person retains intellectual property rights—usually copyright of the source code, but sometimes patent rights.

New!!: PowerShell and Proprietary software · See more »

Ps (Unix)

In most Unix-like operating systems, the ps program (short for "process status") displays the currently-running processes.

New!!: PowerShell and Ps (Unix) · See more »

Public key certificate

In cryptography, a public key certificate, also known as a digital certificate or identity certificate, is an electronic document used to prove the ownership of a public key.

New!!: PowerShell and Public key certificate · See more »

Puppet (software)

In computing, Puppet is an open-source software configuration management tool.

New!!: PowerShell and Puppet (software) · See more »

Pushd and popd

In computing, pushd and popd are commands used to work with the command line directory stack.

New!!: PowerShell and Pushd and popd · See more »

Pwd

In Unix-like and some other operating systems, the pwd command (print working directory) writes the full pathname of the current working directory to the standard output.

New!!: PowerShell and Pwd · See more »

Quest Software

Quest Software, also known as Quest, is a software company headquartered in Aliso Viejo, California with 53 offices in 24 countries.

New!!: PowerShell and Quest Software · See more »

Quotation mark

Quotation marks, also called quotes, quote marks, quotemarks, speech marks, inverted commas or talking marks, are punctuation marks used in pairs in various writing systems to set off direct speech, a quotation, or a phrase.

New!!: PowerShell and Quotation mark · See more »

Red Hat Enterprise Linux

Red Hat Enterprise Linux (RHEL) is a Linux distribution developed by Red Hat and targeted toward the commercial market.

New!!: PowerShell and Red Hat Enterprise Linux · See more »

Reflection (computer programming)

In computer science, reflection is the ability of a computer program to examine, introspect, and modify its own structure and behavior at runtime.

New!!: PowerShell and Reflection (computer programming) · See more »

Ren (command)

In computing, ren (or rename) is a command in various DOS, OS/2 and Microsoft Windows command line interpreters (shells) such as COMMAND.COM, cmd.exe, 4DOS, 4NT and Windows PowerShell.

New!!: PowerShell and Ren (command) · See more »

Rm (Unix)

rm (short for remove) is a basic UNIX command used to remove objects such as files, directories and symbolic links from filesystems and also special files such as device nodes, pipes and sockets.

New!!: PowerShell and Rm (Unix) · See more »

Rmdir

rmdir (or rd) is a command which will remove an empty directory on a Unix (e.g. macOS, Solaris, AIX, HP-UX), Unix-like (e.g. FreeBSD, Linux), DOS, OS/2 or Microsoft Windows operating system.

New!!: PowerShell and Rmdir · See more »

Robocopy

Robocopy, or "Robust File Copy", is a command-line directory and/or file replication command.

New!!: PowerShell and Robocopy · See more »

Scientific notation

Scientific notation (also referred to as scientific form or standard index form, or standard form in the UK) is a way of expressing numbers that are too big or too small to be conveniently written in decimal form.

New!!: PowerShell and Scientific notation · See more »

Scripting language

A scripting or script language is a programming language that supports scripts: programs written for a special run-time environment that automate the execution of tasks that could alternatively be executed one-by-one by a human operator.

New!!: PowerShell and Scripting language · See more »

Sed

sed (stream editor) is a Unix utility that parses and transforms text, using a simple, compact programming language.

New!!: PowerShell and Sed · See more »

Serialization

In computer science, in the context of data storage, serialization is the process of translating data structures or object state into a format that can be stored (for example, in a file or memory buffer) or transmitted (for example, across a network connection link) and reconstructed later (possibly in a different computer environment).

New!!: PowerShell and Serialization · See more »

SharePoint

SharePoint is a web-based collaborative platform that integrates with Microsoft Office.

New!!: PowerShell and SharePoint · See more »

Shell (computing)

In computing, a shell is a user interface for access to an operating system's services.

New!!: PowerShell and Shell (computing) · See more »

Signal (IPC)

Signals are a limited form of inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant operating systems.

New!!: PowerShell and Signal (IPC) · See more »

Snippet (programming)

Snippet is a programming term for a small region of re-usable source code, machine code, or text.

New!!: PowerShell and Snippet (programming) · See more »

Software release life cycle

A software release life cycle is the sum of the stages of development and maturity for a piece of computer software: ranging from its initial development to its eventual release, and including updated versions of the released version to help improve software or fix software bugs still present in the software.

New!!: PowerShell and Software release life cycle · See more »

SourceForge

SourceForge is a Web-based service that offers software developers a centralized online location to control and manage free and open-source software projects.

New!!: PowerShell and SourceForge · See more »

Splunk

Splunk Inc. is an American multinational corporation based in San Francisco, California, that produces software for searching, monitoring, and analyzing machine-generated big data, via a Web-style interface.

New!!: PowerShell and Splunk · See more »

SQL

SQL (S-Q-L, "sequel"; Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS).

New!!: PowerShell and SQL · See more »

Standard streams

In computer programming, standard streams are preconnected input and output communication channels between a computer program and its environment when it begins execution.

New!!: PowerShell and Standard streams · See more »

String (computer science)

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.

New!!: PowerShell and String (computer science) · See more »

Strong and weak typing

In computer programming, programming languages are often colloquially classified as to whether the language's type system makes it strongly typed or weakly typed (loosely typed).

New!!: PowerShell and Strong and weak typing · See more »

Syntax highlighting

Syntax highlighting is a feature of text editors that are used for programming, scripting, or markup languages, such as HTML.

New!!: PowerShell and Syntax highlighting · See more »

System Center Data Protection Manager

System Center Data Protection Manager (DPM) is a software product from Microsoft that provides near-continuous data protection and data recovery in a Microsoft Windows environment.

New!!: PowerShell and System Center Data Protection Manager · See more »

System Center Operations Manager

System Center Operations Manager (SCOM) is a cross-platform data center monitoring system for operating systems and hypervisors.

New!!: PowerShell and System Center Operations Manager · See more »

System Center Virtual Machine Manager

System Center Virtual Machine Manager (SCVMM) forms part of Microsoft's System Center line of virtual machine management and reporting tools, alongside previously established tools such as System Center Operations Manager and System Center Configuration Manager.

New!!: PowerShell and System Center Virtual Machine Manager · See more »

Tcl

Tcl (pronounced "tickle" or tee cee ell) is a high-level, general-purpose, interpreted, dynamic programming language.

New!!: PowerShell and Tcl · See more »

TechRepublic

TechRepublic is an online trade publication and social community for IT professionals, with advice on best practices and tools for the day-to-day needs of IT decision-makers.

New!!: PowerShell and TechRepublic · See more »

Tee (command)

In computing, tee is a command in command-line interpreters (shells) using standard streams which reads standard input and writes it to both standard output and one or more files, effectively duplicating its input.

New!!: PowerShell and Tee (command) · See more »

Text file

A text file (sometimes spelled "textfile"; an old alternative name is "flatfile") is a kind of computer file that is structured as a sequence of lines of electronic text.

New!!: PowerShell and Text file · See more »

Tk (software)

Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.

New!!: PowerShell and Tk (software) · See more »

Transaction processing

Transaction processing is information processing in computer science that is divided into individual, indivisible operations called transactions.

New!!: PowerShell and Transaction processing · See more »

TYPE (DOS command)

In computing, type is a command in various RT-11, VMS, AmigaDOS, CP/M, DOS, OS/2 and Microsoft Windows command line interpreters (shells) such as COMMAND.COM, cmd.exe, 4DOS/4NT and Windows PowerShell.

New!!: PowerShell and TYPE (DOS command) · See more »

Type (Unix)

In Unix, type is a command that describes how its arguments would be interpreted if used as command names.

New!!: PowerShell and Type (Unix) · See more »

Type inference

Type inference refers to the automatic detection of the data type of an expression in a programming language.

New!!: PowerShell and Type inference · See more »

Type safety

In computer science, type safety is the extent to which a programming language discourages or prevents type errors.

New!!: PowerShell and Type safety · See more »

Type system

In programming languages, a type system is a set of rules that assigns a property called type to the various constructs of a computer program, such as variables, expressions, functions or modules.

New!!: PowerShell and Type system · See more »

Ubuntu (operating system)

Ubuntu (stylized as ubuntu) is a free and open source operating system and Linux distribution based on Debian.

New!!: PowerShell and Ubuntu (operating system) · See more »

Unix

Unix (trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.

New!!: PowerShell and Unix · See more »

Unix philosophy

The Unix philosophy, originated by Ken Thompson, is a set of cultural norms and philosophical approaches to minimalist, modular software development.

New!!: PowerShell and Unix philosophy · See more »

Unix shell

A Unix shell is a command-line interpreter or shell that provides a traditional Unix-like command line user interface.

New!!: PowerShell and Unix shell · See more »

Value (computer science)

In computer science, a value is the representation of some entity that can be manipulated by a program.

New!!: PowerShell and Value (computer science) · See more »

VBScript

VBScript ("Microsoft Visual Basic Scripting Edition") is an Active Scripting language developed by Microsoft that is modeled on Visual Basic.

New!!: PowerShell and VBScript · See more »

VMware vSphere

VMware vSphere (formerly VMware Infrastructure 4) is VMware's cloud computing virtualization platform.

New!!: PowerShell and VMware vSphere · See more »

Vulnerability (computing)

In computer security, a vulnerability is a weakness which can be exploited by a Threat Actor, such as an attacker, to perform unauthorized actions within a computer system.

New!!: PowerShell and Vulnerability (computing) · See more »

Web-Based Enterprise Management

In computing, Web-Based Enterprise Management (WBEM) comprises a set of systems-management technologies developed to unify the management of distributed computing environments.

New!!: PowerShell and Web-Based Enterprise Management · See more »

Wget

GNU Wget (or just Wget, formerly Geturl, also written as its package name, wget) is a computer program that retrieves content from web servers.

New!!: PowerShell and Wget · See more »

Which (Unix)

which is a Unix command used to identify the location of executables.

New!!: PowerShell and Which (Unix) · See more »

While loop

In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition.

New!!: PowerShell and While loop · See more »

Win32 console

Win32 console is a text user interface implementation within the system of Windows API, which runs console applications.

New!!: PowerShell and Win32 console · See more »

Windows 10

Windows 10 (codenamed Redstone, formerly Threshold) is a personal computer operating system developed and released by Microsoft, as part of the Windows NT family of operating systems.

New!!: PowerShell and Windows 10 · See more »

Windows 7

Windows 7 (codenamed Vienna, formerly Blackcomb) is a personal computer operating system developed by Microsoft.

New!!: PowerShell and Windows 7 · See more »

Windows 8

Windows 8 is a personal computer operating system developed by Microsoft as part of the Windows NT family of operating systems.

New!!: PowerShell and Windows 8 · See more »

Windows 8.1

Windows 8.1 (codenamed Blue) is a computer operating system released by Microsoft.

New!!: PowerShell and Windows 8.1 · See more »

Windows 98

Windows 98 (codenamed Memphis while in development) is a graphical operating system by Microsoft.

New!!: PowerShell and Windows 98 · See more »

Windows 9x

Windows 9x is a generic term referring to a series of Microsoft Windows computer operating systems produced from 1995 to 2000, which were based on the Windows 95 kernel and its underlying foundation of MS-DOS, both of which were updated in subsequent versions.

New!!: PowerShell and Windows 9x · See more »

Windows IT Pro

Windows IT Pro is a trade publication and web site owned by Penton serving the information needs of IT professionals working with the Microsoft Windows platform.

New!!: PowerShell and Windows IT Pro · See more »

Windows Management Instrumentation

Windows Management Instrumentation (WMI) consists of a set of extensions to the Windows Driver Model that provides an operating system interface through which instrumented components provide information and notification.

New!!: PowerShell and Windows Management Instrumentation · See more »

Windows NT

Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993.

New!!: PowerShell and Windows NT · See more »

Windows Presentation Foundation

Windows Presentation Foundation (WPF) is a graphical subsystem by Microsoft for rendering user interfaces in Windows-based applications.

New!!: PowerShell and Windows Presentation Foundation · See more »

Windows Registry

The registry is a hierarchical database that stores low-level settings for the Microsoft Windows operating system and for applications that opt to use the registry.

New!!: PowerShell and Windows Registry · See more »

Windows Script Host

The Microsoft Windows Script Host (WSH) (formerly named Windows Scripting Host) is an automation technology for Microsoft Windows operating systems that provides scripting abilities comparable to batch files, but with a wider range of supported features.

New!!: PowerShell and Windows Script Host · See more »

Windows Server 2003

Windows Server 2003 is a server operating system produced by Microsoft and released on April 24, 2003.

New!!: PowerShell and Windows Server 2003 · See more »

Windows Server 2008

Windows Server 2008 is the second major release of the Windows Server family of operating systems for server computers.

New!!: PowerShell and Windows Server 2008 · See more »

Windows Server 2008 R2

Windows Server 2008 R2 is a server operating system produced by Microsoft.

New!!: PowerShell and Windows Server 2008 R2 · See more »

Windows Server 2012

Windows Server 2012, codenamed "Windows Server 8", is the sixth release of Windows Server.

New!!: PowerShell and Windows Server 2012 · See more »

Windows Server 2016

Windows Server 2016 is a server operating system developed by Microsoft as part of the Windows NT family of operating systems, developed concurrently with Windows 10.

New!!: PowerShell and Windows Server 2016 · See more »

Windows Vista

Windows Vista (codenamed Longhorn) is an operating system by Microsoft for use on personal computers, including home and business desktops, laptops, tablet PCs and media center PCs.

New!!: PowerShell and Windows Vista · See more »

Windows XP

Windows XP (codenamed Whistler) is a personal computer operating system that was produced by Microsoft as part of the Windows NT family of operating systems.

New!!: PowerShell and Windows XP · See more »

Wrox Press

Wrox Press (established in 1992) is a computer book publisher, originally based in Birmingham, England.

New!!: PowerShell and Wrox Press · See more »

WS-Management

WS-Management (Web Services-Management) is a DMTF open standard defining a SOAP-based protocol for the management of servers, devices, applications and various Web services.

New!!: PowerShell and WS-Management · See more »

XCOPY

In computing, XCOPY is a command used on PC DOS, MS-DOS, OS/2, Microsoft Windows, and related operating systems for copying multiple files or entire directory trees from one directory to another and for copying files across a network.

New!!: PowerShell and XCOPY · See more »

XML

In computing, Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

New!!: PowerShell and XML · See more »

ZDNet

ZDNet is a business technology news website published by CBS Interactive, along with TechRepublic.

New!!: PowerShell and ZDNet · See more »

Ziff Davis

Ziff Davis, LLC is an American publisher and Internet company.

New!!: PowerShell and Ziff Davis · See more »

.NET Framework

.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

New!!: PowerShell and .NET Framework · See more »

Redirects here:

.ps1, Cmdlet, Cmdlets, MSH (Shell), MSH (shell), Microsoft PowerShell, Microsoft Shell, Monad shell, Msh, Pash (software), PoSH, PowerShell Tools, Powershell, Powershell Tools, Powershell.exe, Reverse Desired State Configuration, Windows Power Shell, Windows PowerShell, Windows PowerShell 5.0, Windows Powershell.

References

[1] https://en.wikipedia.org/wiki/PowerShell

OutgoingIncoming
Hey! We are on Facebook now! »