Policies on specific time range

Does Ironport has in the plan to set the policies to be applied in a specific time ranges, like apply a specific policy on morning then set another one at night?
This feature is in the websense & smart filter and should be there in Ironport

Moutaz,
The WSA supports time ranges on versions 5.6.0+. This version is currently available to all customers upon request. The unofficial ETA for the 5.6 release to be generally available is within the next month.

Similar Messages

  • SCOM 2012 R2 - Generate an alert when a specific event will not come in specific time range

    Hello SCOM people,
    I need to figure out what kind of monitor shall I choose for my monitoring of a specific event. I need to generate an alert when no specific event was generated by server.
    Our company uses FIM 2010 with scheduled tasks, after each completed task is generated an event to application log. When sync is stuck or something is wrong no event will come to application log and I need to be warned. Tasks run each 30minutes and there
    should not be an hour break between the previously created event.
    I hope it makes sense :)
    Thank you
    Liibas

    Hi Liibas,
    That sounds like a good scenario for using Orchestrator and the SCOM Integration Pack, since you can have time-triggers, etc. to check for Alerts and then trigger a Runbook to email someone if the Alert does/does not appear. 
    Please remember to click “Mark as Answer” on the post that helps you.
    AdinE MCSE, MCSA, MCITP, MCTS; (Specializing in System Center and Private Cloud)
    2015 Microsoft MVP in System Center Cloud and Datacenter Management
    LinkedIn: http://ca.linkedin.com/in/adinermie
    Website: http://micloud.azurewebsites.net

  • How to return a specific date/time range and last event details, when checking the event log via command prompt

    I am new to scripting (literally started reading/learning scripting a few hours ago), and I am stuck in trying to get my current script/command to filter a specific date range.
    * Note: I am working with Server 2003 and 2008; because of the environment I am in, a lot of scripts (such as Powershell and VBScript) don't work; trying to stick with command line, as it appears to be the only thing that functions correctly in my environment
    I am trying to search the System log in event viewer, for the most recent server reboot. Here is the command that I am currently running:
    ===========================================================
    C:\Windows\System32\cscript C:\Windows\System32\eventquery.vbs /L System /FI "id eq 1074"
    ===========================================================
    When run, the output looks like this:
    ===========================================================
    Microsoft (R) Windows Script Host Version 5.6
    Copyright (C) Microsoft Corporation 1996-2001. All rights reserved
    Listing the events in 'system' log of host 'xxxxxxxxxxxxxxx'
    Type Event
    Date Time    Source
    Information 1074
    12/18/2013 2:48:06 AM    USER32
    Information 1074
    11/20/2013 3:25:04 AM    USER32
    Information 1074
    10/23/2013 2:06:09 AM    USER32
    ===========================================================
    What I would like it to do is only show events that have happened in the last seven days, as well as show the event details if it does find an event that matches the criteria.
    Any help would be greatly appreciated. Thanks!
    Nick

    I would prefer using Powershell , you can use below code 
    function Get-EventViewer
    param(
    [string[]]$ComputerName = $ENV:COMPUTERNAME,[string]$LogName,[int]$eventid
    $Object =@()
    foreach ($Computer in $ComputerName)
    $ApplicationEvents = get-eventlog -logname $LogName -cn $computer -after (Get-Date).AddDays(-7) | ?{$_.eventid -eq "$eventid" }
    foreach ($event in $ApplicationEvents) {
    $Object += New-Object -Type PSObject -Property @{
    ComputerName = $Computer.ToUpper();
    TimeGenerated = $event.TimeGenerated;
    EntryType = $event.EntryType;
    Source = $event.Source;
    Message = $event.Message;
    $column1 = @{expression="ComputerName"; width=12; label="ComputerName"; alignment="left"}
    $column2 = @{expression="TimeGenerated"; width=22; label="TimeGenerated"; alignment="left"}
    $column3 = @{expression="EntryType"; width=10; label="EntryType"; alignment="left"}
    $column4 = @{expression="Source"; width=15; label="Source"; alignment="left"}
    $column5 = @{expression="Message"; width=100; label="Message"; alignment="left"}
    $Object|format-table $column1, $column2, $column3 ,$column4 ,$column5
    $Object.GetEnumerator() | Out-GridView -Title "Event Viewer"
    You can do a function call like
    Get-EventViewer -LogName system -ComputerName "computername" -eventid "2017"

  • Sync with Outlook ONLY for a specific date range

    I have a Zire 31 that I'm syncing with Outlook via latest Palm Desktop/HotSync.   I did just install the latest conduit.
    I was getting several repeating calendar entries that were not syncing with the Zire (annual birthdays, etc.) - turns out that they did not have an "end-date" specified when created in Outlook.  Creating an end-date solved the problem.
    However - I would like to know if it is possible to specify a certain date range for the device to sync (e.g., sync calendar only for years 2007 through 2050, or in other words sync from 1 year ago to 50 years in future, etc...)
    I recall specifying this once years ago, but I may have been using a third party to sync with Lotus Notes at the time.  I'm wondering if this option is also available with syncing directly with Outlook using HotSync???  I can't imagine it's not, but I can't find where you specify it.
    One more interesting note:  while my Zire 31 had issues syncing those repeating calendar entries - my much older HandSpring Visor Deluxe syncs them no problem!  Go figure.
    Thanks much -
    Post relates to: Zire 31

    I'm not actually looking to purge old items.
    Rather - I would like to ONLY sync calendar entries between a specified range of dates.  For example - ONLY sync for calendar entries between Jan 1 2007 and Jan 1, 2050.
    the problem is that I have some repeating entries (birthdays, etc.) that are set up in Outlook with no end date.  Apparently Palm/HotSync is having trouble syncing these (they don't show up at all - for any year.)
    One resolution is to apply an end-date for each repeating calendar entry.  However, this is just another step my wife needs to remember to do.  If you happen to forget to to this, then Hotsync will ignore that entry.  Fine if you realize that's happening, but if you forget and forget to check - you won't even know it didn't sync!
    The other possible resolution is to only have HotSync sync for a SPECIFIC date range - one that does not presumably go to infinity.  That is my question - how does one sync ONLY for a specific date range.  Has nothing to do with purging old entries.
    Thanks!!
    Post relates to: Zire 31

  • Remove time range email from entire organization

    Hi,
    Anyone can help me with this:
    1. Show oldest email in Exchange 2013 organization
    2. Delete time range email from entire 2013 organization (EJ: from 01/01/2000 to 01/01/2013)
    Thanks in advance

    Hi,
    The following command can help you to delet them. To show them, you can use the TargetMailbox and TargetFolder parameters to copy them to a specific folder.
    foreach ($i in (Get-Mailbox -Database "Mailbox Database")) { Search-Mailbox -Identity $i -SearchQuery "Received:> $('01/01/2000') and Received:< $('01/01/2013')" –DeleteContent}
    For more details about the Search-Mailbox command, please refer to the following article.
    http://technet.microsoft.com/en-gb/library/dd298173(v=exchg.150).aspx
    Hope this helps.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Get computers in specific IP range

    I am looking for a PS script that will get all computers in a specific IP range (i.e.. 10.10.0.0.). I know how to retrieve the similar query based and AD OU, but I need it based on specific IP range.  

    As long as the IPv4Address property is properly populated, you can try:
    Import-Module ActiveDirectory
    Get-ADComputer -Filter * -Prop IPv4Address | Where-Object { $_.IPv4Address -like "10.10.0.*" }
    This takes an extremely long time to execute. Noramlly to make things easier, you would just use the -Filter parameter like so
    Import-Module ActiveDirectory
    Get-ADComputer -Filter {IPv4Address -like "10.10.0.*"} -Prop IPv4Address
    When I run the above command I receive an error that only Eq or Ne are the only operators supported for searching on extended attribute: 'IPv4Address' which I am unsure as to why.
    If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful.
    Don't Retire Technet

  • Time-Range ACL

    Hello,
    I have setup QoS Policing on some traffic, and have setup schedule as bellow:
    time-range Traffic_Scheduled
    periodic  Sunday Monday Tuesday Wednesday Thursday Saturday 08:15 to 17:00
    the issue is as soon as the schedule time starts (at 8:15am) all traffic is blocked automatically, rather than to POLICE the Traffic.  but as i manually remove the Service-policy from my ASA interface and re-apply it . then it allows the traffic and police them normaly. 
    so why this is happening so ?  why it needs me to   remove the service-policy from the int and re-apply it every monring at 8:15am ?

    Hi Bro
    Perhaps, your software image version has a bug concerning this. Just to confirm, could you paste your show running-config and show version here. Here's a configuration sample from Cisco, just in case you didn't already know
    http://www.cisco.com/en/US/tech/tk543/tk759/technologies_tech_note09186a00801aa69d.shtml

  • Using a different TIME range that is different from the default TIME dim

    Hi all - this is my first post - so please be gentle!
    I am busy writing an EVDRE report on an application for which I need to use a different time range than what is currently the overall time dimension for all our other applications.
    Currently the overall time dimension is set for MAR to FEB (Financial year). I now need to do a report for - OCT to SEP reflecting the YTD values?
    The report also calls for having variable A compared against variable B over the extent of this period (OCT to SEP -> YTD). So in essence I will not be displaying any PERIODIC values but rather just the YTD values.
    How can I do this without having to resort to a manual entry of each month's TIME dimension details and still ensure the report dynamically changes when I do an EXPAND?
    I am using BPC 5.1 SP3 on Microsoft Office 2003.
    Kind regards
    Pieter

    Well, without seeing the report and the setup, my suggestion is to leverage the EVTIM function.  If your columns are static, but the user selects a period for the report, you should be able to set-up the function to build the 2 sets of 3 months.  The EVTIM function simply references another time value, and adds up or down at a specific level as a member for use in the column (or that is where I would use it).
    Does that make sense?

  • Limit call by time range to particular country

    Dear All,
    Anyone can give me idea how to set up time range on particular countries ? For instant i have 2 dialpeer with have the same destination country like USA
    and i want set time from 7:00 PM to 11:00 AM match on dial-peer100 voip and 11:01 AM to 6:59 PM match on dial-peer 200 voip.
    Best Regards,
    Danet

    I never tested a similar scenario but I think that you can use "kron" command to shutdown a specific dial-peer.
    This is an example to shutdown an interface:
    event manager applet INTDOWN
    event none
    action 10.0 cli command "enable"
    action 20.0 cli command "conf t"
    action 30.0 cli command "interface FastEthernet0/0"
    action 40.0 cli command "shutdown"
    action 50.0 syslog msg "Interface Down!"
    kron occurrence KRON1 at 22:25 oneshot
    policy-list KRONLIST
    kron policy-list KRONLIST
    cli event manager run INTDOWN
    You can find more informations on cisco command reference guides.
    Good luck.

  • Can we maintain role specific number ranges?

    Can we maintain role specific number ranges in sapcrm..ex i want to give number range between 0-100 to role sold-to-party. is this possible ?
    Thanks and Regards,
    Ravi

    Hi Ravi,
    You cannot maintain an explicit relationship between the number ranges in CRM and roles.
    To configure number ranges you have to define groupings in CRM.
    While you create your BP, it is this point of time when you have to specified the grouping you want to use (indirectly the number range assigned to it). This will decide the number for the BP.
    Best Regards,
    Pratik Patel
    <b>Reward with POints!</b>

  • Script to find concurrent job that ran long within a time range

    Oracle Apps:12.1.1
    DB:11.1.0.7
    OS:Linux RedHat 86x64
    All,
    Could anyone please share the Script to find concurrent job that ran long in a particular day say between 3pm - 4pm in an hour's time range specifically.
    Thanks for your time!
    Regards,

    try
    SELECT request_id,     
           to_char(actual_start_date, 'dd-MON-yy hh24:mi:ss') begin_dt,
           to_char(actual_completion_date, 'dd-MON-yy hh24:mi:ss') end_dt,
           substr(to_number(((actual_completion_date - actual_start_date) * 24) * 60),
                  1,
                  5) time_in_min,
           program      
      FROM fnd_conc_req_summary_v a
    WHERE (
           actual_start_date >  to_date('30-11-2011 08:00', 'dd-mm-yyyy hh24:mi')
              and
           actual_start_date <  to_date('30-11-2011 08:00', 'dd-mm-yyyy hh24:mi'))
           )

  • How to address a specific time in VOD for iOS

    Using Flash and RTMP it's easy to go to a specific time in a VOD stream served from AMS using the seek method.
    Is there similar ability to seek to a specific time in VOD delivered to Safari on iOS?  The native video player provides a currentTime method, but I've not seen documentation anywhere to suggest currentTime or another method to provide rapid and accurate time based access from AMS.
    FWIW, Wowza documentation provides an answer:
    http://www.wowza.com/forums/content.php?326-How-to-specify-a-play-start-time-and-duration- for-HTTP-streaming
    TIA,
    RT

    Nitin, the link you provided is a bit better than nothing, but it refers to the AVPlayer object in applications, rather than iOS delivered data.  In our experience currentTime is a settable property for the native video player in mobile Safari, using a normal progressive uploaded stream, as the documentation shows:
    http://developer.apple.com/library/safari/#documentation/AudioVideo/Reference/HTMLMediaEle mentClassReference/HTMLMediaElement/HTMLMediaElement.html
    The question is "Are there browser based methods that seek AMS delivered streams more quickly or with better accuracy?" 
    Everyone is aware that mobile is exploding.  On some of our videocentric apps the share for iOS is approaching 20%.  PM Kevin Towes, what are you doing to accomodate this need???

  • How to automatically open and close an application at specific times?

    Hi,
    I am trying to figure out how to open and close an application at specific times.
    I have set iCal up to open it no problem...however, the application needs you to click yes before entering into it upon boot.
    How do I do this and close the app. I tried creating a workflow in automator, but iCal simply opens the workflow and does not play it. This also does not solve the issue of needing the 'yes' button to be clicked.
    Kind regards,

    Hi,
    I am trying to figure out how to open and close an application at specific times.
    I have set iCal up to open it no problem...however, the application needs you to click yes before entering into it upon boot.
    How do I do this and close the app. I tried creating a workflow in automator, but iCal simply opens the workflow and does not play it. This also does not solve the issue of needing the 'yes' button to be clicked.
    Kind regards,

  • Automatically open and quit app at specific times

    I want to open the DVD Player app at a specific time in the morning and have it play a DVD all day (it's looped). I then want the app to quit at a specific time at night. The computer will go to sleep from when the app quits until right before it opens (I have that part figured out).
    Can someone show me how to open and quit the app at specific times or point me somewhere where I can learn how to do this? I'm an AppleScript newbie, so explanations are grateful. I will be using a Mac Mini for this installation.
    Thanks!

    Use iCal alarms to run the following scripts:
    tell application "DVD Player" to run
    tell application "DVD Player" to quit
    Each line is a separate script.
    (25193)

  • How can I perform data logging for a specific time??

    hello everyone,
    I am quite new in labview and I have a basic question regarding data logging. Currently I am using a cRIO9074 and doing some data logging for my test. The data logging it self works ok so far.
    But my problem is I would like to write my datas in a text file either for a specific time interval (ex)10 seconds) or for a specific amounts of data (ex)500 Samples). Can anyone give me some help regarding my problem?? Attached you can find my RT.vi 
    I would appreciate for anyhelp!
    Regards
    Yun 
    Attachments:
    BP250 Encoder Position & Velocity (Host).vi ‏92 KB

    Run your loggging program for that time. When your program terminates then it will write all the logged data so far in text file.
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

Maybe you are looking for