Microsoft
Software
Hardware
Network
Question : Collecting amount of data stored in file shares remotely
I have a list of file shares on Windows Servers and I need to get the amount of data stored inside these ones.
Is there a way to do it using VBScript or any tool available?
Answer : Collecting amount of data stored in file shares remotely
Yeah, looks like they screwed up the language setting.
You could try modifying the existing logins using:
EXEC sp_defaultlanguage
to use ~"English U.S." rather than ~"English U.K."
that *might* do it.
Random Solutions
Include C++ header files in .Net Application
SSIS Package Hangs in SQL Job
alignment question
Shared calendar does not show appointments until refreshed
Microsoft PKI Design
looking for a powerful ActionScript 3 isometric engine
Relative Size Pivot Table Macro
service restart after logrotate
XSLT and RESTful Web Services
Firefox css border on inside of div when embedding Flash with SWFObject, why?