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 |
|
Change configuration settings for the WSUS Web service
As part of deploying the WSUS Web service on a WSUS server, you define how SA connects and imports patches from WSUS via the WSUS Web service.
You can change your settings at any time, from the two WSUS Web service configuration files: WsusConfig.config
and Web.config
. These XML files are available on the machine that holds the WSUS server, under C:\inetpub\wwwroot\[your folder]
.
To change metadata import settings:
By default, SA imports metadata only for patches that the WSUS Administrator marked as Approved. You can edit this filter to import Declined and Not Approved patches as well.
- On the WSUS machine, go to
C:\inetpub\wwwroot\<folder_where_you_deployed_the WSUS_Web_service>
and openWsusConfig.config
. - Find the
includeApprovedUpdatesOnly
attribute and set it to False. - Save your changes and close the XML file.
- Restart the IIS site that holds the WSUS Web service.
To change connection settings:
The WsusConfig.config XML file defines the IP, port number and specifies whether the connection between the WSUS server and your WSUS Web service is secure or not. To change the connection or the URL of the WSUS Web service:
- On the WSUS machine, go to
C:\inetpub\wwwroot\<folder_where_you_deployed_the WSUS_Web_service>
and openWsusConfig.config
. - Find the
serverName
attribute and change it to use the new hostname or IP of your WSUS Web service. - Change the
port
number if required. -
Set the
secureConnection
to True if you want to create an SSL HTTPS connection between the Web service and the WSUS server. - Save your changes and close the WsusConfig.config XML file.
- Open the XML file Web.configand remove the
bindingConfiguration="secureHttpBinding
line if you want to create an HTTP connection. To create an HTTPS or both an HTTP and HTTPS connection, make sure the following line is available in the XML file:<endpoint address="" binding="webHttpBinding" bindingConfiguration="secureHttpBinding" contract="WsusREST.IWsusREST" behaviorConfiguration="web"></endpoint>
. - Go to IIS and ensure that the connection endpoints defined in the Web.config XML file mirror your current IIS binding settings. For secure HTTPS connections, make sure the Require SSL option is enabled for the following pages of the WSUS Administration node in the Connections pane: APIRemoting30, ClientWebService, DssAuthWebServicee, ServerSyncWebService and SimpleAuthWebService.
- Restart the IIS site that holds the WSUS Web service.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: