Login only on business hours

Hi,
Is there a way in order to enforce the authentication (telnet, shh) on switches and/or routers local or via RADIUS only on business hours?
Thank you.
Best regards.
Massimiliano.

In theory, you should be able to create an access list that's time based and then apply it to your line.
router(config)# time-range TEST
router(config-time-range)# periodic weekdays 08:00 to 17:00
router(config-time-range)# ip access-list ext ALLOWEDTELNET
router(config-ext-nacl)# permit tcp any any eq 23 time-range TEST
router(config-ext-nacl)# line vty 0 4
router(config-line)# access-class ALLOWEDTELNET
I've never tried this, but it should work.
HTH,
John

Similar Messages

  • Setup WRT160N only for business hours

    I looking to set up my Wireless router to be only Active wireless signal from 6 am to 6 pm Monday thru friday. I want to do this keep my Work network more secure.
    Does any one know how to set this up.
    Thanks
    Jim

    To start configuring an Internet Access Policy, follow these steps:
    Step 1: Open your favorite web browser application, and enter the IP address 192.168.1.1 in the address field. Then press Enter.
    Step 2: In the authentication dialog box, enter the administrator’s username and password. The default values are admin/admin for the username/password. However, on some Linksys router platforms, the default value for the username is the blank and for the password is admin.
    Step 3: Open the Access Restriction tab.
    Step 4: Select the policy number in the Internet Access Policy drop-down list.
    Step 5: Click Enable in order to activate the policy, or Disable if you want to disable it.
    Step 6: Enter a Name for your Internet access policy in the appropriate text box.
    Step 7: Click Edit List of PCs in order to open the Internet Access PC List window, and then enter the MAC addresses, or IP addresses of the PCs concerned by the current policy. If the current Internet Access policy affects a group of PC having contiguous IP addresses, then you can enter the first and last IP addresses in the Enter the IP Range of the PCs area. Once you finish your changes, click Save Settings in order to save you configuration.
    Step 8: In the Access Restriction section, click Deny in order block Internet access during selected days and hours. Otherwise, click Allow.
    Step 9: In the Schedule section:
    • Under the Days area, select everyday if you want the policy to active all days. Otherwise, select the appropriate check boxes in order to specify individual days.
    • Select 24 hours under the Times area, in order to make the policy active all the day. Otherwise, select the starting time the ending time during which the policy will be in effect.
    Step 10: In the Website Blocking by URL Address area, enter the URLs of the websites you want to block.
    Step 11: In the Website Blocking by Keyword area, enter the keywords you want to block web pages including at least one of them in their URLs.
    Step 12: In the Blocked Services area, add the services you want to block. For example, you can block email access, files downloading, VPN access and other services. Additionally, you can also edit existing services or add new services.
    Step 13: Click Save Settings.
    The following video will show the exact steps to configure an Internet access Policy and apply it to a set of computers. Note that it does not matter whether your PCs are connected to the router through your wireless network or using RJ-45 cables. We will configure an Internet access policy according to the following requirements:
    •             Internet Access Policy Number: 2.
    •             Enter Policy Name: Demo-Policy.
    •             PCs List: 9202A5CB9489, D155C102080E, 192.168.1.2; 192.168.1.10 through 192.168.1.200.
    •             Access Restriction: Allow.
    •             Schedule:
    o             Days: Monday through Friday.
    o             Times: 8:00 AM through 5:00 PM.
    •             Website Blocking by URL Address: http://www.facebook.com, http://www.myspace.com, and http://www.youtube.com.
    •             Website Blocking by Keyword: Porn.
    •             Blocked Services: Telnet.
    http://www.ciscoccnabootcamp.com/ccna-routing-and-switching/linksys-router/internet-access-restricti...
    Bill

  • Dial-backup - business hours limit

    Hi everybody,
    I´m working in a lab that  includes dial-backup for a VSAT link (satellite link). This part of the  lab is working excelent, dial-backup goes up when the VSAT connection is  lost, and goes down when the VSAT link is recovered.
    So, all is  ok but... I need to grant dial-backup access only in business hours (ex:  9 am to 5 pm) and deny these the rest of the day.
    I  worked with time range + access list + dial-list but it didn´t work for  me. I was following the steps of this link: http://www.cisco.com/en/US/tech/tk801/tk133/technologies_configuration_example09186a0080094089.shtml.
    Is there  other way to do this or other idea?
    Regards.

    Todd,
    Sorry for the delay but i was on vacation. At below you´ll find the configuration, specifically highlighted in red the configuration regarding to block dial-in connections. This configuration intends to permit the dial-in connections only on business hours. I know that just is blocking IP traffic but I did not find a way to block PPP or other protocol in a low level.
    Could you help me?
    Thanks in advance.
    Current configuration : 18107 bytes
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname central
    boot-start-marker
    boot-end-marker
    logging message-counter syslog
    no logging buffered
    no logging console
    enable password CVMSLoA
    aaa new-model
    aaa authentication ppp default local
    aaa authorization exec dafault local
    aaa session-id common
    memory-size iomem 30
    dot11 syslog
    ip source-route
    ip cef
    ip domain name test_dbkp
    no ipv6 cef
    multilink bundle-name authenticated
    PURPOSELY REMOVED
    username alumine password 0 alumine
    username senillosa password 0 senillosa
    interface Loopback0
    ip address 192.168.2.1 255.255.255.255
    interface FastEthernet0/0
    description to TELCO1
    ip address 10.1.176.1 255.255.255.248
    ip nbar protocol-discovery
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    analysis-module monitoring
    service-policy output CUSTOMER_QoS
    interface FastEthernet0/1
    description to TELCO2
    ip address 10.1.176.9 255.255.255.248
    duplex auto
    speed auto
    analysis-module monitoring
    interface FastEthernet0/1/0
    interface FastEthernet0/1/1
    interface FastEthernet0/1/2
    interface FastEthernet0/1/3
    interface Integrated-Service-Engine1/0
    ip unnumbered Vlan1
    ip nbar protocol-discovery
    service-module ip address 10.1.48.253 255.255.255.0
    !Application: running
    service-module ip default-gateway 10.1.48.1
    no keepalive
    interface Vlan1
    ip address 10.1.48.1 255.255.255.0
    ip flow ingress
    ip flow egress
    ip nat inside
    ip virtual-reassembly
    no autostate
    interface Async1
    no ip address
    encapsulation slip
    async mode interactive
    no peer default ip address
    interface Async0/0/0
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode interactive
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    interface Async0/0/1
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode interactive
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    interface Async0/0/2
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode interactive
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    interface Async0/0/3
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode interactive
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    interface Async0/0/4
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode interactive
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    interface Async0/0/5
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode interactive
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    interface Async0/0/6
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode interactive
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    interface Async0/0/7
    ip unnumbered Loopback0
    encapsulation ppp
    async dynamic address
    async mode dedicated
    no peer default ip address
    dialer-group 2
    ppp authentication chap
    routing dynamic
    router bgp 1
    no synchronization
    bgp log-neighbor-changes
    network 10.1.48.0 mask 255.255.255.0
    network 10.222.48.0 mask 255.255.255.0
    network 192.168.2.1 mask 255.255.255.255
    neighbor 10.1.176.25 remote-as 4
    neighbor 10.1.176.25 ebgp-multihop 255
    neighbor 10.1.176.33 remote-as 5
    neighbor 10.1.176.33 ebgp-multihop 255
    neighbor 10.1.176.41 remote-as 6
    neighbor 10.1.176.41 ebgp-multihop 255
    neighbor 10.1.176.49 remote-as 7
    neighbor 10.1.176.49 ebgp-multihop 255
    neighbor 10.1.176.57 remote-as 8
    neighbor 10.1.176.57 ebgp-multihop 255
    neighbor 10.1.176.65 remote-as 9
    neighbor 10.1.176.65 ebgp-multihop 255
    neighbor 10.1.176.73 remote-as 110
    neighbor 10.1.176.73 ebgp-multihop 255
    neighbor 10.1.176.81 remote-as 11
    neighbor 10.1.176.81 ebgp-multihop 255
    neighbor 10.1.176.89 remote-as 12
    neighbor 10.1.176.89 ebgp-multihop 255
    neighbor 10.1.176.97 remote-as 13
    neighbor 10.1.176.97 ebgp-multihop 255
    neighbor 10.1.176.105 remote-as 14
    neighbor 10.1.176.105 ebgp-multihop 255
    neighbor 10.1.176.113 remote-as 15
    neighbor 10.1.176.113 ebgp-multihop 15
    neighbor 10.1.176.121 remote-as 16
    neighbor 10.1.176.121 ebgp-multihop 255
    neighbor 10.1.176.129 remote-as 17
    neighbor 10.1.176.129 ebgp-multihop 255
    neighbor 10.1.176.137 remote-as 18
    neighbor 10.1.176.137 ebgp-multihop 255
    neighbor 10.1.176.145 remote-as 19
    neighbor 10.1.176.145 ebgp-multihop 255
    neighbor 10.1.176.153 remote-as 20
    neighbor 10.1.176.153 ebgp-multihop 255
    neighbor 10.1.176.161 remote-as 21
    neighbor 10.1.176.161 ebgp-multihop 255
    neighbor 10.1.176.169 remote-as 22
    neighbor 10.1.176.169 ebgp-multihop 255
    neighbor 10.1.176.177 remote-as 24
    neighbor 10.1.176.177 ebgp-multihop 255
    neighbor 10.1.176.185 remote-as 25
    neighbor 10.1.176.185 ebgp-multihop 255
    neighbor 10.1.176.193 remote-as 220
    neighbor 10.1.176.193 ebgp-multihop 255
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 10.1.176.6
    ip route 10.1.48.253 255.255.255.255 Integrated-Service-Engine1/0
    ip route 10.1.176.0 255.255.255.0 10.1.176.2
    ip route 10.1.176.24 255.255.255.248 10.1.176.10
    ip route 10.1.176.40 255.255.255.248 10.1.176.10
    ip route 10.1.176.64 255.255.255.248 10.1.176.10
    ip route 10.1.176.72 255.255.255.248 10.1.176.10
    ip route 10.1.176.88 255.255.255.248 10.1.48.16
    ip route 10.1.176.152 255.255.255.248 10.1.176.10
    ip route 10.1.176.200 255.255.255.248 10.1.48.16
    ip route 10.1.176.208 255.255.255.240 10.1.48.16
    ip route 10.1.176.248 255.255.255.248 10.1.176.10
    ip route 10.2.48.0 255.255.255.0 10.1.176.2
    ip route 10.3.48.0 255.255.255.0 10.1.176.2
    PURPOSELY REMOVED
    access-list 1 permit 192.168.150.199
    access-list 1 permit 10.1.176.2
    access-list 1 permit 10.1.176.6
    access-list 1 permit 10.1.48.0 0.0.0.255
    access-list 1 permit 10.222.48.0 0.0.0.255
    access-list 101 permit ip any any time-range BUSINESS-HOURS
    access-list 101 deny ip any any
    dialer-list 2 protocol ip list 101
    snmp-server community RTPE-T-2 RO
    snmp-server community RTPE-R-2 RO
    snmp-server community RTPE-W-2 RO
    snmp-server location CCTE
    snmp-server contact AREA C+T
    snmp-server host 10.1.48.19 RTPE-T-2
    snmp-server host 10.1.48.219 RTPE-T-2
    control-plane
    voice-port 0/2/0
    voice-port 0/2/1
    voice-port 0/2/2
    voice-port 0/2/3
    dial-peer voice 1 pots
    preference 1
    destination-pattern *1
    port 0/2/0
    dial-peer voice 2 pots
    preference 2
    destination-pattern *1
    port 0/2/1
    dial-peer voice 3 pots
    preference 3
    destination-pattern *1
    port 0/2/2
    dial-peer voice 4 pots
    preference 4
    destination-pattern *1
    port 0/2/3
    dial-peer voice 5 pots
    preference 1
    destination-pattern [5-7]...
    port 0/2/0
    forward-digits all
    dial-peer voice 6 pots
    preference 2
    destination-pattern [5-7]...
    port 0/2/1
    forward-digits all
    dial-peer voice 7 pots
    preference 3
    destination-pattern [5-7]...
    port 0/2/2
    forward-digits all
    dial-peer voice 8 pots
    preference 4
    destination-pattern [5-7]...
    port 0/2/3
    forward-digits all
    dial-peer voice 9 voip
    destination-pattern 199
    session protocol sipv2
    session target ipv4:10.255.48.227
    no vad
    dial-peer voice 10 voip
    destination-pattern 101
    session protocol sipv2
    session target ipv4:10.3.48.3
    no vad
    dial-peer voice 11 voip
    destination-pattern 102
    session protocol sipv2
    session target ipv4:10.3.48.35
    no vad
    dial-peer voice 12 voip
    destination-pattern 103
    session protocol sipv2
    session target ipv4:10.3.48.67
    no vad
    dial-peer voice 13 voip
    destination-pattern 121
    session protocol sipv2
    session target ipv4:10.2.48.3
    no vad
    dial-peer voice 14 voip
    destination-pattern 122
    session protocol sipv2
    session target ipv4:10.4.48.3
    no vad
    dial-peer voice 15 voip
    destination-pattern 123
    session protocol sipv2
    session target ipv4:10.18.48.3
    no vad
    dial-peer voice 16 voip
    destination-pattern 131
    session protocol sipv2
    session target ipv4:10.12.48.3
    no vad
    dial-peer voice 17 voip
    destination-pattern 132
    session protocol sipv2
    session target ipv4:10.220.48.3
    no vad
    PURPOUSLY REMOVED
    line con 0
    line aux 0
    stopbits 1
    line 0/0/0 0/0/7
    modem InOut
    autoselect ppp
    stopbits 1
    speed 57600
    flowcontrol hardware
    line 66
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
    line vty 0 4
    access-class 1 in
    privilege level 15
    transport input telnet ssh
    line vty 5 15
    access-class 1 in
    privilege level 15
    scheduler allocate 20000 1000
    time-range BUSINESS-HOURS
    periodic daily 09:00 to 17:00
    end

  • Autocheck during business hours?

    Is it possible to let my email automatically be checked only during business hours ?

    Sure you can. When you leave work, go into settings and switch to manual, and when you get to work, switch it to auto-check

  • CUIC Custom Report for Business Hours for Weekdays Only

    Customer wants a UCCX custom report which we are building with CUIC Premium.  The one criteria we are having issue with deals with the ability to selects days of the week BUT only with specific hours of the day for each of the days selected.  So customer want to be able to run the report for Monday to Friday but from 8AM to 5PM for each of those days, so essentially during business hours only.  The built in Absolute Date Range does not work because that would run the report starting Monday at 8AM until Friday at 5PM.
    Thanks,
    Dan

    dicharville,
    Our 3rd party solution lets you produce historical reports by "shifts" by each day.  In your case each day agents having the shift of 8 - 5.  Let me know if you would like to discuss in detail how our solution can accomplish this and more.
    Thanks,
    Ron Reif / [email protected]
    651-635-2822

  • Restrict data to after Business hours only...

    hi all,
    I am trying to ascertain how many services calls are logged to a particular workgroup made after business hours i.e. after 6.00 pm(18:00hrs) and before 7am (07:00hrs), each day for past 2 months.
    so how do i restrict the data only between these times.
    i am confused as 7.00am fall on the next day early morning.??? thus data is restricted to from 6 in evening to 7:00 hrs next day in morning.
    any inputs or ideas will be highly appreciated mate..
    regards
    abhi.

    Use a record selection formula that ONLY pulls times (hopefully you have a date time field) that are between 6pm and midnight OR between midnight and 7am.

  • How to Calculate End-Date for a given Startdate in business hours without holidays

    Hello Experts,
    I need to create a plsql function where we need to determine end date for a task. For this, input will be only start date & number of hours allocated for that task. Based on this input we need to exclude Business hours & need to include only Business hours. and in the end we need to achieve the end date after the hour addition to the start date.
    Example : INPUT: 03-OCT-2013 12:00:00 PM /
                                  Hours Allocated 30 Hrs.
    Business Hours - 11 AM to 9 PM.
    So time starts from or Startdate is Friday 03-OCT-2013 12:00:00 PM. 
    So If I want to calculate the end-date by adding 30 hours to it, it should come WednesDay 09-OCT-2013 12:00:00 PM because I excluded Weekends & considered only business hours that is 11 am to 9 pm.
    I am not able to get any such guidance in Internet as most of the docs are having start & end date as input.
    Please help!
    Thanks in advance !!

    Hi,
    As Christ said, there's no nuilt-in Oracle function to tell whether a given DATE is a holiday or not, partially because there's so much local variation in holidays.  You can write a function like that (see http://forums.oracle.com/forums/message.jspa?messageID=3351081 ), but creating a table will be simpler and more efficient.
    I suggest creating a row for every date, whether it's a work day or not; that way, you can have variations in the schedule (e.g., schedule changes and
    partial holidays).
    CREATE TABLE  work_calendar
    (   dt  DATE       PRIMARY KEY
                       CONSTRAINT  work_calendar_dt
                           CHECK (dt = TRUNC (dt))
    ,   day_type       VARCHAR2 (8)  NOT NULL
                       CONSTRAINT  work_calendar_day_type
                           CHECK ( day_type IN ( 'HOLIDAY'
                                               , 'WEEKEND'
                                               , 'WORK DAY'
    ,   start_time     DATE
    ,   end_time       DATE
    ,   work_hours     NUMBER
    ,   work_hours_since_1970     -- or some point earlier than you'll ever need
                       NUMBER
    ,   CONSTRAINT  work_calendar_start_time
            CHECK ( TRUNC (start_time) = dt)
    ,   CONSTRAINT  work_calendar_end_time
            CHECK ( TRUNC (end_time) = dt)
    This will let you do a lot of the calculations you need without a function.

  • Need ANI details of calls landing during Out of business hours

    Hello All,
    Our Contact Center management has raised a new requirement to report with the ANI details of calls landing at any skill groups during put of business hours.
    Options that we have is
    1. Webview report - Call Type 22 and 23
    But in this, If we specify put of business timings and generate the report it will give the number of calls and not its ANI.
    2. Call detail report from our custom report application.
    Here the problem is, this report will give details of calls landing during business hours alone. The reason is that only the calls that utilizes VXML ports in CVP gets to this custom report. The calls coming in during of hours is handled at ICM level and to play the out of office hours prompt it utilizes CVP port not VXML and terminates the call.
    Is there any way to get this ANI details without having to modify this custom report much. Please assist in this. Let me know if you need any more details.

    That's pretty strange.
    Let's just see how you are doing this. Once you detect the out of hours situation in your Routing Script (either by checking a Global variable refreshed by an Admin script or by having a Time of Day node directly in the routing script), do you set a Call Type?
    Then after setting the call type, I assume you play a CVP message and Release the call. Correct?
    When you query the TCD on this call type you should only see your after hours calls. Let's look at one of the calls.
    You should see two rows in the TCD, one with the DNIS of your number on the gateway, or from the PSTN carrier, and one with the VRU transfer label (say 8111111111) - maybe that's in the DigitsDialed column, I'm not in front of an HDS database and can't check. This is all you should see for a call that comes out of hours.
    Both these legs should have the same RouterCallKey with different RouterCallKeySequenceNumbers.
    Do you see this?
    What is happening with another call at a similar time with a different RouterCallKey ? That doesn't make sense.
    Maybe you could do a query and show us the output?
    Regards,
    Geoff

  • What is the impact if Stats Gather runs in business hours.

    Hi
    I have a Production Database in which Stats gather is running every alternative day as per the business requirement.
    This Stats gather job starts at 7 PM. As data growing in this Database Time taken for this Job also increasing.
    Now a days, This job is taking more than 14 hours to Analyze the Production Schema! It is completing at
    9 AM in next day by the time business time starts.
    Below is the script which we are using.
    EXEC DBMS_STATS.GATHER_SCHEMA_STATS(ownname=>'${schema_name}',estimate_percent=>'',method_opt => 'FOR ALL COLUMNS SIZE
    AUTO',cascade => TRUE,options=>'GATHER');
    1. Is it recommended to run the stats gather in business hours?
    2. How can We tune this Schema gather, so that this will take less time.
    Appreciate the help.
    Thanks in Advance.

    Hello,
    Gathering statistics is an heavy operation which should be done out from the Business hours.
    If you are in *10g* or *11g*, normally every night (after 10 PM) the statistics are gathered.
    Else, you can also use the following option:
    options            => 'GATHER STALE' By that way, You would speed up analyze by analyzing only tables with more than 10% data change. But the MONITORING option must be enabled first on each Table.
    You may find here some tracks about GATHER_STALE option:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2453570168793
    Hope this help.
    Best regards,
    Jean-Valentin

  • Thank you. Save or print this page for your records. We'll also send you an email confirmation. Case ID: 421912520 You have chosen to call Apple later. When you're ready, call the phone number below during business hours and refer to your Case ID for fas

    Thank you.
    Save or print this page for your records. We'll also send you an email confirmation.
    Case ID: 421912520
    You have chosen to call Apple later. When you're ready, call the phone number below during business hours and refer to your Case ID for faster support.
    1-800-MY-IPHONE
    6:00 a.m. to 11:00 p.m. Central
    iPhone
    Restore or update not working as expected
    You can review this case in the Cases & Repairs section.
    Additional Resources
    Return to Apple Support home.
    Visit your Support Profile.
    Create another support request.
    Your contact information
    Onechai John
    <Email Edited by Host>

    They already have your number and/or email address and maybe have sold it several times already to others as well. They also use number generators - software that will automatically create them - some work and some don't, they don't care, they send out millions and a few will fall for it and send them money. The only way to "hide" would be to change both and your password, but then it would happen again at some point.

  • Building a report filter that excludes non-business hours and weekends

    Hi All,
    I need to know if this can be done in Answers:
    I have built a system in CRM that captures timestamps when SRs are moved into and out of stages in the SR resolution lifecycle. Then I have a report that uses timestampdiff to calculate the time that a SR spends in each SLA metric window (Respond, Diagnose, Resolve). The report currently displays only the hard difference based on a 24 hour clock.
    We need to be able to build a filter that will exclude any non-business hours (say outside of 9:00 to 5:00) and weekends, so that if my Respond window is 2 hours and an issue is recorded with a Response Start timestamp of 4:00pm, the report would show that if the Response Stop timestamp is at 9:30am the next business day, the SR met the required SLA.
    Does anyone know if this can be done? If so, any insight on how to build it? I've seen a document that explains how to exclude weekends from workflow, but can the same thing be done in reporting?
    This is a very urgent request and any help here is greatly appreciated.
    Thanks!

    Exclude weekends you can do but not business hours but perhaps you can create something....if timestampdiff(Days) greater than 1 then take off 16 hours....Mike Lairsons book has the formula for excluding weekends and I think someone may have posted it in this forum if you search for it.
    cheers
    alex

  • Deadline, Business Hours vs. Maintenance Windows

    I read the blog about Business Hours vs. Maintenance Windows, but I still have two questions
    http://blogs.technet.com/b/server-cloud/archive/2012/03/28/business-hours-vs-maintenance-windows-with-system-center-2012-configuration-manager.aspx
    Event 1: Application A
    No Maintenance Windows &  No Wake on LAN;
    Business hours is 5am to 10pm;
    User start laptop at 8AM and close at 5PM every day;
    Deadline is 11PM, Thursday;
    Available is 9Am, Monday, User clicks "Install Later".
    So when A will be installed?
    Event 2: Application B
    Maintenance Windows is 1AM to 4AM , NO Wake on LAN, B has not been configured that install when out of Maintenance Windows;
    Business hours is 5am to 10pm;
    User start laptop at 8AM and close at 5PM every day;
    Deadline is 11PM, Thursday;
    Available is 9Am, Monday, User clicks "Install Later".
    User never start laptop in Maintenance Windows time, so if it mean that B will never be installed?

    To add a couple of clarifying points to the article linked:
    - Business hours are meaningless after a deployment's deadline and are only used before the deadline.
    - Business hours are only relevant if a user has explicitly stated for a deployment to be enforced outside of their business hours.
    - The intent of business hours is to allow users to schedule enforcement of a required deployment before a deadline but outside of their work hours so it never interrupts them.
    The article does say all of this, just not as directly.
    For Event 2 (application b), this is why using maintenance windows usually doesn't work well for workstations. Why would the business hours be set for 5AM to 10PM though? That really makes no sense based on my third point above. Of course in this case, if
    the system is totally off, it doesn't really matter anyway.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • What are normal business hours for support?

    What are normal business hours for Apple Support in the Hong Kong region?
    The support page at:
    http://www.apple.com/hk/en/support/iphone/contact/
    and the phone number, when called, do not specify normal business hours.  In fact, the phone number, when called, only says "call back during normal business hours".  
    Please... are they open on Sunday, Saturday, 8pm, 7pm, ????????

    Really kb1951, I did try calling on Saturday, about 6pm.  They were closed.  But that does not answer my question.  And "normal" support lines do address their hours in the recording.
    Additionally, if you call at 4pm, even, how does that tell you when they open???  Should I call at 7am, 8am, 9am, 10am, just to get my answer?
    You trying to answer my question based on what other businesses do is really a waste of your and my time.  As you're just "guessing".  I can guess.  I don't need you for that!
    I came to the support community for a reason - to get an answer, not a guess.

  • HT2204 I created two iTunes accounts:  one for business purchases and one for personal.  However, when I try to purchase an iBook on my personal account only the business account information appears, and my business password is requested.  How can I selec

    I created two iTunes accounts:  one for business purchases and one for personal.  However, when I try to purchase an iBook on my personal account only the business account information appears, and my business password is requested.  How can I select a different account depending on the type of purchase I am making?

    You would have to sign out of the store with that AppleID and sign in with the alternate AppleID.
    Settings -> iTunes & App Stores -> tap the Apple ID showing, logout, then login.
    Beware thought that you can only change a device's AppleID association once every 90 days.
    http://support.apple.com/kb/ht4627
    So if you do this, you will not be able to use the other AppleID on that device for 90 days.

  • How to set Business Hours with script?

    I have a single SCCM 2012 SP1 CU4 server running on Windows Server 2012.
    My business has multiple locations and some of them have different hours of operation.  I am wanting to change the "Business Hours" for some of these sites and looking for the best way to do it.
    I found this guide that uses PowerShell, but I get a "Script is not signed" error:
    http://powersheller.wordpress.com/2012/11/20/sccm-2012-setting-software-center-business-hours-with-a-compliance-configuration-item/
    I saw Torsten's example using a VBscript, but I get an "Incorrect function" error:
    http://www.mssccmfaq.de/2012/03/26/software-center-business-hours-auslesen-setzen/
    Both of those web pages look like they were done a couple years ago so I hope everything still applies.
    Any help would be great!
    Thanks

    For the Powershell one... make sure you have two things. In the ConfigItem, for the Compliance test, you did check the box about "run the specified remediate script ..." right?
    for the Baseline, when you assigned it, you did check the box about remediate when you deployed it to the collection?
    If either or both of those are missing, what you are doing is monitor only... so the remediation script won't ever actually run, so it's monitoring only.  So it would make sense that you are getting non-compliants back.  You aren't ever asking
    it to really run the remediation piece.
    EDIT:  Just referencing this here... just in case: 
    http://blogs.technet.com/b/server-cloud/archive/2012/03/28/business-hours-vs-maintenance-windows-with-system-center-2012-configuration-manager.aspx  Sometimes people misunderstand what a business hours definition means vs. what a Maintenance Window
    (Service Window) means in Configmgr 2012.  If you aren't 100% positive what the difference is, read through that blog just to get it straight.
    Standardize. Simplify. Automate.

Maybe you are looking for

  • Remove one version from web gallery album

    I created a mobile me gallery in aperture. AFter doing it, i decided to add copyright to the images in photoshop. I did this with apertures ability to edit with an external editor. I completed it all and went back into to aperture happy to se there w

  • Multiple adapter engine URL's found

    Hello, In the integration directory, when we tried to add a communication channel or change a currently existing communication channel we get an error " Attempt to determine which Adapter Engines are affected by data changes failed". We did a cache r

  • Need Help on blue screen

    there, Please Dear I have a problem in my laptop that really bothering me and I can't find a true solution, and also can't risk to try a friends suggestions, so may you please help me and here's problem

  • Why am I losing crop when exporting from LR (?)

    Hi. I'm a newbie to LR and am stumped trying to figure something out (Yes, I've checked all through the forums).  I've made some adjustments to a bunch of photos in LR3--contrast, brightness, etc.  I've also cropped them to 5x7s.  When I export as a

  • N97: Tasks not displayed

    I'm using a MfE account on my N97. When synchronizing all items are well received and send so to see. However the task items (which are indeed synchronized) cannot be not displayed in my calendar application.  Does anyone recognizes this problem and/