Lompat ke isi

Windows PowerShell: Perbedaan antara revisi

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Konten dihapus Konten ditambahkan
Sastra Manurung (bicara | kontrib)
Tidak ada ringkasan suntingan
Taylorbot (bicara | kontrib)
per BPA : taksonomi, tingkat FAMILI + lunak | t=266 su=18 in=18 at=18 -- only 0 edits left of totally 19 possible edits | edr=000-0001(!!!) ovr=010-1111 aft=000-0001
 
(32 revisi perantara oleh 20 pengguna tidak ditampilkan)
Baris 1: Baris 1:
{{terjemah|Inggris}}
{{terjemah|Inggris}}
{{future software}}
{{Infobox Software
{{Infobox Software
| name = Windows PowerShell
| name = Windows PowerShell
| logo = [[Image:Windows PowerShell icon.png|64px]]
| logo = [[Berkas:Windows PowerShell icon.png|64px]]
| screenshot = [[Image:Windows PowerShell 1.0.png|225px]]
| screenshot = [[Berkas:Windows PowerShell 1.0.png|225px]]
| caption = Screenshot of a sample PowerShell session
| caption = Contoh screenshot sesi PowerShell
| developer = [[Microsoft|Microsoft Corporation]]
| developer = [[Microsoft|Microsoft Corporation]]
| released = [[November 14]], [[2006]]
| released = [[November 14]], [[2006]]
Baris 12: Baris 11:
| latest_preview_version = 2.0 [[Community Technology Preview#Beta|CTP3]]
| latest_preview_version = 2.0 [[Community Technology Preview#Beta|CTP3]]
| latest_preview_date = {{release date|2008|12|23}}
| latest_preview_date = {{release date|2008|12|23}}
| operating_system = [[Windows XP]]<br />[[Windows Server 2003]]<br />[[Windows Vista]]<br />[[Windows Server 2008]]<br />[[Windows 7]]
| operating_system = [[Windows XP]]{{br}}[[Windows Server 2003]]{{br}}[[Windows Vista]]{{br}}[[Windows Server 2008]]{{br}}[[Windows 7]]{{br}}[[Windows 10]]
| platform = [[x86]], [[x86-64]] and [[Itanium]]
| platform = [[x86]], [[x86-64]] and [[Itanium]]
| language = [[Multilingualism|Multilingual]]
| language = [[Multilingualism|Multilingual]]
Baris 23: Baris 22:
{{Infobox programming language
{{Infobox programming language
| name = PowerShell Scripting Language
| name = PowerShell Scripting Language
| logo =
| logo =
| paradigm = [[multi-paradigm programming language|Multi-paradigm]]: [[Imperative programming|imperative]], [[Pipeline programming|pipeline]], [[Object-oriented programming|object-oriented]], [[Functional programming|functional]], [[Reflective programming|reflective]]
| paradigm = [[multi-paradigm programming language|Multi-paradigm]]: [[Imperative programming|imperative]], [[Pipeline programming|pipeline]], [[Object-oriented programming|object-oriented]], [[Functional programming|functional]], [[Reflective programming|reflective]]
| year = [[2006]]
| year = [[2006]]
| designer = [[Jeffrey Snover]], [[Bruce Payette]] (et al.)
| designer = [[Jeffrey Snover]], [[Bruce Payette]] (et al.)
| developer = [[Microsoft|Microsoft Corporation]]
| developer = [[Microsoft|Microsoft Corporation]]
| latest_release_version =
| latest_release_version =
| latest_release_date =
| latest_release_date =
| latest_test_version =
| latest_test_version =
| latest_test_date =
| latest_test_date =
| typing = [[Strongly-typed programming language|strong]], [[Type safety|safe]], [[Type inference|implicit]], [[dynamic typing|dynamic]]
| typing = [[Strongly-typed programming language|strong]], [[Type safety|safe]], [[Type inference|implicit]], [[dynamic typing|dynamic]]
| implementations = Windows PowerShell, Pash<ref name="pash">[http://pash.sourceforge.net/ igor.moochnick - Pash<!-- Bot generated title -->]</ref>
| implementations = Windows PowerShell, Pash<ref name="pash">[http://pash.sourceforge.net/ igor.moochnick - Pash<!-- Bot generated title -->]</ref>
| dialects =
| dialects =
| influenced_by = [[C Sharp (programming language)|C#]], [[DIGITAL Command Language|DCL]], [[Korn shell|ksh]], [[Perl]], [[Ruby (programming language)|Ruby]]/[[Lisp (programming language)|LISP]], [[AS/400 Control Language|CL]], [[SQL]], [[COMMAND.COM]]/ [[cmd.exe]],<ref>[http://en.wiki-indonesia.club/w/index.php?title=Generational_list_of_programming_languages&diff=prev&oldid=192340946 Jsnover @ Wikipedia: Generational list of programming languages]</ref> [[Tcl]]<ref>[http://blogs.msdn.com/powershell/archive/2008/05/25/powershell-and-wpf-wtf.aspx Windows PowerShell : PowerShell and WPF: WTF]</ref>
| influenced_by = [[C Sharp (programming language)|C#]], [[DIGITAL Command Language|DCL]], [[Korn shell|ksh]], [[Perl]], [[Ruby (programming language)|Ruby]]/[[Lisp (programming language)|LISP]], [[AS/400 Control Language|CL]], [[SQL]], [[COMMAND.COM]]/ [[cmd.exe]],<ref>[http://en.wiki-indonesia.club/w/index.php?title=Generational_list_of_programming_languages&diff=prev&oldid=192340946 Jsnover @ Wikipedia: Generational list of programming languages]</ref> [[Tcl]]<ref>{{Cite web |url=http://blogs.msdn.com/powershell/archive/2008/05/25/powershell-and-wpf-wtf.aspx |title=Windows PowerShell : PowerShell and WPF: WTF |access-date=2009-04-19 |archive-date=2008-12-25 |archive-url=https://web.archive.org/web/20081225093003/http://blogs.msdn.com/powershell/archive/2008/05/25/powershell-and-wpf-wtf.aspx |dead-url=yes }}</ref>
| influenced =
| influenced =
| operating_system = [[Cross-platform]]<ref name="pash"/>
| operating_system = [[Cross-platform]]<ref name="pash"/>
| license =
| license =
Baris 42: Baris 41:
}}
}}


[[Windows PowerShell]], sebelumnya dinamai '''Microsoft Shell''' atau '''MSH''' (dengan nama-kode ''Monad'') adalah sebuah ''command line interface'' atau ''CLI'' (antarmuka baris-perintah) dan bahasa ''scripting'' yang sedang dikembangkan oleh Microsoft. Antarmuka ini mirip dengan ''[[UNIX]] shell'', namun produk ini dibangun atas dasar [[Pemrograman Berorientasi Obyek|pemrograman berorientasi obyek]] (''object-oriented programming/OOP'') dan kerangka Microsoft .NET, dan cakupannya sangat luas.
'''Windows PowerShell''', sebelumnya dinamai '''Microsoft Shell''' atau '''MSH''' (dengan nama-kode ''Monad'') adalah sebuah ''command line interface'' atau ''CLI'' (antarmuka baris-perintah) dan bahasa ''scripting'' yang sedang dikembangkan oleh Microsoft. Antarmuka ini mirip dengan ''[[UNIX]] shell'', tetapi produk ini dibangun atas dasar [[Pemrograman Berorientasi Objek|pemrograman berorientasi objek]] (''object-oriented programming/OOP'') dan kerangka Microsoft .NET, dan cakupannya sangat luas.


Microsoft sedianya bermaksud meluncurkan PowerShell bersama-sama dengan [[Windows Vista]], namun belakangan menyatakan akan meluncurkannya secara terpisah. Microsoft menyatakan bahwa PowerShell akan diluncurkan pada semester kedua 2006. Windows PowerShell adalah sebuah gambaran awal dari administrasi [[Microsoft Exchange Server]] 2007 di mana segalanya akan dilakukan melalui antarmuka CLI dan administrasi [[GUI]] sebagai lapisan di atas baris perintah tersebut.
Microsoft sedianya bermaksud meluncurkan PowerShell bersama-sama dengan [[Windows Vista]], tetapi belakangan menyatakan akan meluncurkannya secara terpisah. Microsoft menyatakan bahwa PowerShell akan diluncurkan pada semester kedua 2006. Windows PowerShell adalah sebuah gambaran awal dari administrasi [[Microsoft Exchange Server]] 2007 di mana segalanya akan dilakukan melalui antarmuka CLI dan administrasi [[GUI]] sebagai lapisan di atas baris perintah tersebut.


PowerShell memerlukan [[.NET Framework]] versi 2.0 dan bisa dijalankan untuk [[Windows XP]], [[Windows Server 2003]], [[Windows Vista]], dan [[Windows Server 2008]]; serta akan tersedia untuk prosesor-prosesor [[x86]], [[x64]], dan [[Itanium]].
PowerShell memerlukan [[.NET Framework]] versi 2.0 dan bisa dijalankan untuk [[Windows XP]], [[Windows Server 2003]], [[Windows Vista]], dan [[Windows Server 2008]]; serta akan tersedia untuk prosesor-prosesor [[x86]], [[x64]], dan [[Itanium]].


== Referensi ==
== Referensi ==
{{reflist}}
<references />


==Buku==
== Buku ==
* {{cite book|url=http://www.course.com/catalog/product.cfm?isbn=978-1-59863-354-2|title=Microsoft Windows Powershell Programming for the Absolute Beginner |first=Jerry Lee Jr|last=Ford|id=ISBN 1-59863-354-6}}
* {{cite book|url=http://www.course.com/catalog/product.cfm?isbn=978-1-59863-354-2|title=Microsoft Windows Powershell Programming for the Absolute Beginner|first=Jerry Lee Jr|last=Ford|id=ISBN 1-59863-354-6}}
*{{cite book|url=http://www.oreilly.com/catalog/windowspowershell/|title=Windows PowerShell Quick Reference|first=Lee|last=Holmes|id=ISBN 0-596-52813-2}}
* {{cite book|url=http://www.oreilly.com/catalog/windowspowershell/|title=Windows PowerShell Quick Reference|first=Lee|last=Holmes|id=ISBN 0-596-52813-2}}
* {{cite book|url=http://www.oreilly.com/catalog/9780596528492/index.html|title=Windows PowerShell Cookbook|first=Lee|last=Holmes|id=ISBN 0-596-52849-3}}
* {{cite book|url=http://www.oreilly.com/catalog/9780596528492/index.html|title=Windows PowerShell Cookbook|first=Lee|last=Holmes|id=ISBN 0-596-52849-3}}
* {{cite book|url=http://www.wrox.com/WileyCDA/WroxTitle/Scripting-SQL-Management-Objects-in-Windows-PowerShell.productCd-0470279354.html|title=Scripting SQL Management Objects in Windows PowerShell|first=Willis|last=Johnson|isbn= 978-0-470-27935-9}}
* {{cite book|url=http://www.wrox.com/WileyCDA/WroxTitle/Scripting-SQL-Management-Objects-in-Windows-PowerShell.productCd-0470279354.html|title=Scripting SQL Management Objects in Windows PowerShell|first=Willis|last=Johnson|isbn=978-0-470-27935-9|access-date=2009-04-19|archive-date=2009-07-15|archive-url=https://web.archive.org/web/20090715022332/http://www.wrox.com/WileyCDA/WroxTitle/Scripting-SQL-Management-Objects-in-Windows-PowerShell.productCd-0470279354.html|dead-url=yes}}
* {{cite book|url=http://www.scriptingoutpost.com/ProductInfo.aspx?productid=BK-TFM-PSH|title=Windows PowerShell: TFM|first=Don|last=Jones|id=ISBN 0-9776597-2-0}}
* {{cite book|url=http://www.scriptingoutpost.com/ProductInfo.aspx?productid=BK-TFM-PSH|title=Windows PowerShell: TFM|first=Don|last=Jones|id=ISBN 0-9776597-2-0}}
* {{cite book |url=http://www.informit.com/title/0672329530|title=Windows PowerShell Unleashed|first=Tyson |last=Kopczynski|id=ISBN 0672329530}}
* {{cite book|url=http://www.informit.com/title/0672329530|title=Windows PowerShell Unleashed|first=Tyson|last=Kopczynski|id=ISBN 0-672-32953-0}}
* {{cite book|last= Kumaravel|first= Arul|coauthors= Jon White, Michael Naixin Li, Scott Happell, Guohui Xie, Krishna C. Vutukuri |title= Professional Windows PowerShell Programming: Snapins, Cmdlets, Hosts and Providers|url=http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470173939.html|id= ISBN 0-470-17393-9}}
* {{cite book|last= Kumaravel|first= Arul|coauthors= Jon White, Michael Naixin Li, Scott Happell, Guohui Xie, Krishna C. Vutukuri|title= Professional Windows PowerShell Programming: Snapins, Cmdlets, Hosts and Providers|url= http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470173939.html|id= ISBN 0-470-17393-9|access-date= 2009-04-19|archive-date= 2009-05-15|archive-url= https://web.archive.org/web/20090515024806/http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470173939.html|dead-url= yes}}
* {{cite book|url=http://www.oreilly.com/catalog/powershell/|title=Monad (AKA PowerShell)|first=Andy|last=Oakley|id=ISBN 0-596-10009-4}}
* {{cite book|url=http://www.oreilly.com/catalog/powershell/|title=Monad (AKA PowerShell)|first=Andy|last=Oakley|id=ISBN 0-596-10009-4}}
* {{cite book|url=http://www.manning.com/payette/|title=Windows PowerShell in Action|first=Bruce|last=Payette|id=ISBN 1-932394-90-7}}
* {{cite book|url=http://www.manning.com/payette/|title=Windows PowerShell in Action|first=Bruce|last=Payette|id=ISBN 1-932394-90-7}}
* {{cite book|title=Windows PowerShell Unleashed|subtitle=|author=Tyson Kopczynski, Pete Handley, Marco Shaw|url=http://www.informit.com/title/0672329883|id=ISBN 978-0672329883}}
* {{cite book|title=Windows PowerShell Unleashed|subtitle=|author=Tyson Kopczynski, Pete Handley, Marco Shaw|url=http://www.informit.com/title/0672329883|id=ISBN 978-0-672-32988-3}}
* {{cite book|url=http://www.wrox.com/WileyCDA/WroxTitle/productCd-0471946931.html|title=Professional Windows PowerShell|first=Andrew|last=Watt|id=ISBN 0-471-94693-1}}
* {{cite book|url=http://www.wrox.com/WileyCDA/WroxTitle/productCd-0471946931.html|title=Professional Windows PowerShell|first=Andrew|last=Watt|id=ISBN 0-471-94693-1|access-date=2009-04-19|archive-date=2006-11-09|archive-url=https://web.archive.org/web/20061109073304/http://www.wrox.com/WileyCDA/WroxTitle/productCd-0471946931.html|dead-url=yes}}
* {{cite book|url=http://www.microsoft.com/MSPress/books/10329.aspx|title=Microsoft Windows PowerShell Step By Step|first=Ed|last=Wilson|id=ISBN 0-7356-2395-3}}
* {{cite book|url=http://www.microsoft.com/MSPress/books/10329.aspx|title=Microsoft Windows PowerShell Step By Step|first=Ed|last=Wilson|id=ISBN 0-7356-2395-3}}


==Pranala luar==
== Pranala luar ==
* [http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx PowerShell homepage]
* [http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx PowerShell homepage]
* [http://blogs.msdn.com/powershell/ Windows PowerShell Team Blog]
* [http://blogs.msdn.com/powershell/ Windows PowerShell Team Blog]
* [http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx Scripting with Windows PowerShell]
* [http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx Scripting with Windows PowerShell]
* [http://blogs.msdn.com/powershell/archive/2007/03/19/monad-manifesto-the-origin-of-windows-powershell.aspx Monad Manifesto - The Origin of Windows PowerShell]
* [http://blogs.msdn.com/powershell/archive/2007/03/19/monad-manifesto-the-origin-of-windows-powershell.aspx Monad Manifesto - The Origin of Windows PowerShell] {{Webarchive|url=https://web.archive.org/web/20081225034620/http://blogs.msdn.com/powershell/archive/2007/03/19/monad-manifesto-the-origin-of-windows-powershell.aspx |date=2008-12-25 }}
* [http://channel9.msdn.com/tags/PowerShell Channel9 Interviews/Demos with Jeffrey Snover] - the Architect of Windows PowerShell
* [http://channel9.msdn.com/tags/PowerShell Channel9 Interviews/Demos with Jeffrey Snover] - the Architect of Windows PowerShell
* [http://blogs.msdn.com/powershell/archive/2006/08/03/687838.aspx ''Windows PowerShell and the “PowerShell Worm”''] - an analysis, by Leonard Chung of the Windows PowerShell Team, of the "PowerShell Worm" and a walkthrough of Windows PowerShell's security features and how they strongly reduce the risk of scripting malware.
* [http://blogs.msdn.com/powershell/archive/2006/08/03/687838.aspx ''Windows PowerShell and the “PowerShell Worm”''] - an analysis, by Leonard Chung of the Windows PowerShell Team, of the "PowerShell Worm" and a walkthrough of Windows PowerShell's security features and how they strongly reduce the risk of scripting malware.
* [http://www.pwrshell.net PwrShell.net] {{Webarchive|url=https://web.archive.org/web/20200502173837/https://pwrshell.net/ |date=2020-05-02 }}


===Perangkat 3rd-party===
=== Perangkat aplikasi ketiga ===
* [http://justarandomgeek.googlepages.com/posh-sudo sudo for Powershell] - run specific commands as an administrator on Windows Vista
* [http://justarandomgeek.googlepages.com/posh-sudo sudo for Powershell] {{Webarchive|url=https://web.archive.org/web/20090411144100/http://justarandomgeek.googlepages.com/posh-sudo |date=2009-04-11 }} - run specific commands as an administrator on Windows Vista
* [http://www.codeplex.com/PowerShellCX PowerShell Community Extensions]
* [http://www.codeplex.com/PowerShellCX PowerShell Community Extensions]
* [http://www.primalscript.com PrimalScript 2007] General scripting IDE with PowerShell support and debugger
* [http://www.primalscript.com PrimalScript 2007] General scripting IDE with PowerShell support and debugger
* [http://www.powergui.org PowerGUI] Extensible graphical administrative console for managing systems based on Windows PowerShell.
* [http://www.powergui.org PowerGUI] Extensible graphical administrative console for managing systems based on Windows PowerShell.
* [http://www.powershell.com Powershell.com] - Powershell Analyzer and Powershell Plus - Powershell Hosting, Editor and Debugging Products.
* [http://www.powershell.com Powershell.com] - Powershell Analyzer and Powershell Plus - Powershell Hosting, Editor and Debugging Products.
* [http://www.specopssoft.com/powershell/ Specops Command] Software which combines PowerShell with [[Group Policy]] for computer group administration.
* [http://www.specopssoft.com/powershell/ Specops Command] {{Webarchive|url=https://web.archive.org/web/20080110052944/http://www.specopssoft.com/powershell/ |date=2008-01-10 }} Software which combines PowerShell with [[Group Policy]] for computer group administration.


===Pengembang PowerShell===
=== Pengembang PowerShell ===
* [http://s3nas.com/Default.aspx?tabid=53&EntryID=10 S3Nas PowerShell Provider] - S3Nas Amazon S3 PowerShell Provider
* [http://s3nas.com/Default.aspx?tabid=53&EntryID=10 S3Nas PowerShell Provider] {{Webarchive|url=https://web.archive.org/web/20080416125611/http://s3nas.com/Default.aspx?tabid=53&EntryID=10 |date=2008-04-16 }} - S3Nas Amazon S3 PowerShell Provider
* [http://www.codeplex.com/PSSharePoint PowerShell SharePoint Provider] - PowerShell SharePoint Provider
* [http://www.codeplex.com/PSSharePoint PowerShell SharePoint Provider] - PowerShell SharePoint Provider
* [http://bdewey.com/2007/07/18/onenote-powershell-provider/ OneNote PowerShell Provider] - OneNote PowerShell Provider
* [http://bdewey.com/2007/07/18/onenote-powershell-provider/ OneNote PowerShell Provider] {{Webarchive|url=https://web.archive.org/web/20090820055059/http://bdewey.com/2007/07/18/onenote-powershell-provider/ |date=2009-08-20 }} - OneNote PowerShell Provider
* [http://www.codeplex.com/psmobile Windows Mobile PowerShell Provider] - Windows Mobile PowerShell Provider
* [http://www.codeplex.com/psmobile Windows Mobile PowerShell Provider] - Windows Mobile PowerShell Provider


{{.NET}}
{{bahasa-komputer-stub}}
{{API Microsoft}}

{{Authority control}}


[[Kategori:Bahasa pemrograman]]
[[Kategori:Bahasa pemrograman]]
[[Kategori:Bahasa skrip]]
[[Kategori:Bahasa skrip]]
[[Kategori:Bahasa pemrograman prosedural]]
[[Kategori:Bahasa pemrograman prosedural]]
[[Kategori:Bahasa pemrograman berorientasi objek]]
[[Kategori:Alat pemrograman]]


{{bahasa-komputer-stub}}
[[cs:Windows PowerShell]]
[[de:Windows PowerShell]]
[[en:Windows PowerShell]]
[[es:Windows PowerShell]]
[[fi:Windows PowerShell]]
[[fr:Windows PowerShell]]
[[it:Windows PowerShell]]
[[ja:Windows PowerShell]]
[[ko:윈도 파워셸]]
[[nl:Windows PowerShell]]
[[pl:Windows PowerShell]]
[[pt:Windows PowerShell]]
[[ru:Windows PowerShell]]
[[uk:Windows PowerShell]]
[[zh:Windows PowerShell]]

Revisi terkini sejak 5 Juli 2023 11.18

Windows PowerShell
Contoh screenshot sesi PowerShell
Tipecommand line interface language (en) Terjemahkan, bahasa pemrograman diinterpretasi, Syel komputer, Antarmuka baris perintah, aplikasi console dan Bahasa skrip Edit nilai pada Wikidata
Nama kodeMonad dan مُناد Edit nilai pada Wikidata
Versi pertamaNovember 14, 2006
Versi stabil
7.4.3 (18 Juni 2024) Edit nilai pada Wikidata
GenreOperating system shell
LisensiMS-EULA
Bahasa
Daftar bahasa
Karakteristik teknis
Sistem operasiMicrosoft Windows, Windows Server, Ubuntu, Debian, CentOS, Red Hat Enterprise Linux, openSUSE, Fedora, Arch Linux dan macOS Edit nilai pada Wikidata
Platform.NET Framework, NET (en) Terjemahkan dan Windows Edit nilai pada Wikidata
Bahasa pemrogramanC# Edit nilai pada Wikidata
Format kode
Format berkas
Informasi pengembang
PengembangMicrosoft Corporation
DesainerJeffrey Snover (en) Terjemahkan Edit nilai pada Wikidata
Sumber kode
Informasi tambahan
Situs webWindows PowerShell
BlogBlog oficial Edit nilai pada Wikidata
Stack ExchangeEtiqueta Edit nilai pada Wikidata
Pelacakan kesalahanLaman pelacakan Edit nilai pada Wikidata
SubredditPowerShell Edit nilai pada Wikidata
Twitter: PowerShell_Team GitHub: PowerShell Edit nilai pada Wikidata
Sunting di Wikidata Sunting di Wikidata • Sunting kotak info • L • B
Info templat
Bantuan penggunaan templat ini
Windows PowerShell
Edit nilai pada Wikidata
Edit nilai pada Wikidata
ParadigmaMulti-paradigm: imperative, pipeline, object-oriented, functional, reflective
Dirancang olehJeffrey Snover, Bruce Payette (et al.)
PengembangMicrosoft Corporation
Rilis perdana2006
Tipe sistemstrong, safe, implicit, dynamic
Sistem operasiCross-platform[1]
Situs webmicrosoft.com/powershell
Repositorimicrosoft.com/powershell
Implementasi utama
Windows PowerShell, Pash[1]
Terpengaruh oleh
C#, DCL, ksh, Perl, Ruby/LISP, CL, SQL, COMMAND.COM/ cmd.exe,[2] Tcl[3]
Sunting kotak info
Sunting kotak info • L • B
Info templat
Bantuan penggunaan templat ini


Windows PowerShell, sebelumnya dinamai Microsoft Shell atau MSH (dengan nama-kode Monad) adalah sebuah command line interface atau CLI (antarmuka baris-perintah) dan bahasa scripting yang sedang dikembangkan oleh Microsoft. Antarmuka ini mirip dengan UNIX shell, tetapi produk ini dibangun atas dasar pemrograman berorientasi objek (object-oriented programming/OOP) dan kerangka Microsoft .NET, dan cakupannya sangat luas.

Microsoft sedianya bermaksud meluncurkan PowerShell bersama-sama dengan Windows Vista, tetapi belakangan menyatakan akan meluncurkannya secara terpisah. Microsoft menyatakan bahwa PowerShell akan diluncurkan pada semester kedua 2006. Windows PowerShell adalah sebuah gambaran awal dari administrasi Microsoft Exchange Server 2007 di mana segalanya akan dilakukan melalui antarmuka CLI dan administrasi GUI sebagai lapisan di atas baris perintah tersebut.

PowerShell memerlukan .NET Framework versi 2.0 dan bisa dijalankan untuk Windows XP, Windows Server 2003, Windows Vista, dan Windows Server 2008; serta akan tersedia untuk prosesor-prosesor x86, x64, dan Itanium.

Referensi[sunting | sunting sumber]

Buku[sunting | sunting sumber]

Pranala luar[sunting | sunting sumber]

Perangkat aplikasi ketiga[sunting | sunting sumber]

Pengembang PowerShell[sunting | sunting sumber]