Powershell Scripts (Mac OS terminal)

PHOTO EMBED

Thu Nov 11 2021 14:55:59 GMT+0000 (Coordinated Universal Time)

Saved by @mmerkley #html

// Update Powershell
brew update
brew upgrade powershell --cask

// Update WSMan
pwsh -Command 'Install-Module -Name PSWSMan'
sudo pwsh -Command 'Install-WSMan'

// Helpful Scripts
Get-Content -Path '/Volumes/C$/sitefinity/static/gulp-logs/full-log.txt' -Tail 10 -Wait
.'/Volumes/C$/PowerShellScripts/FollowPm2LogsOnDesign.ps1'
.'/Volumes/C$/PowerShellScripts/RestartGulpOnDesign.ps1'
content_copyCOPY