Need to shoot more than 30 days list of printers Windows 2008 R2 print server offline

In our environment, we have windows print server 2008r2, to get list of printers which is more than 30 days any idea? any Script?

This issue is beyond the scope of this site and must be placed on Technet or MSDN

http://social.technet.Microsoft.com/forums/en-us/home

http://social.msdn.Microsoft.com/forums/en-us/home

Tags: Windows

Similar Questions

  • How can I remove windows 10 and restore windows 7 more than 30 days after the upgrade to 10? In addition, can't find my key code... former system

    Since more than 30 days, I upgraded to windows 10 and I would LOVE to go back to windows 7.  Have no idea where my product key could be.

    http://Windows.Microsoft.com/en-AU/Windows-10/Windows-10-recovery-options

    Check if you can restore your PC to factory settings. This reinstall the version of Windows on your PC and remove your files personal, applications and drivers that you have installed, and any changes made to the settings. Go to settings > Update & security > Recovery > reset this PC > start and seek to restore factory settings.

    Discussions:

    1. http://answers.microsoft.com/en-us/insider/wiki/insider_wintp-insider_install/how-to-reinstall-or-restore-your-original-windows/b6649955-f8d3-4c0c-94ca-e4a5b5e06c60

    2. http://answers.microsoft.com/en-us/windows/forum/windows_10-win_upgrade/revert-to-previous-version/cce5dfd1-8979-4134-92ad-a74cb76a4cc1

  • Virtual machines off for more than 14 days

    I so need of report of all virtual machines off the power more than 14 days and that turns off the virtual computer.  I can get the power out of VMs.  I can get that them turned off.  But when I enter the list of the powered of VMs and who fed the, I'm missing the name of the virtual machine.  I guess I'm missing something simple

    Get - vm | where {$_.powerstate - eq "PoweredOff"} | Get-VIEvent | where {$_.fullFormatted Message - like "task: turning off *"} | Select Createduserid, username, fullFotmattedMessage | where {$_.createdtime - lt (get-date).adddays(-14)}

    Try like this

    get-vm | where {$_.powerstate -eq "PoweredOff"} |Get-VIEvent | where {  $_.fullFormatted Message -like "Task: Power off*" } | select  createdTime, userName, fullFotmattedMessage,@{N="VM";E={$_.Vm.Name}} | where {$_.createdtime -lt  (get-date).adddays(-14)}
    
  • How can I restore Win 7 so I downloaded WIN10 more than 30 days ago

    While I was away WIN10 has been installed. I want to restore WIN7, but the installation of 10 was more than 30 days ago

    The clean install came already posted in this thread.

    Say thanks to 3 days of KenMorley to figure out and a few minutes from CT to repost it as its own here,

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-update/Windows-Update-remains-at-checking-for-updates/ff3c442e-79a6-40d3-AC35-29e130cebef1

    It too just in case you're stuck in an update loop, to research

    You need to scroll down to the poster of Joel SC is the last answer on this thread.
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-update/Windows-Update-hangs/dbd539c3-bfc6-42DF-a6ff-0e55ef7938eb?page=6

  • Query to find more than 3 days with the exception of weekends.

    Hi all

    Anyone help me with this request. On a table, I need to get all the lines that are pending for more than 3 days, outside of the weekend. No idea how to do this please?

    Query

    SELECT aerha.invoice_num, aerha.total amt,

    ROUND ((SYSDATE-aerha.last_update_date), 0) days

    OF ap.ap_expense_report_headers_all aerha

    WHERE 1 = 1

    AND NVL (aerha.expense_status_code, "XX") = "PENDMGR".

    AND expense_check_address_flag IS NOT NULL

    AND (ROUND ((SYSDATE-aerha.last_update_date), 0)) > 3

    Thank you

    sheebs

    Hello

    I guess 'weekend' means Saturday and Sunday, three days before the Wednesday (except weekend) would be the previous Friday.

    Change this last condition for

    AND (ROUND ((SYSDATE-aerha.last_update_date), 0)) > CASES

    WHERE TO_CHAR (SYSDATE

    , "DY".

    , ' NLS_DATE_LANGUAGE = ENGLISH '-if necessary

    ) IN ("GAME", "FRI")

    THEN 3

    5. OTHER

    END

    The code you posted is looking for a difference in 3 days.  The problem is that if you run it on a Monday, Tuesday or Wednesday, then you want a difference of 5 days (3 days + 2 weekend days).  The condition above replaces the code 3 hard with a CASE expression that returns 3 or 5 accordingly.  (If there are chances that you can run on a Saturday or a Sunday, then you may need to change the CASE expression a bit.)

    This kind of approach is not very good if you need take into account public holidays, or if you are looking for differences in N days, where N can be something of not known until run time.  For situations like this, see:

    Need to calculate working days

  • Try updating Adobe Acrobat Pro DC, but it gets stuck at 35% for a little more than a day?

    Try updating Adobe Acrobat Pro DC, but it gets stuck at 35% for a little more than a day?

    Hi mattwillball,

    Could you please let me know what version of the operating system are you using.

    You need perhaps to issue where Acrobat download and install process is stuck at 35% on MAC, please consult the following of the KB doc link:

    Guest of installation of close SafariNotificati

    If this is not enough, then please let me know if you get any other error message when the installation is blocked.

    Hoping to hear from you.

    Kind regards

    Ana Maria

  • RMAN SCRIPT TO CLEAR THE BACKUP ITEMS MORE THAN 2 DAYS...

    Hello

    I take a full backup of the DB using RMAN script. The script is as below:

    grc_backup
    {allocate channel ch1 type disc format ' / home/oragrc/GRCbkup/rman_bkp/data/%T_%c_%s_%f';}
    backup database;
    SQL ' ALTER SYSTEM
    ARCHIVE LOG CURRENT ';
    change archivelog than any overlap;
    ARCHIVELOG backup all the format ' / home/oragrc/GRCbkup/rman_bkp/Archive/%T_al_%U.bck';
    current backup controlfile as ' / home/oragrc/GRCbkup/rman_bkp/%T_cf_%U.bck';
    }


    This script is supposed to run on a daily basis via an OS script.

    The problem is on a daily basis after the backup that I have to delete the backups more than 2 days. For this I use an OS script that finds the backups more than 2 days to find the command and deletes it. This script also removes the archivelogs over 2 days.

    I just know that it is not advisable to delete RMAN backups and archived logs OS command when using RMAN.

    I figured out the following script, I have changed the script and instance names are different please find below

    CONFIGURE REDUNDANCY 2 RETENTION STRATEGY;
    Configure type disk parallelism 1 backup compressed backupset device type;

    run
    {
    allocate channel d1 type disk;
    backup filesperset 5 ' format / u06/backup/EBSDEV/EBSDEV_data_t%t_s%s_p%p' database;
    SQL 'alter system archive log current';
    format of backup filesperset 20 ' / u06/backup/EBSDV3/EBSDV3_arch_t%t_s%s_p%p' all entered archivelog delete;
    backup format ' / u06/backup/EBSDEV/EBSDEV_control%U' current controlfile;
    backup spfile format ' / u06/backup/EBSDEV/EBSDEV_spfile_%U';
    SQL 'alter controlfile backup trace database as "/tmp/control.trc" re-use";

    OVERLAP BACKUPSET;
    DELETE NOPROMPT OBSOLETE;
    DELETE THE EXPIRED NOPROMPT BACKUP;
    }
    list summary backupset;
    "exit";

    Can someone suggest me this AM I correct...

    Yes.

    Note: The OVERLAP should be OVERLAPPING BACKUP.

    Hemant K Collette

  • Script to find the virtual computer off for more than 7 days

    Guys,

    I need a bit help I'm looking for a script that finds all the VMs who have been turned off for more than 7 days.  I would like also the names of those VM and how many days they have been turned off for a worksheet excel output.

    Thanks in advance.

    Sorry, my mistake.

    The correct script is now attached to the previous response

  • Help with more than 30 days of data

    Gurus,
    I need to create an ACCOUNTS PAYABLE OLDER STATE INVOICE where I need to know the future, more than 30 days (1-29), over 60 (30-59), over 90 (60-89). How can I get this info in the report. What are the steps I need to follow. It is an urgent report. I have not all columns related to more than 30 days... Is there a way to write sql both on the current date for this info.

    Help, please.

    Hello
    I recommend you create a logic that takes all of these buckets... More than 30, more than 60... etc.

    -case when timestampdiff (sql_tsi_day, dateColumn, current_timestamp) between 1 and 29 and then "more than 30 days.
    When timestampdiff (sql_tsi_day, dateColumn, current_timestamp) between 30 and 59 then 'more than 60 days.
    When timestampdiff (sql_tsi_day, dateColumn, current_timestamp) between 60 and 89 then 'more than 90 days.
    another end 'Undefined '.

    According to your requirement dateColumn, current_timestamp positions of columns must be defined according the timestampdiff...
    better, you create a variable that contains the current date and then use it instead of current_timestamp in above formula...

    basic idea is to build the kind of above formula and then use it with your measurements...

    Hope this helps you...

  • Phone has been "redevelopment" iCloud drive for more than a day now

    In parameters, iCloud Drive was churning "valorisation" for more than a day now. Did not help restart the phone. iPhone 6 s, iOS 10.0.2.

    Thank you!

    What kind of "reboot", you have?  What was this - restart your iPhone, iPad or iPod touch - Apple Support?  If you did, and it did not work, try switching iCloud drive, power switch (settings > iCloud > iCloud drive).  If this does not work, try to connect to your iCloud account and reconnect.

  • It is possible to look back in the history of more than 7 days?

    Is it possible t0 look back into history for more than 7 days?
    7 days is the default...

    Thank you for your comment.

    Jan

    Try this.

    • In the address bar, type Subject: config , and then click OK.
    • Copy and paste the following in the filter at the top: browser.history_expire_days to isolate this setting.
    • Presumably, he'll say '7' because that's all you can see. Then right-click and choose Edit from the menu, delete the figure who's there and replace it with 180
    • Then go to file | Exit, restart Firefox and do a little surfing accumulate a bit of history.

    Check back tomorrow to see if anything has changed.

  • How do you decommssion a domain controller that has not been on the network of more than 200 days?

    Hello

    in our society, we have an old domain controller has been disconnected for more than 200 days, probably in a State of thumbstone, it still appears in our network. We wanted to know what is the best way of disused this server, we connect to our network and do normal downgrade process.

    How do you decommssion a domain controller that has not been on the network of more than 200 days?

    Could you please write me back to my work email or call me on my work phone? Job information are below.

    Hello

    The business support, you can find forums on TechNet, see the following links:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • How to choose a system restore pt more than 5 days?

    Windows Vista 32, IE 8. I tried to do a restore of the system longer than 5 days. I created a restore point, but when I go to the system restore, it isn't here. I received a notice that the pt of restoration was created successfully. Help, please.

    You cannot create a Restore Point today for 5 days; If that's what you mean.

    By using the system restore, you can only create a Restore Point for today.

    If you mean that the RP was created more than 5 days ago, read this:

    http://www.windowsvistauserguide.com/system_restore.htm

    Read the above for a very good graph shows how backward more than 5 days in the System Restore Points by checking the correct box.

    See you soon.

    Mick Murphy - Microsoft partner

  • Supported HP redemption does more than 41 days :(

    Here's my sad story with HP and me...

    Redemption code is [edited by Moderator Redemption Code]

    I bought the HP Envy 15-j111tx on 10 may 2014.

    I registered to offer the Hp holiday on May 20, 2014 and also sent the documents and JJ of Rs.1998 /-required for the redemption process. that all sent by May 27, 2014, then my redemption request has been accepted to 29 may 2014.

    After that, I saw "Claim remarks" only as follows

    Dear customer, your registration Carepaq is under treatment, even will be shared on your Email ID recorded and produced will be shipped in the next 10-15 days...

    more than 41 days went. Still Im receive all mail donations or products. I sent on 5 July 2014 to [email protected] as follows

    Delays in the processing of this redemption [redacted Redemption Code]

    The Validation of the application is approved on 29 may itself. but now the date of July 5, I received do not all donations are always carepaq details.

    you guys say you will receive within 10-15 days after approval of the application. can I know start counting down from 10-15 days from the approval or the year the same day... next huh?

    now the date is Ma J11, 2014.there is no response on their part I also tried through reminder

    «Please SMS: REDHELP to 53030.» Our representative will contact you within 2 business days. If your number is not available, you will be left by means of SMS"

    no answer.

    below the picture showed that my purchase details...

    No representative of HP or redemption help me out this please. :'(

    Hello rascaLraajA,

    I just sent you a private message. If you are unsure how to check your messages from the forum, this post has instructions.

  • Availability of the system, if more than 25 days?

    Hello

    The parameter 'time' in the call NavigationMovement (dx, dy, status, time) is equal to the number of milliseconds since the device booted up last. However, the value is an int. After my calculations, the value of time is only good if the unit has been running for less than 25 days continuously (see below).

    Anyone know what is happening to the value of time once it exceeds 25 days? I came across a bug on my program where things worked very well on my device, but then the call of NavigationMovement behaved badly and I thought it was because my camera was too long. I did a traction battery and things worked properly again.

    I won't try to debug this iteratively until my device of permanent test for 25 consecutive days each time.

    How can I keep my program works correctly even if the device of the user stays on for more than 25 days in a row?

    Thank you

    CALCULATION OF time MAX VALUE:

    int Max value is 2 ^ 31-1

    => 2147483647 milliseconds

    => 2147483.647 seconds

    => 596,52323 hours

    => 24,8551 days

    Two ideas:

    1. to work around this problem:

    (a) if drop test (iLastSwipeTime > 0).

    and

    (b) verification (time - iLastSwipeTime) & 0x7FFFFFFF rather than simply (time - iLastSwipeTime).

    2. to test, take a look at EventInjector.  There are no setTime() for EventInjector.NavigationEvent (at least it is not documented), but both KeyEvent and KeyCodeEvent this (obsolete) method.  See if you can use it in your tests.

Maybe you are looking for

  • for your email to a how can number of others, I get all their names together?

    I'm going to addresses, hold down the 'Ctrl' key and click on each of the names. So I have to go to the message and indicate 'before', but I lost the names.

  • Portege BIOS Passwd Reset - can be done?

    Hi all I don't expect someone to tell me how online!I just need to now, if this is possible and the best way to do it. I prefer not to use various s/w password cracking or artisanal riders Parallels.I can get this done "professionally"? Thanks in adv

  • Upgrade memory on the Satellite 1900 303

    Looking for types of aid, according to the manual, there should be two slots for modules of memory in the memory Bay but there is only one that fits. There are 256 Mb built in and I have already added 256 MB. Where the original 256 MB module? I want

  • Possible glitch w / Motorola stock app email

    Everyone knows questions send email w / setting up pop e-mail on the bike stock email application? I use the spec cwmx.com outgoing server w / no data of user name or password field, but for some reason any it prefills the username of my user name fi

  • Necessary drivers for Cd and Dvd

    Hi, I recently brought a Hp Pavilion Notebook G6 recently, now he can not read the cd and DVD, I think I need to download drivers, but I am very inexperienced. Can someone help me! I use Windows 7, the serial number is 5CD1483GGN product number is A9