打印

[推荐] [vbscript]管理员的工具箱 <7> 启用远程计算机的shadow copy服务

本主题由 mwpq 于 2007-11-7 08:53 关闭

[vbscript]管理员的工具箱 <7> 启用远程计算机的shadow copy服务

使用范例:
) J d* Q2 z; S3 c* K, x0 V- Q: x) ^, ^
针对单台计算机' b4 e& {3 n' a6 i! W
cscript MakeShadowCopy.wsf /computer:ServerA /volume:C:\; W- q" d0 A% j: E5 Y

7 P- M+ e- z6 A8 D1 Q针对多台计算机(计算机列表存放于E:\pcs.txt)6 _ m. l6 ~4 z1 n' V+ |
cscript MakeShadowCopy.wsf /list:E:\pcs.txt /volume:E:\0 b* f7 [; C6 N7 A0 ^0 s9 Y

9 \: n. m$ D) H+ r. w" e详细使用帮助
2 }# z) ~1 x3 ^* q; i5 ]! U
+ |) V# Y S6 F qMake a shadow copy on one or more computers.
. o: y/ h( B! D% k4 G" F( _3 D
5 @& H0 l) {" P/ {6 @% @1 D5 H3 yUse only one of the following:
* I% p) J8 R# u& N7 q' O, h l: C. m /list:filename text file containing one computer name per line/ T9 W. S4 @7 P) Z
/container:nameofOU name of an OU containing computer accounts
8 [ U& S w: Y, O7 [8 W ], O) Q /computer:name run command against single specified computer/ C6 `5 |/ H! x! q5 I( C6 s

6 Q: g) C6 Z; I4 p4 a. _, M1 G% z& q$ e. n8 C' R' ?) T
/volume must be specified; /volume:c:\ will affect the C: volume.0 W: c$ Y) V: x/ G' R$ N
9 s6 ]( @0 T, V o
Be sure to include the colon and backslash in the volume name.) ^+ _$ K0 k0 I# Z
6 B+ f9 A+ l5 U/ G5 b# r
Other arguments are optional./ N. f- v: X( i
/ N! m& P- }+ q4 I/ V
Usage: cscript MakeShadowCopy.wsf [/list:value] [/container:value] [/computer:value] [/verbose] [/recurse] [/log:value] [/ping] /volume:value
3 w+ }! ]2 R6 p, L3 c. a& a0 G: Y: A7 f" \! R5 ^
Options:2 \* U4 }" B4 s
! J9 W2 o# @5 ^$ r! m) v
list : Text file to pull computer names from+ r4 d6 O) E/ h
container : OU to pull computer names from
- m& n A& a/ ~computer : Run command against single specified computer/ k7 T& q6 t+ K6 ]8 N
verbose : Display detailed messages4 z0 A& {0 ?, r/ }
recurse : Use with /container to include sub-OUs
3 s( ?1 m7 H0 K3 Z& N; J. olog : File to log names which can't be reached' ^6 r4 d0 K! C( v6 R
ping : Reduce timeout wait by pinging before attempting0 n. ?, U' o( P3 m) {2 \7 _
volume : Volume to make Shadow Copy-accessible (e.g., C:\): e2 q& M1 J' q( K! {3 X
1 k g/ s+ v. p
[ 本帖最后由 mwpq 于 2006-9-21 09:08 编辑 ]
附件: 您所在的用户组无法下载或查看附件
《无量寿经·第十八愿》言:
设我得佛,十方众生,至心信乐,欲生我国,乃至十念,若不生者,不取正觉。唯除五逆,诽谤正法。

TOP