GetUserName() print "Dumping level 3 information about user" info = win32net.NetUserGetInfo(server, userName, 3) for key, val in info.items(): ...
確定! 回上一頁