Hi All,
I am trying to do an smbclient listing on Vista and Windows 2008 (Beta) (Service Pack 1, v.126). With Vista, its working fine, I get the following output:
[root@localhost ~]# smbclient -L sys1
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Windows Vista (TM) Business 6000] Server=[Windows Vista (TM) Business 6.0]
Sharename Type Comment
--------- ---- -------
cli_rpc_pipe_open: cli_nt_create failed on pipe \srvsvc to machine sys1. Error was NT_STATUS_ACCESS_DENIED
Error returning browse list: NT_STATUS_ACCESS_DENIED
Anonymous login successful
Domain=[WORKGROUP] OS=[Windows Vista (TM) Business 6000] Server=[Windows Vista (TM) Business 6.0]
Server Comment
--------- -------
Workgroup Master
--------- -------
[root@localhost ~]#
However, I am getting the following error when i try it on Windows 2008:
[root@localhost ~]# smbclient -L WIN2008
Connection to WIN2008 failed
[root@localhost ~]#
Has anybody done smbclient on a Windows 2008?