powershell

Все результаты по тегу powershell
PowerShell is a task automation and configuration management program from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform on August 18, 2016, with the introduction of PowerShell Core. The former is built on the .NET Framework, the latter on .NET (previously .NET Core).
Since Windows 10 build 14971, PowerShell replaced Command Prompt and became the default command shell for File Explorer.In PowerShell, administrative tasks are generally performed via cmdlets (pronounced command-lets), which are specialized .NET classes implementing a particular operation. These work by accessing data in different data stores, like the file system or Windows Registry, which are made available to PowerShell via providers. Third-party developers can add cmdlets and providers to PowerShell. Cmdlets may be used by scripts, which may in turn be packaged into modules. Cmdlets work in tandem with the .NET API.
PowerShell's support for .NET Remoting, WS-Management, CIM, and SSH enables administrators to perform administrative tasks on both local and remote Windows systems. PowerShell also provides a hosting API with which the PowerShell runtime can be embedded inside other applications. These applications can then use PowerShell functionality to implement certain operations, including those exposed via the graphical interface. This capability has been used 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.PowerShell includes its own extensive, console-based help (similar to man pages in Unix shells) accessible via the Get-Help cmdlet. Updated local help contents can be retrieved from the Internet via the Update-Help cmdlet. Alternatively, help from the web can be acquired on a case-by-case basis via the -online switch to Get-Help.

Посмотреть больше на Wikipedia.org
  1. akok

    Статья Менеджер пакетов OneGet

    OneGet является составной частью PowerShell в Windows 10, кроме этого, получить менеджер пакетов можно, установив Windows Management Framework 5.0 для Windows 8.1. Получить список команд, доступных в OneGet, вы можете с помощью Get-Command -Module OneGet Наиболее часто используемыми будут...
  2. Dragokas

    Работа с ярлыками через PowerShell

    Автор: Алексей Пахунов. Оригинальное название статьи: .NET обертка для IShellLink. Источник. Наконец-то дописал .NET обертку для IShellLink (см. серию постов начиная с Shortcuts, shell and COM apartments.). Теперь можно создавать и редактировать ярлыки прямо из PowerShell. Вот ссылка на...
  3. Phoenix

    Автоматическая установка пакетов через Chocolatey (Powershell - шоколадка :)

    А как вам возможности PowerShell ? (Но пока видимо не доделано). Как я перестал бояться и полюбил Windows 10 http://www.oneget.info/ get-command -Module OneGetКак этим пользоваться. Собственно надо установить источник. THIS IS DEPRECATED. Please use the install from...
  4. У

    Windows 7 Windows PowerShell

    Появилось время,а главное желание глубже изучить ОС Windows 7.Что такое Telnet мне уже разъяснили.На очереди Windows PowerShell и Windows PowerShell Modules,хочу побольше узнать об этом,что это,зачем,как этим пользоваться и в каких случаях,какую пользу это может принести домашнему пользователю и...
Назад
Сверху Снизу