• 0 Posts
  • 3 Comments
Joined 1 年前
cake
Cake day: 2024年6月26日

help-circle


  • I use PowerShell on Linux for work stuff. We maintain a set of Azure deployment scripts that were originally developed on PS 4 and 5 for Classic Azure. They’ve been migrated to AzureRM and now PS Core and Az. The scripts are now fully cross-platform.

    We even use some PS remoting over SSH for remotely deploying stuff on Linux VMs where we run some bash commands for configuration.

    I started with bash scripting years ago and never really used PS for Windows or exchange server admin. Just in the last decade for Azure stuff.

    Sounds weird and horrible but it’s fine.

    Bash is still home