C:\WINNT>GPUPDATE /?
Microsoft(R) Windows(R) Operating System Group Policy Refresh Utility v5.1
(C) Microsoft Corporation. All rights reserved.
説明: グループ ポリシーの設定を最新の情報に更新します。
文法: GPUpdate
[/Target:{Computer | User}
] [/Force
] [/Wait:<値>
] [/Logoff
] [/Boot
] [/Sync
] パラメータ:
値 説明
/Target:{Computer | User} ユーザーのみまたはコンピュータのみの
ポリシー設定を更新するかを指定します。
既定では、どちらのポリシー設定も更新
されます。
/Force すべてのポリシー設定を適用し直します。
既定では、設定が変更されたポリシーの
みが適用し直されます。
/Wait:{値} ポリシー処理の完了を待つ時間 (秒) を
設定します。既定は 600 秒です。
'0' は完了を待たないことを意味します。
'-1' は完ケするまで待つことを意味します。
指定された時間が経過すると、コマンド
プロンプトが返されますが、ポリシーの
処理は続行されます。
/Logoff グループ ポリシーの設定の更新完了後にログ
オフします。これは、バックグラウンド更新
サイクルではポリシーを処理しないが、ユーザー
のログオン時にポリシーを処理するクライアント
側の拡張に必要です。例としては、ユーザーを
ターゲットとした "ソフトウェアのインストール"
や "フォルダ リダイレクト" があげられます。
ログオフを必要とする拡張が呼び出されない
場合は、このオプションは影響しません。
/Boot グループ ポリシーの設定の更新完了後に再
起動します。これは、バックグラウンド更新
サイクルではポリシーを処理しないが、コン
ピュータの起動時にポリシーを処理するクラ
イアント側の拡張に必要です。例としては、
コンピュータをターゲットとした "ソフトウェ
アのインストール" があげられます。再起動を
必要とする拡張が呼び出されない場合は、この
オプションは影響しません。
/Sync 次のフォアグラウンド ポリシー アプリケー
ションを同時に実行します。フォアグラウンド
ポリシー アプリケーションはコンピュータの
起動時およびユーザーのログオン時に実行され
ます。/Target パラメータを使うと、これを
ユーザー、コンピュータ、または両方に指定する
ことができます。指定された場合 /Forceおよび
/Wait パラメータは無視されます。
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"