b.fourie 

By: | 3,027 downloads | Last Updated: 10/23/2019 | Latest Version: 1.2

Write-Log is a simple PowerShell Logger for your script. Write-Log write the log on the console with color (INFO/WARNING : Yellow, SUCCESS : Green,ERROR : Red, DEBUG : DarkYellow) and create and log file on the execution folder of the script. The default name of the log is YourScriptName_log.txt Usage : Write-Log [-errorLevel] {INFO | SUC... More info

By: | 145 downloads | Last Updated: 11/18/2021 | Latest Version: 1.2

SSHManagement is a module to help you to manage your SSH Server in Powershell. If you use SSH with powershell, you can save and find easily your SSH Server, by Name or Tags with SSHManagement. Usage : Get-SSHServer [[-Tag] <string>] [[-Name] <string>] [[-IP]<switch>] Add-SSHServer [-Name] <string> [-IP] <string> [[-Tags] <string[]>] Set-SSH... More info