hongbo-miao/hongbomiao.com

View on GitHub
operating-system/windows/Makefile

Summary

Maintainability
Test Coverage
# Host (macOS)
ssh:
    ssh hongbo-miao@10.211.55.39

# Windows
show-process:
    Get-Process
show-service:
    Get-Service
show-history:
    Get-History
show-connection:
    netstat
which:
    where.exe xxx

show-powershell-version:
    $PSVersionTable.PSVersion

execution-policy-get:
    Get-ExecutionPolicy
execution-policy-set:
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned