0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

プリントサーバーを移行してみる(Printer server migration)

Last updated at Posted at 2020-05-20

プリンター情報(設定、ドライバーを含む)をすべて移行:

[管理ツール]、[印刷の管理]、
[プリントサーバ]>右クリック、「プリンタをファイルへエクスポート」
[管理ツール]、[印刷の管理]、
[プリントサーバ]>右クリック、「プリンタをファイルへインポート」


プリンター設定のみを移行:

プリンター設定を保存(元サーバー)
rundll32 printui.dll,PrintUIEntry /Ss /n "プリンター名" /a "settings.dat"

プリンター設定を書き込み(移行先サーバー)
rundll32 printui.dll,PrintUIEntry /Sr /n "プリンター名" /a "settings.dat" 2 7 c d u g r p

サーバーにインストールされたプリンター名一覧が欲しいときは、
wmic printer get name

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?