Implements some *-Service cmdlets for Linux systems
-
Get-Service
sudo systemctl status $name
-
Start-Service
sudo systemctl start $name
-
Stop-Service
sudo systemctl stop $name
-
Restart-Service
sudo systemctl restart $name
Implements some *-Service cmdlets for Linux systems
PowerShellGPL-3.0