Hello, Please someone tell me, what does PowerShell logo meaning? and if you know who was made it? Thanks
I dont know what the logo means but Powershell was invented by Jeffrey Snover
The prompt in PowerShell, in the console, is:
PS C:\>
Followed by a cursor, which is a sort of underscore character. So that’s what the logo is:
>_
The right angle bracket and an underscore. It’s meant to represent the command-line prompt.
Thank you Don.