Hi Team,
I want to know two things
1) What is the actual use of WMIC NETUSE CREATE command ?
2) If we can Map Drive in Remote System through WMIC NETUSE Create Command than How ? I tried to perform this job using few parameter passing but getting following error message:
Hint: <assignlist> = <propertyname>=<propertyvalue> [, <assignlist>].
WMIC /NODE:"Server1" /User:"domain\myusername" /Password:"mypassword" NETUSE CREATE RemotePath="\\FileServer\CommonShared",LocalName="Z:",Persistaent:"YES",AccessMask="",Comment="",ConnectionState=""
Invalid format. Hint: <assignlist> = <propertyname>=<propertyvalue> [, <assignlist>].
Regards, Brijesh Shah