Get users using OWA for devices

I would like to disable OWA for devices for all users except those currently using the OWA for iPhone/iPad app.  Is there a PowerShell cmdlet available to grab mailboxes that have OWA for devices accessing them?  I've been looking at get-activesyncdevices
but this only returns actual devices using activesync.  I haven't seen how to pull the OWA for devices objects with PowerShell.  They are visible in EAC when viewing details under Mobile Devices, but that's not very helpful for the number of users
would have to look through. 
Exchange 2013 CU1 Enterprise

I found it, I was looking for Get-MobileDevice. 

Similar Messages

  • Disable Offline Folders in "OWA for Devices" App

    Is there a way to disable Offline Folders in OWA for Devices?  
    I like this application, but it won't fly with security unless I can disable this Offline Folder feature.  I already have offline folders disabled in OWA, but I guess it does not cross over into this space.
    brian smith

    Hi Smith,
    I don't understand what's 'Offline Folders'. Based on my knowledge, it is .ost on Outlook client.
    If you talk about "Work Offline in OWA", we can disable it via  Using Outlook Web
    App offline.
    However I can't find Exchange build-in method to disable this feature for "OWA for Devices".
    I only find this AllowCopyContactsToDeviceAddressBook parameter in Set-OwaVirtualDirectory and Set-OwaMailboxPolicy cmdlets.
    This parameter specificed if users can copy the contents of their Contacts folder to a mobile device’s native address book when using OWA for Devices.
    Thanks
    Mavis Huang
    TechNet Community Support

  • OWA for Devices (iphone,ipad,android)

    Hi
    I'm wondering what are the requirements for Owa for devices. Unfortunately I can't find any specification especially concerning the on-premises Scenario.
    - is the Exchange on-premises Scenario supported or do I need Exchange Online (off365)?
    - do I Need Exchange 2013 Sp1 or can I run the owa for devices also with Exchange 2010?
    Any help would be appreciated
    Best Regards Bueschu
    Bueschu

    Hello Bueschu,
    Nothing for on-premises Exchange (at least yet...), those are just for Office 365 business users...
    Look for the Steve Chew's comment at http://blogs.office.com/2014/06/11/owa-for-android-now-available-on-select-devices/

  • I keep getting ' user not register for online ' when trying to get track names for my CD imports

    Please help, I am unable to import any CD's I keep getting "user not registered for online use"
    I am running Windows Vista, Itunes 12.
    I have attempted Repairing & re-Installing, but still having a problem, Any advice please folks.

    See this thread: Re: itunes 12 track names not found and user not registered for online use.
    Some extra cleaning may sort things out.
    tt2

  • I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7

    I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7 and I'm unable to find a solution.

    I can't be certain exactly which steps are going to be needed in each case, but if you work through this in sequence hopefully one of the steps will prove effective.
    First try this:
    With iTunes closed.
    Press the WinLogoKey+R
    Type in %appdata% and press return
    Double click on Apple Computer
    Double click on iTunes
    Delete the file CD Info.cidb
    Start iTunes and try again.
    If that doesn't work close iTunes and try deleting com.apple.iTunes.Gracenote.plist in the same folder.
    If that doesn't work close iTunes and try deleting iTunesPrefs.xml. This will reset your some of your preferences in iTunes so be sure to check them and reset as required.
    If that still hasn't resolved things close iTunes and try deleting the entire %appdata%\Apple Computer folder or look for parallel files/folders in the C:\Users\<User>\AppData\Local or C:\Users\<User>\AppData\LocalLow in case a corrupt file is persisting there.
    Note that any iOS device backups are stored in the MobileSync folder within Apple Computer. Once things are working you should backup your devices again as soon as possible.
    Or it might not be the preference files after all...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Disable Offline Folders in OWA for Devices

    Is there a way to disable Offline Folders in the OWA for Devices mobile application?  I have already disabled this setting in OWA, but this setting does not appear to cross over.
    brian smith

    Hi,
    From your description, I would like to verify if you want to disable Offline Access in OWA. If yes, you can use the following cmdlet to check the result. If I have misunderstood your concern, please let me know.
    Set-OwaMailboxPolicy –AllowOfflineOn NoComputers -Identity xxx
    For more information, here is a helpful blog for your reference.
    Offline access in Outlook Web App 2013
    http://blogs.technet.com/b/exchange/archive/2012/11/06/offline-access-in-outlook-web-app-2013.aspx
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Where does apex get user details from for login in

    sorry for this stupid question. I have been looking up in google "where does apex get user details from for login in" and nothing answers my question. Basically I wanted to know when you log in your application how does apex know you have access to this application. How does it know you are a valid user because I am creating an application which basically checks if a user exist in one database and also checks if he/she exist in the second database.
    Thanks you and sorry if this is very newbie

    In the page 101 which is the login in page in the login in process. I have this in the source its not working in term of it is not letting me login in anymore even though I exist in the user table.
    DECLARE
    v_access_level number;
    BEGIN
    SELECT count(*)INTO
    v_access_level
    FROM USER
    WHERE UPPER(USER_NAME) = UPPER(:APP_USER);
    IF NVL(v_access_level, 0) !=0 THEN
    wwv_flow_custom_auth_std.login(
        P_UNAME       => :P101_USERNAME,
        P_PASSWORD    => :P101_PASSWORD,
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':9'
    ELSE
    wwv_flow_custom_auth_std.login(
        P_UNAME       => :P101_USERNAME,
        P_PASSWORD    => 'YtYuTrFRd',
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':9'
    END IF;
    end;
    please bare in mind that my USER table DOES NOT have a password because the authentication scheme as all the details of login in to any systems. I am only trying to check if the username exist in my USER table.
    Thanks

  • Can I get around using Spry for pop-up menus?

    Members of our organization tend to be older and not so quick
    to update their software or browsers. We're trying to develop a new
    site, and although we've had CS3 here since last year, it just
    grayed out our ability to use "Show pop-up menu" as an option this
    week.
    According to Adobe, Spry is only supported on the following
    browsers: Firefox, IE6 and higher, Safari 2, and Opera 9.
    According to our web stats, our users use: Netscape 4.x
    (32.92%), MSIE 6.x (23.08%), Netscape 7x. (8.62%), AOL (4.16%),
    Firefox 1.x (0.34%), Opera 3.x (0.13%), *Unknown (29.08%)
    I can't use a function that only 25% of my site visitors can
    see!
    Any suggestions? I'm desperate!

    > We're trying to develop a new site, and although we've
    > had CS3 here since last year, it just grayed out our
    ability to use "Show
    > pop-up menu" as an option this week.
    This has always been the case. CS3 will only enable that
    option on a page
    that already has one of those nasty menus on it. In other
    words, the effect
    has been taken on a long walk off a short pier. To see why I
    refer to these
    as 'nasty', read this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are so MANY MUCH BETTER ways to do these kinds of
    things -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Remps" <[email protected]> wrote in message
    news:fr6gil$hc7$[email protected]..
    > Members of our organization tend to be older and not so
    quick to update
    > their
    > software or browsers. We're trying to develop a new
    site, and although
    > we've
    > had CS3 here since last year, it just grayed out our
    ability to use "Show
    > pop-up menu" as an option this week.
    >
    > According to Adobe, Spry is only supported on the
    following browsers:
    > Firefox,
    > IE6 and higher, Safari 2, and Opera 9.
    >
    > According to our web stats, our users use: Netscape 4.x
    (32.92%), MSIE 6.x
    > (23.08%), Netscape 7x. (8.62%), AOL (4.16%), Firefox 1.x
    (0.34%), Opera
    > 3.x
    > (0.13%), *Unknown (29.08%)
    >
    > I can't use a function that only 25% of my site visitors
    can see!
    >
    > Any suggestions? I'm desperate!
    >

  • CMDLET commands regarding setting a default font for all users using OWA on an exchange 2010 platform

    HI,
    We are running Exchange 2010 and are migrating users from 2003 to 2010 with no problems.  The client has asked me to set OWA font to LuidaSans which I can do for individuals with no problems.  However, when I try and run the following command
    Get-Mailbox -Resultsize Unlimited | Set-MailboxMessageConfiguration -LucidaSans but then got a message to state
    "property composefontname can't be set on this object becuase it requires the object to have version 0.1 <8.0.535.0> or later.  The object's currant version is 0.0 <6.5.6500.0>"
    What object is this reffered to?  Can anyone help please?
    Thanks
    Paul

    Hi,
    To set a default font for all users, you can use this command: -
    Get-Mailbox | Set-MailboxMessageConfiguration -DefaultFontName "Trebuchet"
    You can use any font style in place of “Trebuchet”.
    I hope this information will be helpful for you.
    Thanks and regards
    Ashish@S 
    Ashish@V

  • Getting user-supplied data for links to remote website

    Hi,
    I want to certify a enterprise portal business package that should be fairly easy. This is my first experience using SAP or doing an integration and this forum and the documentation is my only access to information. There are no experts here...yet.
    Anyway, the only thing I need to do for the portal integration is to display some links to our .NET web application. When a user selects one of the links, the associated web page should display in the right pane of the portal.
    My questions are this:
    Is displaying the webpage in the right pane of the portal OK? Are there any issues I need to consider when displaying the webpage content, such as the look of the page? (I would like to display the page exactly as it is displayed if one were to use a web browser to view it if that is OK).
    The .NET application runs on IIS. Is it permitted to run this on the same machine as the SAP server?
    What would be the best technique to get information about where my .NET web application is running, such as host and port number? When one installs the business package, they must either be asked to enter the location of the remote web server, or maybe the information can be retrieved from a configuration file. (?)
    Lastly, is it OK to create the links using the URL iView or should I use Visual Studio to create the links then create a PAR file?
    Thank you very much for your help

    Hi,
    If I undestand correctly you are trying for PBNW (Powered by Netweaver certification ).
    In that case they don't accept url iViews.
    Peronalisation and SSO are pre requiste for the certification .So, you may have to develop .Net iviews for your application.
    Thanks,
    Abdul raheem S

  • Getting backup using "backint for Oracle" to work

    Hi
    We are trying to get the backups to work on MaxDB 7.6 using the backint for Oracle interface.
    I have created an environment/config file and set the variable NSR_ENV.  The contents of this file is as follows:
    NSR_HOST           cmsapapp01.csenergy.com.au
    NSR_HOME           "C:\Program Files (x86)\Legato\nsr\bin"
    NSR_POOL           SAPData
    NSR_EXPIRE         year
    NSR_EBIDTYPE        NSAVETIME
    NSR_USEOUTPUT        SAVE
    I have created a backup media with the following options:
    Backup Type:  Full Backup
    Device Type:  PIPE
    Backup Tool:  NSR
    Device File:  c:\temp\file.pipe0
    When I run this, I get the following error:
    Begin of error output of NetWorker (C:\WINDOWS\TEMP\temp1204089773-1)----
            save: VSS Enabler is requested from NetWorker License Manager.
            save: c:\temp\file.pipe0: No such file or directory
    Am I doing something wrong...
    OS is Windows 2003.
    Thanks
    Doug

    Hello Doug,
    on Windows the pipe syntax is as follows:
    .\pipe\<pipename>
    HTH,
    Melanie

  • How can I get User's Manal for Ultiboard in Russian language?

    I need to presrent tthis product at conference in my university, but i couldnt find russian version of user's manual or getting started for ultiboard does it exist?

    Sorry but Ultiboard is only localized in German, Japanese and English. We do not have any Russian translation or localization available. There could maybe be a unofficial translation in the web if you use search engines, but from NI's side we do not have it.
    Nestor
    National Instruments

  • Hpw to get user exit triggered for PCP0?

    HI
    I've a situation here...where i'm suppose to use the user exit for transaction PCP0....but tried putting the break-point ther in all the includes (PCP00001-----CUSTOMER EXIT FOR POSTING PAYROLL RESULT) but of no use it doesnt stop anywhere ther!!
    can someone tell me how to use this exit..if u have already used it before!!
    Regards
    Gunjan

    Hi gunjan,
    1. This user exit PCP0001
       is for program RPCIPE00
    2. The tcode PCP0
       is just for DISPLAYING.
    3. But RPCIPE00 is for processing.
       ie Creating Posting Run.
       (i think u  want to do posting, and not just display)
    4. So use this exit in RPCIPE00.
       (if u find CALL CUSTOMER-FUNCTION
        in the above (MAIN) program,
       u will get the calls and u can also
       debug and do break-point )
       (but first u must create a project for
       enhancement and activate it and then
       put break-point in the include)
    I hope it helps.
    regards,
    amit m.
    Message was edited by: Amit Mittal
    Message was edited by: Amit Mittal

  • Post Process Event Handler not getting user's CURRENT_STATE for a UDF field

    I have a post process event handler in OIM R2 BP04 , which runs on Trusted Reconciliation and it compares user's ("CURRENT_USER") state and ("NEW_USER_STATE") and based on that derives a business logic.
    The problem that i am  facing is that, it is not able to get the User's ("CURRENT_USER") state for a UDF(EMAIL_LIST) field and it is coming as null,and  hence is breaking the business logic.The same Event Handler is working on TEST and QA ( 4 node cluster)environments and is not working on PROD environment( 4 node cluster).
    The different thing that was done on was that during the initial recon the event Handler was not present  and after the initial load of the users i have manually executed the database sql query which have updated the "EMAIL_LIST field manually for all the users
    I think  that since during the initial recon as the  EMAIL_LIST was not populated and was  populated  through the SQL update for all the users, the orchestration inter event data does not contain email list, and so it is coming as null.
    But i am seeing the same behavior for new records as well, which are created and  then updated after event handler is registered.
    Please reply, if you have encountered something similar.
    Thnx
    Akshat

    Yes i need the old state, which is
                        Identity[] oldUserStatesIdntArr =
                            (Identity[])(Identity[])interEventData.get("CURRENT_USER");

  • Query to get users using a Form

    Hi All
    I would like to build a query to get all users who is having access to a form. I could get the cases
    where there is no submenus. But how can I handles cases were submenus also there. Please help. I have checked
    the other posts in this forum. But none is giving a possibility of giving single query for this.
    Kindly help.
    Version 12.1.3
    Thanks,

    I guess my question was confusing.
    I build a query like this to getthe information, but it will work only if the function is attached directly to the main menu. It will not work incase of submentus.
    SELECT distinct usr.user_name FROM
    FND_FORM_VL form,
    FND_FORM_FUNCTIONS_VL func,
    FND_MENU_ENTRIES_VL menu_l,
    FND_MENUS_VL menu_h,
    FND_RESPONSIBILITY_VL resp,
    FND_USER_RESP_GROUPS_DIRECT usr_resp,
    FND_USER usr
    WHERE func.form_id = form.form_id
    AND menu_l.FUNCTION_ID = func.FUNCTION_ID
    and menu_h.MENU_ID = menu_l.menu_id
    and form.form_name = :FORM_NAME
    and resp.MENU_ID = menu_h.menu_id
    and usr_resp.responsibility_id = resp.responsibility_id
    and usr.user_id = usr_resp.user_id ;

Maybe you are looking for

  • Description of field from data element in table control

    hello people !!! I need help !! I’m using a table control in my module pool program. I create this table through wizard, taking the fields from an internal table. This internal table was defined like this: Table Control ; posting items DATA: t_postit

  • How to set a extended attribute as read-only in runtime

    Hi Team, I would like to set a extended attribute as read-only in runtime based in a condition. I tried with "Criterion" in a extended model definition, but if the condition is false the content field disappear. Best regards

  • BI Content Update rules not available for 0IC_C03 cube

    Hi We have recently did technical upgrade to our DEV box and made a system copy for sand box. I am trying to install the BI content for 0IC_C03 infocube. I cant see update rules for this data flow. I could see Transformations and can also see info so

  • Reinstalled elements 6

    I had to reinstall photoshop elements 6 My working display is stamp size, it says that it is a 8 x 10. if I enlarge it to be able to see and work on it the pixels or dpi get all distorded and prints the same.  I have used this for years and have not

  • Occasional 100% CPU on 2811 doing T.37 fax

    Hi, We support many 2811 gateways at customer sites, all handling T.37 fax (almost entirely onramp) and nothing else.  Occasionally we see bursts of the following in the logs, showing that incoming fax calls are being rejected due to high CPU: Sep 12