パラメータ
|
省略表記
|
用法
|
---|---|---|
quarantinedfile
|
qf
|
隔離ファイルを管理します
|
exceptionpath
|
ep
|
アプリケーション制御の除外対象を管理します
|
コマンド
|
パラメータ
|
説明
|
||
---|---|---|---|---|
show quarantinedfile
|
隔離ファイルの一覧を表示します
|
|||
restore quarantinedfile
|
<id> [-al] [-f]
|
指定した隔離ファイルを復元します
-al: オプションで復元したファイルを許可リストに追加します
-f: オプションで強制的にファイルを復元します
|
||
remove quarantinedfile
|
<id>
|
指定した隔離ファイルを削除します
|
||
show exceptionpath
|
アプリケーション制御の除外パスを表示します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> show exceptionpath
|
|||
add exceptionpath
|
-e <file_path>-t file
|
指定したファイルをアプリケーション制御の除外パスリストに追加します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> add exceptionpath –e c:¥sample.bat –t file
|
||
-e <folder_path>-t folder
|
指定したフォルダをアプリケーション制御の除外パスリストに追加します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> add exceptionpath –e c:¥folder –t folder
|
|||
-e <folder_path>-t folderandsub
|
指定したフォルダおよびサブフォルダをアプリケーション制御の除外パスリストに追加します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> add exceptionpath –e c:¥folder –t folderandsub
|
|||
-e <regular_expression>-t regexp
|
正規表現を使用して除外を追加します
たとえば、次のように入力します。
|
|||
remove exceptionpath
|
-e <file_path>-t file
|
指定したファイルをアプリケーション制御の除外パスリストから削除します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> remove exceptionpath –e c:¥sample.bat –t file
|
||
-e <folder_path>-t folder
|
指定したフォルダをアプリケーション制御の除外パスリストから削除します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> remove exceptionpath –e c:¥folder –t folder
|
|||
-e <folder_path>-t folderandsub
|
指定したフォルダおよびサブフォルダをアプリケーション制御の除外パスリストから削除します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> remove exceptionpath –e c:¥folder –t folderandsub
|
|||
-e <regular_expression>-t regexp
|
正規表現を使用して除外を削除します
たとえば、次のように入力します。SLCmd.exe -p <admin_password> remove exceptionpath –e c:¥¥test¥¥.* –t regexp
|
|||
test exceptionpath
|
<regular_expression> <string> -t regexp
|
正規表現が文字列に一致するかどうか確認してください
たとえば、次のように入力します。SLCmd.exe -p <admin_password> test exceptionpath C:¥¥test¥¥.*C:¥test¥sample.exe -t
regexp
|