Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
How to Discover Host Connection by PowerShell
The following sections describe the Host Connection by PowerShell discovery.
-
Prerequisite - Set up protocol credentials
The Host Connection by PowerShell discovery solution is based on the PowerShell protocol.
For credential information, see Supported Protocols.
-
Prerequisite - Configure PowerShell
Before starting the discovery, ensure that PowerShell v2.0 or later is installed and configured on the Data Flow Probe machine. To access the installation files, see http://support.microsoft.com/kb/968929).
-
Enable PowerShell remoting:
-
Launch PowerShell v2.0 or later as an administrator.
-
Run the Enable-PSRemoting cmdlet. This starts the WinRM service and sets the startup type to Automatic, enables a firewall exception for WS-Management communications, and creates a listener to accept requests on any IP address.
Note To enable PowerShell remoting on all computers in your domain, in Domain Group Policy: Computer Configuration > Policies > Administrative Templates > Windows Components > Windows Remote Management (WinRM) > \WinRM Service, select Allow automatic configuration of listeners.
-
-
To trust all hosts, run the following from the command line:
Set-Item WSMan:\localhost\Client\TrustedHosts *
To trust only restricted IP addresses, specify the addresses in place of the asterisk (*).
-
Restart WinRM by running the following from the command line:
restart-Service winrm
Note By default, WinRM uses Kerberos for authentication. To configure WinRM for https, see http://support.microsoft.com/kb/2019527.
-
-
Run the discovery
-
Run the Range IPs by ICMP job.
-
Run the Host Connection by PowerShell job.
For details on running jobs, see "Module/Job-Based Discovery" in the HPE Universal CMDB Data Flow Management Guide.
-