Changeing preferences on network printer queue with Powershell

Hi,
I found a script on this page - http://gallery.technet.microsoft.com/scriptcenter/878e6bac-e2a1-4502-9333-5b1420f8b957 - that I am trying to adapt to work on my users computers and not only on servers. But I can't seem to figure out how to get a reference
to the network attached printers and change their preferences on the computer, the script only get the local ones.
The goal is to use only a portion of the script as a logon script for some users that need onesided printing as default.
param ($ChangeProp)
$host.Runspace.ThreadOptions = "ReuseThread"
Add-Type -AssemblyName System.Printing
$permissions = [System.Printing.PrintSystemDesiredAccess]::AdministrateServer
$queueperms = [System.Printing.PrintSystemDesiredAccess]::AdministratePrinter
$server = new-object System.Printing.PrintServer -argumentList $permissions
$queues = $server.GetPrintQueues()
function SetProp($capability, $property, $enumeration)
if ($PrintCaps.$capability.Contains($property))
$q2.DefaultPrintTicket.$enumeration = $property
$q2.commit()
write-host ($q.Name +" is now configured for " + $property)
write-host (" ")
else
write-host ($q.Name +" does not support " + $property)
write-host (" ")
try {
foreach ($q in $queues)
#Get edit Permissions on the Queue
$q2 = new-object System.Printing.PrintQueue -argumentList $server,$q.Name,1,$queueperms
# Get Capabilities Object for the Print Queue
$PrintCaps = $q2.GetPrintCapabilities()
switch ($ChangeProp)
{$_ -eq "twosided"}
SetProp DuplexingCapability TwoSidedLongEdge Duplexing
break
{$_ -eq "onesided"}
SetProp DuplexingCapability onesided Duplexing
break
{$_ -eq "mono"}
SetProp OutputColorCapability monochrome OutputColor
break
{$_ -eq "color"}
SetProp OutputColorCapability color OutputColor
break
{$_ -eq "staple"}
SetProp StaplingCapability StapleTopLeft Stapling
break
{$_ -eq "show"}
$DefaultTicket = $q2.DefaultPrintTicket
$TicketProps = $DefaultTicket | Get-Member -MemberType Property
write-host (" ")
write-host ($q.name)
foreach ($p in $TicketProps)
$PName = $p.name
$PropValue = $DefaultTicket.$PName
write-host ($p.name + " = " + $PropValue)
default
Write-Host ("$_ is not a valid parameter")
exit
catch [System.Management.Automation.RuntimeException]
write-host ("Exception: " + $_.Exception.GetType().FullName)
write-host $_.Exception.Message

Ok, I want to run this (some...) script on a users computer, not on a server, to be able to change their printer preferences. In this case, a network attached printer with duplex default from the server would get simplex as default.
We don't want to set up different queues on the server for different default settings. That's why we are trying with a script.
Running your script against my computer gets me (trimmed down a bit):
Get-ServerQueues -server it228d
InPartialTrust : False
ClientPrintSchemaVersion : 1
IsXpsDevice :
IsPublished : False
IsRawOnlyEnabled : False
IsBidiEnabled : False
ScheduleCompletedJobsFirst : True
KeepPrintedJobs : False
IsDevQueryEnabled : False
IsHidden : False
IsShared : False
IsDirect : False
IsQueued : False
QueueAttributes : 528
QueueStatus :
FullName : \\it228d\Skicka till OneNote 2010
HostingPrintServer : System.Printing.PrintServer
QueuePrintProcessor : System.Printing.PrintProcessor
QueuePort : System.Printing.PrintPort
QueueDriver : System.Printing.PrintDriver
DefaultPrintTicket :
UserPrintTicket :
SeparatorFile :
Description : \\it228d\Skicka till OneNote 2010,Send To Microsoft OneNote 2010 Driv
er,
Location :
Comment :
ShareName :
NumberOfJobs :
AveragePagesPerMinute :
UntilTimeOfDay : 60
StartTimeOfDay : 60
DefaultPriority :
Name : Skicka till OneNote 2010
Priority : 1
CurrentJobSettings :
PrintingIsCancelled : False
Parent :
PropertiesCollection : {UserPrintTicket, IsXpsEnabled, Description, Name...}
InPartialTrust : False
ClientPrintSchemaVersion : 1
IsXpsDevice : False
IsPublished : False
HasToner : True
IsTonerLow : False
IsWarmingUp : False
IsInitializing : False
IsProcessing : False
IsWaiting : False
IsNotAvailable : False
IsOutputBinFull : False
IsPrinting : False
IsBusy : False
IsIOActive : False
IsOffline : False
HasPaperProblem : False
IsManualFeedRequired : False
IsOutOfPaper : False
IsPaperJammed : False
IsPendingDeletion : False
IsInError : False
IsPaused : False
QueueAttributes : 16
QueueStatus : None
FullName : \\it228d\PDFCreator
HostingPrintServer : System.Printing.PrintServer
QueuePrintProcessor : System.Printing.PrintProcessor
QueuePort : System.Printing.PrintPort
QueueDriver : System.Printing.PrintDriver
DefaultPrintTicket : System.Printing.PrintTicket
UserPrintTicket : System.Printing.PrintTicket
SeparatorFile :
Description : \\it228d\PDFCreator,PDFCreator,
Location :
Comment : eDoc Printer
ShareName : PDFCreator
NumberOfJobs : 0
AveragePagesPerMinute : 0
UntilTimeOfDay : 60
StartTimeOfDay : 60
DefaultPriority : 1
Name : PDFCreator
Priority : 1
CurrentJobSettings : System.Printing.PrintJobSettings
PrintingIsCancelled : False
Parent :
PropertiesCollection : {UserPrintTicket, IsXpsEnabled, Description, Name...}
InPartialTrust : False
ClientPrintSchemaVersion : 1
IsXpsDevice : False
IsPublished : False
IsRawOnlyEnabled : False
IsBidiEnabled : False
ScheduleCompletedJobsFirst : True
KeepPrintedJobs : False
IsDevQueryEnabled : False
IsPendingDeletion : False
IsInError : False
IsPaused : False
QueueAttributes : 528
QueueStatus : None
FullName : \\it228d\Microsoft XPS Document Writer
HostingPrintServer : System.Printing.PrintServer
QueuePrintProcessor : System.Printing.PrintProcessor
QueuePort : System.Printing.PrintPort
QueueDriver : System.Printing.PrintDriver
DefaultPrintTicket : System.Printing.PrintTicket
UserPrintTicket : System.Printing.PrintTicket
SeparatorFile :
Description : \\it228d\Microsoft XPS Document Writer,Microsoft XPS Document Writer,
Location :
Comment :
ShareName :
NumberOfJobs : 0
AveragePagesPerMinute : 0
UntilTimeOfDay : 60
StartTimeOfDay : 60
DefaultPriority : 0
Name : Microsoft XPS Document Writer
Priority : 1
CurrentJobSettings : System.Printing.PrintJobSettings
PrintingIsCancelled : False
Parent :
PropertiesCollection : {UserPrintTicket, IsXpsEnabled, Description, Name...}
But on my computer I have four network printers that is not listed. And those are the ones I want to change the preferences on. Is there a way to do this?

Similar Messages

  • How to share 10.6 OSX Server print queue with Windows 7 successfully?

    I used Bonjour Print Services for a Windows 7 machine (http://support.apple.com/kb/dl999) to successfully connect to a Mac OX Server 10.6 print queue, and the following message is generated in the print log and CUPS log,
    "POST/printers/stormoncecar/ HTTP/ 1.1" 200 2205 Print-Job Successful-OK
    There are no errors, however, nothing comes out of the printer.  It works for all the Mac OS Client machines, but not for any of the Windows 7 machines.
    How to share print queue with Windows 7 successfully?

    I'm back on this problem.  I thought I would give more details as I still can't print. 
    Operating System: 10.6.8
    Driver for Canon LBP6750 UFRII prints from Mac and prints from Windows 7.  However, printing from Windows 7 as you share the printer from your Mac does not print out anything and has no errors.
    JOB INFO
    Completed smbprn.00000004 Microsoft Word - Document 1 3:43PM Today 3:43PM Name
    CUPS > access_log
    localhost - - [01/Feb/2012:15:43:33 +0900] "POST /printers/FLOOD_6750_UFR HTTP/1.1" 401 2003 Print-Job successful-ok
    localhost - lino [01/Feb/2012:15:43:33 +0900] "POST /printers/FLOOD_6750_UFR HTTP/1.1" 200 2003 Print-Job successful-ok
    CONSOLE MESSAGES
    2/1/12 3:47:45 PM    com.apple.launchd.peruser.501[
    200]    (jp.co.canon.UFR2.BackGrounder[664]) posix_spawn("/Library/Printers/Canon/UFR2/Utilities/UFR II BackGrounder.app/Contents/MacOS/UFR II BackGrounder", ...): No such file or directory

  • Network Printing Problems with Windows 8.1 and HP 8600 Officejet Pro

    I can not print or scan from my Dell 2720 after the system has gone to sleep.  My printer shows as connected to my network.  Most time I have to completely restart my PC to get it to work but even that doesn't correct the issue most time.  I have removed and reinstalled the printer at least a dozen times and updated the drivers several times.  Also another oddity - my router is a dual-band (2.4 & 5 GHz) and my printer only connects to the 2.4 GHz connection which I understand is normal but any device attempting to print must be connect to the 5GHz band or nothing will print.  So essentially I have two problems.  Any suggestions?

    Hi @mhmost,
    I would be happy to help you print to your 8600. Running the Print and Scan Doctor might help. The HP Print and Scan Doctor is a free utility (tool) that helps to quickly resolve common printing, scanning and connectivity issues including but not limited to:
    Connectivity:
    USB: Verifies that the USB connection from your computer to the HP product is working correctly.
    Network: Verifies that the network connection between your computer and your network is working correctly.
    Device Status Test: Checks for device errors such as out of paper, paper jams, carriage stalls, and paper feed issues, and then provides instructions for fixing the error.
    Driver Check: Checks for missing or corrupt driver files.
    Device Manager: Checks for problems in Device Manager that would prevent printing.
    Device Online: Checks if the product has been paused or set to offline, and then sets the status back to online if necessary.
    Print Queue: Checks for and clears pending print jobs in the print queue (a log of print jobs waiting to print).
    Port Match: Checks the port settings for the HP product.
    Device Conflicts: Checks for conflicts with other drivers, such as other printer brands.
    Ink Issues: Checks the cartridges and ink levels for issues that affect print quality.
    Print Settings: Checks and adjusts the print quality settings.
    Test Print: Prints a test page for print quality evaluation, and provides options for cleaning and aligning the printhead if necessary.
    Scan Tests: Checks the scan mechanism, drivers, and registry entries.
    Source:Try the HP Print and Scan Doctor for Windows
    Click here to download and run the Print and Scan Doctor> >>>>> www.hp.com/go/tools
    If that does not resolve the issue, post back and let me know if there are any symbols other than green check marks and what they are next to of course. The wrench is not always easy to spot as the wrench and the check mart are in the green circle.
    If you see only green check marks (), the tool did not find any problems.
    If you see green wrenches (), the utility identified an issue and corrected it automatically.
    If you see yellow exclamation points (), the test failed and required user action, but the step was skipped.
    If you see a red X (), follow the on-screen instructions to resolve the issue.
    As for the frequency, you are correct, the printer will not work over the 5.0GHz frequency, only with the 2.GHz.I suggest disabling the 5.0 frequency, and running on only the 2.4.
    Thanks, I look forward to hearing back from you.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Network printing problem with Snow Leopard

    Hi everybody,
    I am setting up a home network, mostly wired, with XP desktop and Macbook Pro (SL) and so far everything is OK except for the printer.
    It’s a Canon Pixma IP3000 plugged over USB on a D-link router (604UP) configured as a switch.
    * This printer works over the network with any XP computer. All I need is the router IP (192.168.1.3) and the queue name (lp1);
    * This printer works over the network with the Macbook on virtual OS (XP on Parallels desktop), same parameters as above;
    * This printer works with the Macbook on Snow Leopard when connected over USB (with the latest drivers from Apple BTW);
    * This printer doesn’t work over network with the Macbook on Snow Leopard.
    I have already tried several fixes and none worked so far. In the “Add printer windows”:
    * The default tab shows nothing;
    * The Windows tab shows my workgroup and the XP computers and that’s it;
    * A manual configuration with the IP tab, using IP “192.168.1.3” and “lp1” for queue stops when I select the printer driver : a small windows pops up a tenth of second and I am brought back to the “select the printer software” list;
    * A manual configuration with the Advanced tab using the address smb://192.168.1.3/ip3000 brings back a “NTSTATUS_ACCESSDENIED” error, that’s the best I got right now. I have tried several variant with different printer name or adding the workgroup name in the address, to no effect.
    As the printer is connected to a router and not another computer, I don’t have any username or password. Or have I ?
    Or it could be something very stupid as I am newb to networking and Mac OS X. Anyway I am lost and I thank you in advance.

    Hello monsieurpaul and welcome to Apple Discussions.
    As strange as it may seem, the error can be caused by the driver. The Canon driver for your model has not been designed to work with mixed networks. It will only work with a direct USB connection to the Mac. When connected to the Dlink router, the driver cannot communicate correctly with the printer and will cause all sorts of errors. Therefore you need to use a CUPS based driver, such as those provided by Gutenprint.
    So, I would add the printer queue again, using the same configuration that Windows uses (IP - 192.168.1.3/lp1) but for the Print Using menu, type 3000 and select the entry showing 'Canon PIXMA iP3000 - Gutenprint'.
    Hope this helps.
    Pahu

  • Printing multiple copies of a document on a remote network printer queue

    Hello,
    We have migrated our main production instance (ECC6) from HP-UX to AIX 6.1, went live on monday.
    Printers are defined like this:
    SAP prints to the local operating system (C)
    Local print queues are defined which point to remote printers still currently located on a HP UX server. Nothing was changed on this one.
    Now since the migration on AIX, the parameter for multiple copies of a document is ignored, if we select for example 4 copies on the SAP print screen, only 1 copy is printed. It worked perfectly fine when the instance was on HP UX.
    Seems that the lp command on AIX does not pass the optional parameters when printing on a remote printer (was acknowledged by AIX support), and if we issue manually on AIX a lp command with parameter -n2 for example, only one copy is indeed printed.
    I wonder if there is a simple workaround to this problem since it must be quite common? I didn't find anything here or in the Sap notes.
    Thanks.

    Thanks, but the idea is to get it to work without additional products since it worked fine under HP UX.
    Seems the AIX administrator has found a workaround with modifying the queue definitions in qconfig, to be BSD style... tests in progress

  • Attempting to write Applescript to create network print queues

    I work for a university in the U.S. and I am attempting to create an Apple Script that will be used to add network printers to over 500 Macs. As part of the setup script, I need to be able to retrieve the user's Windows domain login, which may or may not be same as their local login (that's an entirely separate project), and I will need to ask the user for a name of the nearest printer to them.
    I successfully created a bash shell script that does the job, but management would like for the interface to be 'cleaner' and don't want to have users go to a terminal to run the printer setup. I've managed to translate some of the shell script to Apple script, and what I've got so far makes the login and printer information retrieval 'cleaner'. Unfortunately, I'm not sure how to finish the rest of it in order for me to setup the print queues using the data gathered during the set part of the script.
    Here is the shell script:
    #!/bin/bash
    #get login from user
    echo "Type your network login:"
    read login
    stty_orig='stty -g'
    echo "Enter the name of a nearby Canon Printer:"
    read canonprint
    #add the print queues
    echo "Adding unsecured Canon print queue"
    lpadmin -p CanonPrint -v lpd://$login@printserver/$canonprint -P /Library/Printers/PPDs/Contents/Resources/CNMCIRAC5250S2.ppd.gz -E
    echo "Adding secured Canon print queue"
    lpadmin -p CanonPrintSecure -v lpd://$login@printserver/CanonPrint-Secure -P /Library/Printers/PPDs/Contents/Resources/CNMCIRAC5250S2.ppd.gz -E
    exit 0
    So far, I've got this much written up in Apple Script:
    set Login to ""
    set CanonPrint to ""
    set dialog_1 to display dialog "Enter your login" default answer "" buttons {"OK"} default button 1
    set dialog_2 to display dialog "Enter the name of a nearby Canon printer" default answer "" buttons {"OK"} default button 1
    set SUNetID to the text returned of dialog_1
    set CanonPrint to the text returned of dialog_2
    Any help would be greatly appreciated!

    Use do shell script
    set nLogin to text returned of (display dialog "Please enter network login" with icon note default answer "" with title "Network login" with hidden answer)
    set CanonPrint to text returned of (display dialog "Enter the name of a nearby Canon Printer" with icon note default answer "" with title "Canon Printer")
    set stty_orig to do shell script "stty_orig -g"
    do shell script "lpadmin -p" & space & CanonPrint & space & "-v lpd://$login@printserver/$canonprint -P /Library/Printers/PPDs/Contents/Resources/CNMCIRAC5250S2.ppd.gz -E"

  • How to get my dell network printer working with wrt54g2

    We have 3 PC's and a network printer, everything worked like a charm as soon as We replaced the router. How can We get the printer to work again on the network? We are able to see it on the magic network map, but when We try to print it says its offline??
    Thanks for the help.

    gabster wrote:
    We have 3 PC's and a network printer, everything worked like a charm as soon as We replaced the router. How can We get the printer to work again on the network? We are able to see it on the magic network map, but when We try to print it says its offline??
    Thanks for the help.
    Try running your printer's install program again.  Changes are when you replaced the router, the printer's IP address changed.

  • Can't Stop Print Queue with HP J3680

    I've been using an HP J3680 Officejet for several years. I hadn't noticed this problem until recently: I can't stop a print job after it has begun. There is no HP software that is pertinent. I've tried opening Print & Fax in System Preferences, then clicking on Open Print Queue, and nothing happens. Even if I power down, the job continues on Restart. All the latest drivers have installed via the AppStore. Does anyone have a similar tale of woe, or suggestions? Thank you.

    The most effective thing I've found is the CUPS internal admin web page - jobs tab.
    get to it here:
    http://localhost:631
    Forgot to tell you - if it says you can't access that internal page, type this command in the Terminal:
    cupsctl WebInterface=yes

  • How to get all the recipients of a server queue with powershell

    Hello,
    I have a queue who remains "full" because there was a bounce email sent to invalid addresses. I am looking for an easy way to list all the recipients with invalid addresses.
    I can have the list of emails in the queue with this command :
    get-queue -identity ServerName\Shadow\37057 | get-message
    But I am unable to list the recipient address with this one :
    get-queue -identity POST1MTY\Shadow\37057 | get-message -IncludeRecipient
    Can somebody help me with this ?
    Thank you in advance for your help.
    zigune

    Hi zigune,
    Thank you for your question.
    We could try to the following command to get the recipient address:
    Get-MessageTrackingLog –server “servername” | FL sender,Event-id,recipients | export-csv C:\test\test.csv
    Then, we could use log parser to view csv file for invalid recipient address, we could download log parser tool by the following link:
    http://www.microsoft.com/en-us/download/details.aspx?id=24659
    In other way, we could also try adding the “-IncludeRecipientInfo” in command:
    http://technet.microsoft.com/en-us/library/bb124738(v=exchg.150).aspx
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim

  • Monitor Print Queue with java program

    I'm plan to write a client/server based application which control the printing for every user. I've no idea how to start on the application.
    1. Is it possible to monitor the print queue or print job using java application?
    2. How does the server react if the client sending the print job to there? How's the client can trigger the signal during printing and send to the server?
    Thank you!

    I'm plan to write a client/server based application
    which control the printing for every user. I've no
    idea how to start on the application.You should establish feasibility first, before planning to write anything
    1. Is it possible to monitor the print queue or print
    job using java application?Not really. Print queues are highly system-dependent things and some e.g. Windows can really only be accessed via system calls in a native language.
    2. How does the server react if the client sending
    the print job to there?Err, it prints the file?
    How's the client can trigger the signal during printing and send to the server? What signal?
    But I suspect the answer to the first question makes the others irrelevant.

  • HP Photosmart Premium c309g wireless network printing problem with 64bit Windows 7

    A problem exists where the c309g is installed on a wireless network where one of the PCs on the network is running 64bit Windows 7.  Amongst other things, the printer may print very slowly, appear disconnected or unavailable through the HP Solutions Centre and may not be pingable from any of the PCs on the network.  The problem will affect ALL the PCs on the network !
     Network monitoring software will also show an enormous level of network traffic between the printer and the Windows 7 PC.  As soon as the Windows 7 PC is switched off, everything returns to normal. 
    The problem is solved by disabling the HP Network Devices Support Service on the Windows 7 PC as follows;
    Run services.msc from the Run command on the Windows 7 PC.  This will display the list of all the local services running on the PC together with Description, Status and Startup Type information for  each.
    Scroll down the list until you see the HP Network Devices Support Service.
    Right click on it and select Properties to bring up the Properties window.
    Use the dropdown list to Change the Startup Type to Disabled.
    Once disabled, the printer will start to work normally.  HP are aware of this problem which may be unique to the 64bit version of Windows 7.

    Thanks but no luck... I tried it..... Got back from son's baseball game.. checked on printer - as in tried to have printer print something... nothing...   prior to going out I went ahead and deleted the 6  c309 print devices and reinstalled a new one and got the printer to work...  after the game it was back to ignoring print commands...  When I go to printers there again are 6 print devices for this printer - one titled HP Photsmart Premium C309 g-m... then 4 copies of that and then one version titled HP0AC58C (HP Photosmart Premium C309g-m).
    As I just finished writting that... the printer came alive and started printing some previous jobs... so maybe it helped - not sure but what about the 6 versions of print devices?   I just checked the statuses of all the versions and the default is offline... the various copies have different amounts in que but have a pending status of pending deletion...  When I tried to make one of the other copies the default printer - it errors out with  0x00000709

  • Photosmart C6280 stopped responding to network printing queue

    photosmart C6280 connected to network with ethernet cable -- print jobs stuck in queue and printer does not respond.
    Suggestions?

    JoeRiley wrote:
    boykot wrote:
    to remove the print jobs stuck on qeue, go to the printers and faxes
    double click on the printer driver
    a window will come up
    click on printer button
    click cancel all documents
    you might also need to restart the printer spooler
    to do that, click on start
    click run
    type services.msc
    look for print spooler and right click on it and click restart
    Good Luck!!!
    keep me informed please...
    Re-spooling sounds a  good idea, but I have Vista Home premium on my PC, and clicking on 'Start' doesn't yield a 'Run' option, so I don't seem to  have an option to type in ''services.msc" .  Grateful for any suggestions.
    Well you should see a Search box at the bottom of the Start menu. It acts like the Run box. You can type 'services.msc' or simply 'Services' in it. Or, you can also press the Win + R keys to bring up the Run window.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Network Printing issues with HP DeskJet 3054A

    Basically I'm not able to get past the wireless setup - I get the unable to find  printer error.  I've tried to set it up with and without the USB cable. I was able to print using the USB cable, but not wirelessly.  I used the WPS option to connect my printer to my network, both by pushing the button, and by entering the PIN.  
    Ok here goes for system config...I have a ActiontecM1000 DSL modem that is connected to a netgear WNDR3400 router. From this router, I have a desktop running Windows XP connected directly.  I have several other devices connected wirelessly to the router, including a macbook pro running the most recent version of OS which was not able to connect to the printer wirelessly (just bought it last month with the Deskjet pronter).  I am currently using WPA2-PSK [AES] security without MAC filtering.
    On my router screen, when I click on "Attached Devices", I am able to see the printer, and it is assigned an IP address.  Most of the documentation says to type this IP address into your web browser, but whenever I do this, I am unable to access the printer (so for whatever reason, I'm unable to communicate to this device.  I currently have my desktop, macbook, 2 work laptops, an IPad, and 2 Iphones that are able to connect thru this router, so I don't think my router is malfunctioning, although it could be some weird printer setting that needs to be done...   
    Some other info which people may find useful - the print out of the HP Network config page shows that there is connection, the correct SSID, signal quality 5, the same IP address as shown on my router config page, as well as the correct authentication type - actually it says WPA-PSK vs WPA2-PSK.  It also says port 9100 is enabled, and bonjour is also enabled. 
    The print out of the wireless network test results shows that the wireless on/working is pass, signal quality is excellent, and no other networks detected mating your network name.  I will say that after 4 hours of trying this, I had a view choice words when I saw at the top of this sheet "No problems found.  Congratulations on the successful setup of your wireless printer."  
    I'm running AVG, and have attempted to disable this in the off chance that this is a firewall issue of some kind.
    I've also powered off the router, the printer, and the computer to try and resync everything.
    I have downloaded the "Troubleshoot HP installation failure - network" application and have attempted all 7 solutions, and have not been able to resolve the problem.
    Any assistance would be great!

    Currently my actiontec M1000 does not have the wireless module (in the qwest modem configuration, it says "no wireless module detected" - when I first got the modem I called qwest to confirm the dsl modem has no wireless capability,  which is when I ended up getting the Netgear router.
    Is there a point where I can get warranty service for the printer?  I'm beginning to wonder if there's just something wrong with the printer itself...

  • Unable to print to network printer // sometimes with port error

    I upgraded to Leopard and am now _*unable to print to my network attached*_ *_Lexmark x9350_*. In prefs it shows the printer and driver installed. Once a print job is submitted, it reads printing, but there is no action on the printer. Other times it gives a port error. I tested the printer under OSX 4 and it printed with no problem. I also have a similar problem on the XP partition of this system. Please advise.

    I don't think Lexmark has a Leopard driver for this printer yet. This problem was discussed earlier here
    http://discussions.apple.com/thread.jspa?messageID=5702119&#5702119

  • [SOLVED] Network printing stops with 'Filter failed'

    I have a problem with printing over the network. What I want to do is printing from my wireless connected laptop with the usb-printer (HP PSC 1315 aio) that is connected to my computer (that functions as the cups-server). On the laptop, I added the printer with the address ipp://192.168.1.33:631/printers/hp_psc_1310_series. After printing a (test)page, the progress stops with ‘Stopped “Filter failed”’. The print task is send to the computer because I see it there, but I think on the computer is going something wrong.
    - Printing from the computer is no problem!
    - It isn’t the firewall, because I stopped iptables.
    - I deinstalled cups, deleted all configuration files, installed cups and added the printer; no success.
    - Avahi is active; I restarted it already (the wiki says that can help, but no success).
    - I tried it with another laptop, but with the same result.
    - I have the printer marked as ‘shared’ and the server as ‘Share printers connected to this system’.
    Does someone know anything else to try to get it working?
    Last edited by Hannus (2013-11-26 18:33:13)

    This afternoon I tried printing over the network again, and it worked! I have no idea why it is functioning now, maybe there was an update of CUPS or another package that made it work. I did the same as last time, but now the printer was simply reacting as he should.
    I'm happy with this!
    Last edited by Hannus (2013-11-26 18:34:05)

Maybe you are looking for

  • How to do a last command before closing JFrame?

    Hi, I'm working on a GUI, and there is a TextArea, which is set to the System.out.print commands, and i'd like it to save into a file, when i close the jframe, by pressing the X in the upper right corner. I've made a working saving void, the only pro

  • How does Index fragmentation and statistics affect the sql query performance

    Hi, How does Index fragmentation and statistics affect the sql query performance Thanks Shashikala Shashikala

  • Configure which IP Win2012 R2 RD Session Host listens on

    I have Windows 2012 R2 RD Session Host servers that are multihomed.  One of the NICs is connected to an isolated management network.  The management IP is NOT in DNS at all.  However the RD Connection broker attempts to redirect sessions to the manag

  • Back-Up while retaining ratings, etc.

    I am wondering how to back-up my iTunes library. I have just ordered a new Macbook, and it will be the first time I go from mac to mac. I want to keep all of my song ratings, playcounts, playlists, etc. I'm wondering how I can back-up all of that stu

  • VL01N user exit to copy pricing conditions from sales order

    Does anyone know which user exit could be used to copy sales order line item conditions to delivery note conditions screen. The sales order screen is SAPLV69A field KOMV-KSCHL The delivery note screen is SAPLV69A field KOMV-KSCHL Thanks