AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | IoT | IT Service | Network/System | NIS2 | Infra | Performance | Protocol | SaaS | Security | Service Level | Storage | Linux | VMware | VoIP | Web | Wireless | SNMP

MonitorTools.com » Administration » Powershell » Powershell 2.0 » Read-Host

Read-Host - Powershell 2.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Read-Host

Short description
Reads a line of input from the console.

Syntax


Description
The Read-Host cmdlet reads a line of input from the console. You can use it to prompt a user for input. Because you
 can save the input as a secure string, you can use this cmdlet to prompt users for secure data, such as passwords,
 as well as shared data.

M