I have developed multiple PowerShell scripts for Windows OS
Check Memory utilization Changing service state Retrieving User Information.
i want to develop the same scripts for Linux and Mac OS, is there any way i can use existing powershell scripts.
I have developed multiple PowerShell scripts for Windows OS
Check Memory utilization Changing service state Retrieving User Information.
i want to develop the same scripts for Linux and Mac OS, is there any way i can use existing powershell scripts.
You might find this link helpful:
https://www.phillipsj.net/posts/using-powershell-scripts-from-bash
It gives you a guide on how to install power shell and then some examples on how to run the powershell scripts in bash.