Please enable JavaScript.
Coggle requires JavaScript to display documents.
Power Shell (Why use PS? (well-integrated command-line experience,…
Power Shell
Why use PS?
well-integrated command-line experience
complete access to all of the types in the .NET framework
manipulate server and workstation components
creating a more easy syntax
secure than running VBScript or other scripting languages
Features Of PS
PowerShell Remoting
Background Jobs
Transactions
Network File Transfer
What is PS?
command-line shell
scripting language
.NET Framework
PS VS Command Prompt
PS
deeply integrates with the Windows OS
cmdlets. It can be invoked either in the runtime environment or the automation scripts
objects. So the output can be passed as an input to other cmdlets through the pipeline.
advanced regarding features, capabilities and inner functioning
Command Prompt
simple win32 application that can interact and talk with any win32 objects
No such features offer by command prompt
output generated from a cmdlet is not just a stream of text but a collection of objects
Command prompt is very basic