Azure RMS and FCI Servers

I am setting up a FCI server and want to encrypt certain documents based on policy.  I have completed the pre-requisites and have reached the stage to install the RMS Connector.  After installing it, I went to authorise a FCI server but I do not
have that option.  The only options available are Exchange and Sharepoint.
I have tried the sharepoint option and specified the computer account but when running the GetConenctorConfig script I receive back a 401 Unauthorised error.  Any thoughts as to why the option for a FCI server type is not present?  Seems to be
a significant oversight.
Regards
Pete Hall

This was a pretty recent addition and I know it took a while for it to show up for everyone.
Is this still an issue?

Similar Messages

  • Azure RMS and Cache

    I am trying to make protected documents available to some users via Azure RMS. Within the templates, there is an option called Offline Settings and its configured to "Content is available only with an Internet connection".
    Background:
    When I open the file in Office 2010 or Office 2010, the user is prompted to login (good) and the credentials are cached.
    If the internet connection is unavailable, both Office 2010 or Office 2013 does not open the document (good).
    For the next 8 hours, Office 2013 will not prompt for authentication as its cached (acceptable/good).
    The problem is that Office 2010 seems to cache the credentials forever. Meaning that if a employee is suspended, they still have access to the document. Any ideas?

    Hi Bigredthelogger,
    Summing up - if you enable "Content is available only with an Internet connection" with Azure
    RMS,  to be able to open a protected document users will always need to have Internet connection. If they don't - they fail.
    Now, if you want to revoke access to the documents for the users you should disable users account. Relying
    on caching auth credentials is not a good way to your requirement. Depending on your architecture
    If you have your users synced from AD to Azure - disable users account in AD and this information should
    disable user in the Cloud resulting in user being not able to access document
    If you have your users directly in the Cloud with no synchronization - just login to the Office365 portal
    as a Global Admin, go to Users, search for the user and there in the settings section you can choose to block user "<label disabled="disabled">The user can't sign in or access services.". Also you can remove RMS subscription
    from the user account</label>
    Did my post help you or make you laugh? Don't forget to click the Helpful vote :) If I answered your question please mark my post as an Answer.

  • RMS and FCI Server 2012 r2

    Trying to use FCI in combination with an RMS template.
    but when i go to create the file management task and try to add the RMS Encrytion action the select template is greyed out and  in the box it says unable to retrieve RMS template.
    Not sure what i am missing since i can't seam to find a guide on how to set up FCI and RMS  on server 2012 R2

    Hi,
    I found following 2 articles which related to use FCI and RMS. Please see:
    Using File Classification Infrastructure (FCI) and AD RMS to automatically protect sensitive information
    http://blogs.technet.com/b/filecab/archive/2010/01/31/using-file-classification-infrastructure-fci-and-ad-rms-to-automatically-protect-sensitive-information.aspx
    Protect everything: using FCI to protect files of any type with Windows Server 2012
    http://blogs.technet.com/b/rms/archive/2012/11/09/protect-everything-using-fci-to-protect-files-of-any-type-with-windows-server-2012.aspx
    And we have a specific forum for ADRMS so you could post your question there for further information: 
    Active Directory Rights Management Service(On premise)
    http://social.technet.microsoft.com/Forums/en-US/home?forum=rms
    If you have any feedback on our support, please send to [email protected]

  • Azure RMS user licensing

    Hi,
    Im struggling with finding clear information on licensing surrounding Azure RMS, in particular protecting files on on-premise file servers.
    To begin with we only want to use Azure RMS to protect content stored within on-premise Windows 2012 servers using FCI and the Azure RMS Connector.
    In terms of licensing the users do we need to
    A) License each user that will be consuming protected content on premise?
    or
    B) License the users that will be applying the protection to content.
    i.e. does a user need a RMS license to consume on premise protected documents.
    A previous engagement with Microsoft Partner PreSales Advisory stated that we do not need to license users that are purely consuming content and only need to license uses putting the protection and policys in place but we wanted to confirm this.
    We are aware that with Applications such as Exchange Online and SharePoint Online all users need an RMS license but we need the clarification on on-premise file servers.
    Can anyone help?
    Many Thanks

    Hi Carol,
    Thank you for the further explanation this certainly does help clear things up.
    Thinking about this scenario more and more it does seem like it could be quite cumbersome to license with a high potential to not license correctly certainly in a large environment.
    Depending on how you have you NTFS permissions setup it strikes me that you would need to license any user that has the potential to save / create a file in a location as by default they would be the owner of that new file.
    Would it be a sensible suggestion to have a license in place for all members of the security group that has the ability to create files in the location you are protecting? Further on from that if a we did this and a member of that security group didn't have
    a license would we breach licensing regulations or would they simply not have the relevant functionality available to them? Taking this even further if the protection gets put in place by a policy / FCI rule surely they wouldn't need any different level
    of functionality as FCI will be assisting in putting the protection in place not the user creating the files.
    Sorry to bombard you with my questions / ramblings!
    Thanks

  • Azure RMS Licensing

    Hi,
    Im struggling with finding clear information on licensing surrounding Azure RMS, in particular protecting files on on-premise file servers.
    To begin with we only want to use Azure RMS to protect content stored within on-premise Windows 2012 servers using FCI and the Azure RMS Connector.
    In terms of licensing the users do we need to
    A) License each user that will be consuming protected content on premise?
    or
    B) License the users that will be applying the protection to content.
    i.e. does a user need a RMS license to consume on premise protected documents.
    A previous engagement with Microsoft Partner PreSales Advisory stated that we do not need to license users that are purely consuming content and only need to license uses putting the protection and policys in place but we wanted to confirm this.
    We are aware that with Applications such as Exchange Online and SharePoint Online all users need an RMS license but we need the clarification on on-premise file servers.
    Can anyone help?
    Many Thanks

    Please see the following blog post. I believe it covers your questions.
    Rights Management Licensing Terms (for Orgs and ISVs)
    Consuming protected content is free. Licenses needed to protect content. Other details in the link.
    Steve L [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights.

  • RMS sdk 2.1 - cannot get AZURE rms server.

    We have 2 RMS servers, 1 is on premise and the second is RMS azure server with SSO(single sign on).
    calling IpcGetTemplateIssuerList returns only the on-premise RMS server. how do i retrieve the azure RMS server?

    Hi,
    I'm also new to AD RMS and trying to get started with the interop example. I too am getting the EXACT SAME ERROR - The system cannot find the file specified. HRESULT: 0x80070002 - when I try to run the code below:
    I try to run this statement: Collection<TemplateInfo> ipcTemplates = IPC.GetTemplates();
    internal static class IPC
    static IPC()
    SafeNativeMethods.IpcInitialize();
    public static Collection<TemplateInfo> GetTemplates()
    Collection<TemplateInfo> templates = null;
    try
    templates = SafeNativeMethods.IpcGetTemplateList(null, true, true, false, false, null, null);
    catch (Exception /*ex*/)
    /* TODO: Add logging */
    throw;
    return templates;
    Here's my stack trace:
    The system cannot find the file specified. HRESULT: 0x80070002
       at Microsoft.InformationProtectionAndControl.SafeNativeMethods.ThrowOnErrorCode(Int32 hrError) in c:\Microsoft.InformationProtectionAndControl\SafeNativeMethods.cs:line 1678
       at Microsoft.InformationProtectionAndControl.SafeNativeMethods.IpcGetTemplateList(ConnectionInfo connectionInfo, Boolean forceDownload, Boolean suppressUI, Boolean offline, Boolean hasUserConsent, Form parentForm, CultureInfo cultureInfo) in c:\\Microsoft.InformationProtectionAndControl\SafeNativeMethods.cs:line
    137
       at IPC.GetTemplates() in c:\IPC.cs
    Please let me know if you have resolved this error or if you can find any managed code samples for AD RMS. 
    Thanks

  • Can I use Azure Backup and Windows Server Backup in a Windows Server ?

    Can I use Azure Backup and Windows Server Backup in a Windows Server ?
    I want to use both Azure Backup and Windows Server Backup for two senarios.
    For Disaster Recovery = Azure Backup to Azure Storage.
    For non-Disacter Recovery = Windows Server Backup to a on-premises disk.
    The non-Disaster Recovery mean a file or folder recovery, disk crash recovery, migrate to another servers.
    The non-Disaster Recovery need the speed of recovery just like 10 TB recovery as soon as possible.
    If I can use both Azure Backup and Windows Server Backup in a Windows Server,
    Are there any notes for using both ?
    Regards,
    Yoshihiro Kawabata 

    Hi Yoshihiro Kawabata,
    Thanks for posting here!
    Azure Backup to Azure Storage and Windows Server Backup to a on-premises disk. These are two different question and can be answered individually.
    Azure Backup to Azure Storage - Possible.
    Windows Server Backup to a on-premises disk - Possible.
    Can I use Azure Backup and Windows Server Backup in a Windows Server? Is a question.
    I will check on this and get back to you at the earliest.
    Thanks!
    Sadiqh

  • Azure RMS Group user with Ad-hoc policy

    Hi,
    In Azure RMS, the group users are unable to open the encrypted documants if the file is encrypted using ad-hoc policy(my policy)
    But, the same group users were able to open the encrypted document incase if the file is encrypted using templates(company policy)
    so, it would be great if you assist us in resolving this issue.
      

    Vivek, thanks for your reply. As mentioned I'm trying to integrate ASA remote access VPN in with Microsoft Active Directory via IAS. How can I configure RADIUS Attribute 25 on IAS to recv a value from AD and fwd it on to the ASA?
    What I'd really like confirmed first is whether group-lock functionality is available from AD through RADIUS?
    thanks, Graeme

  • Azure RMS

    Dear Sir,
    I got an experienced for the RMS with iPhone.  I have enrolled an account for RMS evaluation from aadrm portal.  I have registered two acounts for testing purpose.  First of all, I have download the apps from apple store and install
    it on my iphone.  After installation, I have tried to encrypted the photos through existing photo library.  I follwed the instructions to do so.  I have two choices and the third choices is dim which is "Custom Permission". The only
    two choices "Shared" and "Protected".  I am able to encrypt the photo and sent out to the designated users.  It returns an error on sharing permission.  What is going wrong?  On the other hand, is the in placed photo
    will be encrpted or not?  I have returned to photo library the format remains unchanged. 
    Secondly, I have registered Widnows Azure.   As heard from tecnical engineer-MS, they told me that MS has an Azure RMS dedicated cloud platform.  Is it a centralised platform for user management?  I would like managed all user in Azure
    cloud services.  Please let me know?
    For the permission assigned, I also have an experience before with PC encrypted document file(s) where I used ms office 2013. 
    Finally, I woul like to get more Windows Azure information.  Can you give me some implementation note and technical requirements?
    Regards
    Stanley                                              

    Hi Stanely,
    Some answers for your questions:
    " I have two choices and the third choices is dim which is "Custom Permission""
    >>> "Custom Permissions" is currently not supported and but will be available soon. It allows you to give permissions to specific people (i.e. email addresses) inside or outside your organization (i.e. account).
    >>> "It returns an error on sharing permission."
    It is not clear to me what happened here, can you please elaborate? Did the designated user get the sharing permissions when he tried to open the document using RMS sharing app? did it happen on the same device?
     >>> "On the other hand, is the
    in placed photo will be encrpted or not?  I have returned to photo library the format remains unchanged. 
    When you choose a photo from your Photos gallery, the photo is copied and encrypted using RMS and can be sent in a protected file format (called PFILE).
    The original photo in your Photos library app remains unchanged, because it is currently impossible to use RMS to protect the photos that are in your photos library app. You can of course choose to delete the original photo itself after you protect and share
    it.
    About the rest of your questions,
    - Windows Azure provides deep documentation and tutorials which you can find here: http://www.windowsazure.com/en-us/
    You can use Windows Azure Active Directory to manage all the users in your organization, as explained there.
    Azure RMS is the new RMS technology which RMS sharing app uses. You can build your own applications that uses Azure RMS too. Please refer to the following links to find more information on Azure RMS:
    http://blogs.msdn.com/b/rms/archive/2013/11/15/the-new-microsoft-rms-has-shipped.aspx
    You might also want to read Azure RMS whitepaper here:
    http://blogs.technet.com/b/rms/archive/2013/07/31/the-new-microsoft-rights-management-services-whitepaper.aspx
    Best regards,
    Yair

  • Decommissioning of a Azure RMS

    Title says it all :)
    The process of an AD RMS decommissioning is documented, and with can also be done automatically for the documents.
    But how about Azure RMS? I could not find Information about this Topic, can some one help me out?
    Thanks in advance
    www.sccmfaq.ch

    Hi Martin -
    I have found some information about deactivating the Azure RMS service here:
    http://technet.microsoft.com/en-us/library/jj658940.aspx.  That will help you to stop using the Azure RMS service.  However, in terms of using decommissioning to decrypt protected content, I don't think that Azure RMS has an equivalent process. 
    The article makes specific reference to contacting support to enable certain scenarios.
    I hope that helps!
    Micah LaNasa
    Synergy Advisors
    synergyadvisors.biz

  • SharePoint On Premises – AZURE RMS issue

    SharePoint On Premises – AZURE RMS issue. Our SharePoint plat form is on premises and wanted to take AZURE RMS ISSUE to make workable in On premises SharePoint site.
    Based on the below blogs I have configured all the specified in those. I am getting below at the final stage. Please help me with the same.
    https://technet.microsoft.com/en-us/library/dn375964.aspx
    http://blog.hametbenoit.info/Lists/Posts/Post.aspx?ID=639
    I am trying with my corporate AD account and logging into SharePoint site, getting below popup. in this screen, I am getting blank word whate ever I click with it is change user option or yes option or no option
    Thanks, Ram Ch

    Hi Ram,
    The RMS connector communicates with Azure RMS by invoking REST service, so it doesn't need to be exposed to internet, but it must be able to reach internet. Based on the screenshot
    information, it sounds that you haven't verified your domain in Office 365. For example, your AD users have UPN with suffix @consotos.com, the domain name contoso.com should be added into Domains of your Office 365 tenant, and verify it. This is to keep the
    consistency of your users' on-premises credential and online credential, otherwise, your users will by synced to Office 365 with the default domain "tenantname.onmicrosoft.com", such as the current situation. In fact it has been already mentioned
    in the article included in your first post. See the information below:
    (from
    https://technet.microsoft.com/library/hh967642.aspx)
    Caution
    You must add and verify your company’s domains in order to use them in Azure Active Directory and Office 365. For more information, see
    Add your custom domain to the Azure AD tenant and
    Verify a domain.
    Meanwhile, to experience Azure RMS, I highly recommend you to implement single sign-on, otherwise, your users will be prompt for credentials before they can get access to the protected content.
    Thanks,
    Reken Liu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Mapping Azure RMS logs to SharePoint documents

    Hello,
    I have a SharePoint online environment with Azure RMS activated. I can get some logs from RMS, however it is not clear to me how the log entries are related the the sharepoint documents.
    Can anyone help me out how I can link a document to a RMS log entry? (c#, powershell, ...)
    Thanks

    Hi Ram,
    The RMS connector communicates with Azure RMS by invoking REST service, so it doesn't need to be exposed to internet, but it must be able to reach internet. Based on the screenshot
    information, it sounds that you haven't verified your domain in Office 365. For example, your AD users have UPN with suffix @consotos.com, the domain name contoso.com should be added into Domains of your Office 365 tenant, and verify it. This is to keep the
    consistency of your users' on-premises credential and online credential, otherwise, your users will by synced to Office 365 with the default domain "tenantname.onmicrosoft.com", such as the current situation. In fact it has been already mentioned
    in the article included in your first post. See the information below:
    (from
    https://technet.microsoft.com/library/hh967642.aspx)
    Caution
    You must add and verify your company’s domains in order to use them in Azure Active Directory and Office 365. For more information, see
    Add your custom domain to the Azure AD tenant and
    Verify a domain.
    Meanwhile, to experience Azure RMS, I highly recommend you to implement single sign-on, otherwise, your users will be prompt for credentials before they can get access to the protected content.
    Thanks,
    Reken Liu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Azure RMS Templates

    Hello, I recently posted this question in both the Azure and Office 365 forums and was referred here. We
    are currently using Office 365 and have enabled E3 licenses to use IRM in Office through Azure. We would like to encrypt a lot of documents using the AD RMS Bulk Encryption tool,
    however it requires an RMS template. Azure provides two (Confidential, and Confidential Read-only). These work using the tool, but when I try to modify the XML to customize the templates it breaks them and since I don't have access to the AD RMS
    MMC I cannot generate my own. Does anyone know how I can make this work?

    Updating an old thread: Azure RMS now supports customized templates. 
    Announcement:
    http://blogs.technet.com/b/rms/archive/2014/04/03/create-custom-templates-in-azure-rms-with-the-azure-management-portal.aspx
    Documentation:
    http://technet.microsoft.com/en-us/library/dn642472.aspx

  • Move and redeploy application- and web-servers for Planing?

    Hi, all!
    Have Hyperion Planing ability to move application- and web-servers from unix-machine to another win-machine and after redeploy existing unix-installed planing on it?

    They are actually for for 2 different things. The Sun WAS is for enterprise applications, EJBs and the like.
    Tomcat is for simpler Servlet/JSP hosting.
    The Sun WAS actually uses the Tomcat server as its Servlet/JSP engine then adds EJBs on top.

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

Maybe you are looking for

  • Getting file from directory where class files are

    hi i want to load a properties file from the directory where my java program is (the class/jar files) somebody told me that i could use System.getProperty("user.dir"); but it would only work under windows; under linux it points elsewhere. how can i d

  • Acrobat XI: Formularschaltfläche "Drucken" erzeugen?

    Anhand bisheriger Foren- und Hilfebeiträge bin ich zumindest schon so weit gekommen, dass beim Erstellen von Formularen unterschiedliche Feldtypen erzeugt werden können. Danach müsste sich das "Drucken"-Feld eigentlich hinter der Option "Schaltfläche

  • Sub directories foto's

    I use the IPOD Video, and want to try to get all my foto's on the IPOD. This is not a problem. I give the name of the directorie where the foto's are, and all the foto's are on the IPOD. But I have one probleem. My First level directory, named Holida

  • Count is slow

    When there is an insert happening in the table will there be an impact in reading the data from the table. When there is an insert going on i just gave Select Coun(*) from mytable it is taking some 10-13 sec to return the count if the table size keep

  • Report in my native language

    my native language is Bengali, now requirement is we have to show some reports and forms in Bengali, we know that SAP does not support Bengali, so question is can i show my report in Bengali, if i want to do that what i have to do then. i try to uplo