Vssadmin resize remotely with Bigfix

Still the same…
.
waithidden cmd.exe /c mkdir "c:\Temp"
waithidden cmd.exe /c vssadmin resize shadowstorage /for=C: /on=C: /maxsize=10%>C:\Temp\vssadmin.log

in my Logfile :
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
© Copyright 2001-2005 Microsoft Corp.

Error: A Volume Shadow Copy Service component encountered an unexpected error.
Check the Application event log for more information.

In my eventlog :
Volume Shadow Copy Service error: A critical component required by the Volume Shadow Copy service is not registered. This might happened if an error occurred during Windows setup or during installation of a Shadow Copy provider. The error returned from CoCreateInstance on class with CLSID {0b5a2c52-3eb9-470a-96e2-6c6d4570e40f} and Name Coordinator is [0x80040154, Class not registered
].

I copy a similiar message because mine is in German or French so not very helpfull for you :smiley:

Maybe I need Something on my BigFix server(like a component or a service) ? I don’t undestand why it’s working in your Computer and not mine. And why it’s working localy and not remotely with bigfix

Did you tried it on a Windows 32Bits system ??

I’ve tried in a Windows 7 32Bits and it has worked. Now I must find why it’s not working on a 64Bits

I see on the following post : Deployment runs in 32 or 64 under SYSTEM?
that Bigfix run CMD.exe using 32 Bits. I think that’s the case. I will try some tricks and reply after this.

Thanks