天极Yesky
  • 笔记本电脑
    笔记本
  • 台式电脑
    台式机
  • 手机
    手机
  • 电脑硬件DIY
    DIY硬件
  • CPU
    主板
    音箱
  • 硬盘
    显卡
    键鼠
  • 内存光驱
    显示器
    机箱电源

  • 数码相机DC
    数码相机
  • MP3播放器
    MP3/MP4
  • 数码摄像机DV
    摄像机
  • 电脑外设
    外设
  • 网络
    网络
  • 服务器
    服务器
  • 数字家庭
    数字家庭
  • 群乐
    群乐
  • 产品报价 行情 商家 新闻 评测 | 软件 设计 网页 开发 安全 论坛 E时代 游戏 图片 壁纸 下载 网摘 博客 索尼专区 Vista 科技奥运
    天极网
    Print to printers in another domain
    作者: Christine Polewarczyk
    出处:
    责任编辑:
    [ 2004-06-17 19:31 ]


    This tip was submitted to the SearchWin2000.com tip exchange by member James Robertson. Please let other users know how useful it is by rating it below.


    Have you ever needed to let a customer with a computer and user account in another domain print to your printers? This tip explains how.

    Every printer on a Windows NT or Active Directory domain has some security placed on it. Even the special "Everyone" group has some security, because it is only for the domain on which it exists. When you have users who come onto your premises and need to print, they need a way to authenticate to your print server with a domain account. This is easily accomplished by performing the following steps:

    1. Create a new user in your domain. Something like "printer." Make it a member of the domain level "guests" group and give it a simple password like "12345678" that never expires. Be sure to remove the user from any other groups. You only want this account to be a guest. That way it can't be used to hack your network.

    2. Create a simple batch file to give out. The contents should be:

      @echo off
      net use \\<printservername>\ipc$ /user:<domain>printer 12345678

      Replace <printservername> with the name of the print server the person needs access to, and, of course, change <domain> to your Windows NT or AD NetBIOS domain name.

    3. Place the batch file on the desktop or some other easily accessible location on the computer of the person who needs access to the printers on your domain.

    4. Run the batch file to authenticate to the local IPC$ share on the print server. This will allow the user to enumerate the printers on the server and to connect and print to them.

    You're all done! Every time the person comes to your office and needs to print, they just need to use the batch file to authenticate first.

    笔名:
    请您注意:

     遵守国家有关法律、法规,尊重网上道德,承担一切因您的行为而直接或间接引起的法律责任。

     天极网拥有管理笔名和留言的一切权利。
    相关内容