1402 Deletes a configuration entry from a table.\n
1500 Adds an IP address to the IP listen list. \n
1501 \nUsage: %1!s! [ipaddress=]<IP address> \n \nParameters: \n \n Tag Value \n ipaddress - The IPv4 or IPv6 address to be added to the IP listen list. \n \nRemarks: Adds a new IP address to the IP listen list. This does not include \n the port number. The IP listen list is used to scope the list of \n addresses to which the HTTP service binds. "0.0.0.0" means any \n IPv4 address and "::" means any IPv6 address. \n \nExamples: \n \n %1!s! ipaddress=fe80::1 \n %1!s! ipaddress=1.1.1.1 \n %1!s! ipaddress=0.0.0.0 \n %1!s! ipaddress=:: \n\n
1502 Displays all the IP addresses in the IP listen list.\n
1503 \nUsage: %1!s! \n \nRemarks: Lists all IP addresses in the IP listen list. The IP listen list \n is used to scope the list of addresses to which the HTTP service \n binds. "0.0.0.0" means any IPv4 address and "::" means \n any IPv6 address. \n\n
1504 Deletes an IP address from the IP listen list. \n
1505 \nUsage: %1!s! [ipaddress=]<IP address> \n \nParameters: \n \n Tag Value \n ipaddress - The IPv4 or IPv6 address to be deleted from the IP Listen \n list. This does not include the port number. \n \nRemarks: Deletes an IP address from the IP listen list. The IP listen list \n is used to scope the list of addresses to which the HTTP service \n binds. \n \nExamples: \n \n %1!s! ipaddress=fe80::1 \n %1!s! ipaddress=1.1.1.1 \n %1!s! ipaddress=0.0.0.0 \n %1!s! ipaddress=:: \n\n
1600 Adds an URL reservation entry. \n
1601 \nUsage: %1!s! [url=]<string> \n [ [user=]<string> \n [ [listen=]yes|no [delegate=]yes|no ] \n | \n [sddl=]<string> \n ]\n \nParameters: \n \n Tag Value \n url - The fully qualified URL \n user - The user or user-group name \n listen - One of the following values: \n yes: Allow the user to register URLs. This is the Default value. \n no: Deny the user from registering URLs \n delegate - One of the following values: \n yes: Allow the user to delegate URLs \n no: Deny the user from delegating URLs. This is the default value. \n sddl - SDDL string that describes the DACL \n \nRemarks: This command reserves the URL for non-administrator users and \n accounts. The DACL can be specified by using an NT account name \n with the listen and delegate parameters or by using an SDDL string. \n \nExample: \n \n %1!s! url=http://+:80/MyUri user=DOMAIN\user \n %1!s! url=http://www.contoso.com:80/MyUri user=DOMAIN\user listen=yes \n %1!s! url=http://www.contoso.com:80/MyUri user=DOMAIN\user delegate=no \n %1!s! url=http://+:80/MyUri sddl=... \n\n
1602 Displays URL namespace reservations. \n
1603 \nUsage: %1!s! [url=]<string> \n \nParameters: \n \n Tag Value \n url - The fully qualified URL. If unspecified, implies all URLs. \n \nRemarks: This command lists DACLs for the specified reserved URL or all \n reserved URLs. \n \nExample: \n \n %1!s! url=http://+:80/MyUri \n %1!s! url=http://www.contoso.com:80/MyUri \n %1!s! \n\n
1604 Deletes a URL reservation. \n
1605 \nUsage: %1!s! [url=]<string> \n \nParameters: \n \n Tag Value \n url - The fully qualified URL to be deleted. \n \nRemarks: This command deletes a reserved URL. \n \nExamples: \n \n %1!s! url=http://+:80/MyUri \n %1!s! url=http://www.contoso.com:80/MyUri \n\n
1700 Adds a SSL server certificate binding for an IP address and port.\n
1701 \nUsage: %1!s! [ipport=]<IP Address:port> \n [certhash=]<string> \n [appid=]<GUID> \n [[certstorename=]<string> \n [verifyclientcertrevocation=]enable|disable \n [verifyrevocationwithcachedclientcertonly=]enable|disable \n [usagecheck=]enable|disable \n [revocationfreshnesstime=]<u-int> \n [urlretrievaltimeout=]<u-int> \n [sslctlidentifier=]<string> \n [sslctlstorename=]<string> \n [dsmapperusage=]enable|disable \n [clientcertnegotiation=]enable|disable] \n \nParameters: \n \n Tag Value \n\n address - IP address and port for the binding. \n hash - The SHA hash of the certificate. This hash \n is 20 bytes long and specified as a hex \n string. \n guid - GUID to identify the owning application. \n certstorename - Store name for the certificate. Defaults \n to MY. Certificate must be stored in the \n local machine context. \n verifyclientcertrevocation - Turns on/off verification of revocation \n of client certificates. \n verifyrevocationwithcachedclientcertonly - Turns on/off usage of \n only cached client \n certificate for revocation checking. \n usagecheck - Turns on/off usage check. Default is enabled. \n revocationfreshnesstime - Time interval to check for an updated \n certificate revocation list (CRL). If this \n value is 0, then the new CRL is updated \n only if the previous one expires. (in \n seconds) \n urlretrievaltimeout - Timeout on attempt to retrieve certificate \n revocation list for the remote URL. \n (in milliseconds) \n sslctlidentifier - List the certificate issuers that can \n be trusted. This list can be a subset of \n the certificate issuers that are trusted \n by the machine. \n sslctlstorename - Store name under LOCAL_MACHINE where \n SslCtlIdentifier is stored. \n dsmapperusage - Turns on/off DS mappers. Default is \n disabled. \n clientcertnegotiation - Turns on/off negotiation of certificate. \n Default is disabled. \n \nRemarks: adds a new SSL server certificate binding and corresponding client \n certificate policies for an IP address and port. \n\nExamples: \n \n %1!s! ipport=1.1.1.1:443 certhash=0102030405060708090A0B0C0D0E0F1011121314 appid={00112233-4455-6677-8899-AABBCCDDEEFF} \n\n
1702 Displays SSL certificate bindings for an IP address and port. \n
1703 \nUsage: %1!s! [ipport=]<IP Address:port> \n \nParameters: \n \n Tag Value \n ipport - The IPv4 or IPv6 address and port for which the SSL \n certificate bindings will be displayed. Not specifying an \n ipport lists all bindings. \n \nRemarks: lists SSL server certificate bindings and corresponding client \n certificate policies for an IP address and port. \n \n \nExamples: \n \n %1!s! ipport=[fe80::1]:443 \n %1!s! ipport=1.1.1.1:443 \n %1!s! ipport=0.0.0.0:443 \n %1!s! ipport=[::]:443 \n %1!s! \n\n\n
1704 Deletes SSL certificate bindings for an IP address and port.\n
1705 \nUsage: %1!s! [ipport=]<IP Address:port> \n \nParameters: \n \n Tag Value \n ipport - The IPv4 or IPv6 address and port for which the SSL \n certificate bindings will be deleted. \n \nRemarks: deletes SSL server certificate bindings and corresponding client \n certificate policies for an IP address and port.\n \nExamples: \n \n %1!s! ipport=1.1.1.1:443 \n %1!s! ipport=0.0.0.0:443 \n %1!s! ipport=[::]:443 \n\n
1800 Shows a snapshot of the HTTP service.\n
1801 \nUsage: %1!s! [[view=]session|requestq] [[verbose=]yes|no] \n \nParameters: \n \n Tag Value \n view - View snapshot of HTTP service state based on server \n session or request queues. \n verbose - View verbose information showing property information too. \n \nRemarks: Shows a snapshot of the HTTP service. \n \nExamples: \n %1!s! view="session" \n %1!s! view="requestq" \n\n
1810 Deletes entries from the HTTP service kernel URI cache.\n
1811 \nUsage: %1!s! [[url=]<string> [[recursive=]yes|no]]] \n \nParameters: \n \n Tag Value \n url - Fully qualified URL. \n recursive - If yes, removes all entries under the specified url \n \nRemarks: This command flushes the entire URI cache or deletes entries per specified URI. \n \nExamples: \n %1!s! url=http://www.contoso.com:80/myresource/ recursive=yes \n %1!s! \n\n
1900 \nSnapshot of HTTP service state (Server Session View): \n----------------------------------------------------- \n\n
1901 Server session ID: %1!I64X!\n
1902 State: %1!ws!\n
1903 Properties:\n
1904 Max bandwidth: %1!u!\n
1905 Timeouts:\n
1906 URL groups:\n
1907 URL group ID: %1!I64X!\n
1908 Request queue name: %1!ws!\n
1909 Number of registered URLs: %1!u!\n
1910 Registered URLs:\n
1911 Max connections: %1!u!\n
1912
1913 Request queues:\n
1914 Number of requests: %1!u!\n
1915 Max requests: %1!u!\n
1916 Number of active processes attached: %1!u!\n
1917 Process IDs:\n
1918 %1!u!\n
1919 Version: %1!d!.%2!d!\n
1921 \nSnapshot of HTTP service state (Request Queue View): \n----------------------------------------------------- \n\n
1922 Entity body timeout (secs): %1!u!\n
1923 Drain entity body timeout (secs): %1!u!\n
1924 Request queue timeout (secs): %1!u!\n
1925 Idle connection timeout (secs): %1!u!\n
1926 Header wait timeout (secs): %1!u!\n
1927 Minimum send rate (bytes/sec): %1!u!\n
1929
1930
1931
1932
1933 %1!ws!\n
1934 Controller process ID: %1!u!\n
1935 Logging information:\n
1936 Log directory: %1!ws!\n
1937 Log format: %1!d!\n
1938 Request queue name: Request queue is unnamed.\n
1939 Timeout values inherited\n
1940 Authentication Configuration:\n
1941 Authentication schemes enabled:\n
1942 Basic\n
1943 Digest\n
1944 NTLM\n
1945 Negotiate\n
1946 Authentication settings:\n
1947 Receive mutual authentication data\n
1948 Receive context handle\n
1949 Disable NTLM credential caching\n
1950 Basic realm name: %1!ws!\n
1951 Digest realm name: %1!ws!\n
1952 Digest domain name: %1!ws!\n
1953 Request queue 503 verbosity level: %1!ws!\n
1954 Basic
1955 Limited
1956 Full
1958 No request queue bound.\n
1959 Max bandwidth: inherited\n
1960 Max connections: inherited\n
2000 \nSnapshot of HTTP response cache: \n-------------------------------- \n\n
2001 \nThere were no cache entries corresponding to the provided URL\n\n
2013 \nHTTP service timeouts: \n---------------------- \n\n
2014 Idle connection timeout (secs): %1!u!\n
2015 Header wait timeout (secs): %1!u!\n
2016 No cache
2017 User invalidates
2018 Time to live
2019 \nTimeout value successfully added\n
2020 \nTimeout value add failed\n
2021 \nTimeout value successfully deleted\n
2022 \nTimeout value delete failed, Error: %1!u!\n
2100 Lists cached URI resources and their associated properties.\n
2101 \nUsage: %1!s! [[url=]<string>] \n \nParameters: \n \n Tag Value \n url - Fully qualified URL. If unspecified, implies all\n URLs. The URL could also be a prefix to registered URLs \n \nRemarks: This command lists all resources and their associated properties \n that are cached in HTTP response cache or displays a single \n resource and its associated properties. \n \nExamples: \n %1!s! url=http://www.contoso.com:80/myresource \n %1!s! \n\n
2200 Adds a global timeout to the service.\n
2201 \nUsage: %1!s! [timeouttype=]idleconnectiontimeout|headerwaittimeout \n [value=]<u-short> \n \nParameters: \n \n Tag Value \n timeouttype - Type of timeout for setting. \n value - Value of the timeout (in seconds). If value is in \n hex, then add the prefix 0x. \n \nRemarks: Adds a global timeout to the service. \n\nExamples: \n \n %1!s! timeouttype=idleconnectiontimeout value=120 \n %1!s! timeouttype=headerwaittimeout value=0x40 \n\n
2202 Deletes a global timeout. \n
2203 \nUsage: %1!s! [timeouttype=]idleconnectiontimeout|headerwaittimeout \n \nParameters: \n \n Tag Value \n timeouttype - Type of timeout for setting. \n \nRemarks: deletes a global timeout and makes the service revert to default \n values. \n \nExamples: \n \n %1!s! timeouttype=idleconnectiontimeout \n %1!s! timeouttype=headerwaittimeout \n\n
2204 Shows the timeout values of the service.\n
2205 \nUsage: %1!s! \n \nRemarks: Shows the timeout values of the service (in seconds). \n \nExamples: \n %1!s! \n\n
2206 Flushes internal data.\n
2207 Flushes the internal buffers for the log files.\n
2208 \nUsage: %1!s! \n \nRemarks: This commands flushes the internal buffers for the log files. \n \nExamples: \n %1!s! \n\n