C:\WINDOWS>IISRESET /?
'iisreset' is not recognized as an internal or external command,
operable program or batch file.
C:\WINDOWS>IPCONFIG /?
USAGE:
ipconfig
[/? | /all | /renew
[adapter
] | /release
[adapter
] |
/flushdns | /displaydns | /registerdns |
/showclassid adapter |
/setclassid adapter
[classid
] ]where
adapter Connection name
(wildcard characters * and ? allowed, see examples)
Options:
/? Display this help message
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
/flushdns Purges the DNS Resolver cache.
/registerdns Refreshes all DHCP leases and re-registers DNS names
/displaydns Display the contents of the DNS Resolver Cache.
/showclassid Displays all the dhcp class IDs allowed for adapter.
/setclassid Modifies the dhcp class id.
The default is to display only the IP address, subnet mask and
default gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.
For Setclassid, if no ClassId is specified, then the ClassId is removed.
Examples:
> ipconfig ... Show information.
> ipconfig /all ... Show detailed information
> ipconfig /renew ... renew all adapters
> ipconfig /renew EL* ... renew any connection that has its
name starting with EL
> ipconfig /release *Con* ... release all matching connections,
eg. "Local Area Connection 1" or
"Local Area Connection 2"
C:\WINDOWS>LODCTR /?
LODCTR
Updates Performance Monitor counter names and explain text for an extensible
counter
Usage:
LODCTR
[\\computername
] filename
computername is the name of the remote computer.
Local machine is used if computername is not specified.
filename is the name of the initialization file that contains
the counter name definitions and explain text for an extensible
counter DLL.
LODCTR /S:<FileName>
save current perf registry strings and info to <FileName>
LODCTR /R:<FileName>
restore perf registry strings and info using <FileName>
Note: any arguments with spaces in the names must be enclosed within
Double Quotation marks.