fedaynjorge
2008-09-30 08:42:01 UTC
Hi,
We have two trsuted domain. Domain A and domain B trust fully each other.
We've just installed a server A belonging to domain A. Workstations belong to
domain B and I've created a Computer startup script to add network printers
from server A from the other domain.
When workstation are applying their configuration all of them get an access
denied error 800A0046. The line is in this way:
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\serverA\PrinterQueue"
It's likely there are a permission problem, but it's just some users trying
to install a netowrk printer from a truted domain.
I've already granted rights to Domain Users and Computer Machines from the
other domain, no way.
Thanks in advance.
We have two trsuted domain. Domain A and domain B trust fully each other.
We've just installed a server A belonging to domain A. Workstations belong to
domain B and I've created a Computer startup script to add network printers
from server A from the other domain.
When workstation are applying their configuration all of them get an access
denied error 800A0046. The line is in this way:
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.AddWindowsPrinterConnection "\\serverA\PrinterQueue"
It's likely there are a permission problem, but it's just some users trying
to install a netowrk printer from a truted domain.
I've already granted rights to Domain Users and Computer Machines from the
other domain, no way.
Thanks in advance.