You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Integration, Consistency and Ecosystem driven is keys of Major Software Company for way of success
I suggest you add some native PowerShell CmdLet equal to sudo and follow sprit of windows, not follow sprint of Linux, in other word sudo define in linux world something like below
sudo (Super User DO) command in Linux is generally used as a prefix for some commands that only superusers are allowed to run.
But in windows, we do not have Super User, we have Administrator, So I think we have to make some Windows Native command for doing similar to sudo in native way
for example PowerShell command can something like Escalate-Privilege or Run-AsAdministrator
Scenario when this would be used?
in all case sudo used, and in all PowerShell native script and SysAdmins that follows windows way
Supporting information
No response
The text was updated successfully, but these errors were encountered:
soroshsabz
added
Issue-Feature
New feature or request. Complex enough to require planning and actual budgeted, scheduled work.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
labels
Jun 14, 2024
In my opinion, Sudo for Windows marks a significant advancement for users who often need elevated privileges to execute commands. Unlike Escalate-Privilege or Run-AsAdministrator, sudo saves you from long keystrokes and it's also more convenient for Linux/Unix users as they're already familiar with sudo commands. Right now, Sudo for Windows is still under development and there is other stuff that needs improvement. But honestly, sudo is way more convenient.
I think consistency is very important for powerful eco-system, so it is important to Microsoft follow PowerShell spirit in Windows CLI, when PowerShell is core of shell for Windows - Microsoft platforms
joadoumie
removed
the
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
label
Jul 10, 2024
ITNOA
Description of the new feature / enhancement
I think Integration, Consistency and Ecosystem driven is keys of Major Software Company for way of success
I suggest you add some native PowerShell CmdLet equal to sudo and follow sprit of windows, not follow sprint of Linux, in other word sudo define in linux world something like below
But in windows, we do not have Super User, we have Administrator, So I think we have to make some Windows Native command for doing similar to sudo in native way
for example PowerShell command can something like
Escalate-Privilege
orRun-AsAdministrator
Scenario when this would be used?
in all case sudo used, and in all PowerShell native script and SysAdmins that follows windows way
Supporting information
No response
The text was updated successfully, but these errors were encountered: