C:\WINNT>IISRESET /?
'iisreset' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
C:\WINNT>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:\WINNT>LODCTR /?
LODCTR
拡張可能カウンタのパフォーマンス モニタ カウンタ名と説明を更新します。
使用法:
LODCTR
[\\コンピュータ名
] ファイル名
コンピュータ名には、リモート コンピュータ名を指定します。
コンピュータ名を指定しない場合は、ローカル コンピュータ名が使用されます。
ファイル名には、拡張可能カウンタ DLL の
カウンタ名の定義と説明を含む
初期化ファイル名を指定します。
LODCTR /S:<ファイル名>
現在のパフォーマンス レジストリ文字列とパフォーマンス レジストリ
情報を <ファイル名> に保存します
LODCTR /R:<ファイル名>
<ファイル名> を使ってパフォーマンス レジストリ文字列とパフォー
マンス レジストリ情報を復元します
注意: 名前に空白がある引数は、二重引用符で囲む必要があります。