A PSE (Plain Stupid English) way to view the log file for SmartDeploy's Client Service, without having to remember the Powershell commands
AS A SCRIPT
- Right-click the .ps1 file and choose "run with powershell."
- Specify whether the logs are on a remote computer, or the local device, and if remote, enter hostname
- Read the logs (it will display the last 50 lines, then tail the log file)
- Press CTRL + C to exit
AS A MODULE
- Choose the .psm1 instead of the .ps1 file and import it to your PowerShell profile's module's folder
- I don't know what I'm doing, so I used the $PSHome folder, created a subfolder for it, and dropped the file there.
- Call start-sdclientlog in Powershell and use as described above
Laziness, mostly. I know the get-content command but am tired of typing it in all the time.