Setting up an Environment for Anonymous Site

Hi,
I have a requirement like have to create a public site with anonymous acces
have created one web application and extended to internet zone and made it as Anonymous access
First web application will be by Winodws authentication and second web application will anonymous access.
My questions are here as follows
1. we are using publsihing site template for the site,  this is scenario like documents and list item will be added using windows athuentication and once list item and document approved and than it should be visisble to the Anonymous
users. Please suggest what will be best approach?
3. After extending the web, even after applying anonymous access it is still prompting for credentials
4. Required to set an AAM for two webs individually. How to Configure AAM?
Thanks and regards
Suman.

You done the right thing, you need to enable the publishing feature on your site (if not enabled earlier) which enables that only published content will be shown to the anonymous users.
If you are still getting prompts for credentials then it means your content is not published properly, make sure you have published all pages, images, js and css files properly, because if any thing is not published properly then you get a prompt to enter
credentials.
For alternate access mapping, I suggest you to go through below articls:
Alternate Access Mappings
(AAMs) *Explained
Configure alternate access mappings for SharePoint 2013
Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

Similar Messages

  • How to set custom master page for social/sites.aspx in sharepoint 2013

    How to set custom master page for social/sites.aspx in sharepoint 2013.?
    File path is
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\FEATURES\SocialDataStore\SocialDataStoreList\sites.aspx
    Thanks in advance

    Hi,
    You could open the sites.aspx in Notepad or SharePoint designer, and set the master page to your own master page directly via editing:
    <%@ Page language="C#" MasterPageFile="~masterurl/custom.master"      Inherits="Microsoft.SharePoint.Portal.WebControls.FollowedContentWebPartPage,Microsoft.SharePoint.Portal,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"
    %>
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Setting up test environment for EBS

    Hi all !
    We have r12 setup on RHEL 5.7 servers with SAN storage and 11.1.0.7 database. What are the best practices for setting up test environment for testing patches, fixes, etc. ? Should the test env be an exact replica of the production setup ? What if we can no more get the same hardware as our prod env now (due to technology enhancements from the vendors, etc.) ?
    Thanks in advance !
    Regards,
    Vinod

    VinodNagpure wrote:
    Hi all !
    We have r12 setup on RHEL 5.7 servers with SAN storage and 11.1.0.7 database. What are the best practices for setting up test environment for testing patches, fixes, etc. ? Should the test env be an exact replica of the production setup ? What if we can no more get the same hardware as our prod env now (due to technology enhancements from the vendors, etc.) ?
    Thanks in advance !
    Regards,
    VinodYour TEST/Patch instance does not necessarily need to match your production in terms of hardware specs. However, you need to make sure you are running on the same OS and updates. UAT instance is the one that needs to be running on a hardware which is identical (or very close) to production.
    Please see old threads for similar topic/discussion.
    Re: How many lower levels of Oracle Applications?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=+Instances+AND+UAT+AND+Development&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Setting the runtime environment for MySQL & creating tables,compile query

    Hi....
    i am a new user of MySQL server.i don't know the Rutime Environment on my machine.so please tell me how can i set the environment for MySQL.
    How can i create tables & compile query please tell me?

    All of those are MySQL only questions. Nothing to do with JDBC.
    There are MySQL forums. And there is certainly lots of MySQL documentation. So what of that have you read?

  • Can I create a development environment for a site redesign?

    I need to redesign my site templates and eventually move all pages to the new design. Is there an easy way to do this with BC?
    Can I export my current site and edit it locally for example?

    Make a duplicate of your site in the partner portal (new site based one existing) and work on that and then port over all the new files/pages etc.
    How you exactly do it depends on your file setup and what you need to change.

  • Setting up Logic Environment for EWI-EVI / beginner

    Greetings - I have a Yamaha EWI-EVI (wind controller, usb midi only - no sound module) that I would like to use as input to my Logic Studio.
    The data stream it generates includes standard note on and off messages, to which Logic responds appropriately. The "volume" control is sent as two-byte (cc?) messages, with the second byte encoding the desired volume, 1-127. (Looks like they actually come in pairs of messages - the first message uses '2' as the first byte, and 2nd message has null as the first byte. Both have volume info in the second data byte) If I use a "Transform Op2" fader on the C-press input, I can extract the air pressure data and the fader moves accordingly, but I can't figure out how to mix the fader's 'out' back into the rest of the data stream so that these data control the volume of the sound that the mapped software instrument generates. The pitch and pitchbend (biting pressure) information are handled appropriately without any transformations.
    Bonus questions: How can I limit this pitch processing only to the EWI, and not other MIDI instruments? (It's just me, so it's sorta moot, but I'm curious.) Also, how do I map the output of the EWI to a specific software instrument in the Arrange window, rather than whichever one happens to be highlighted?
    Quick Product Review: For those interested in a cheap wind controller, I like this device. I played briefly decades ago, and have picked it up pretty quickly again. The Aria software that comes with has samples of many instruments that are very good, but I wouldn't say outstanding. On the whole, it is a very good value to add a tool to your MIDI arsenal, especially if you have experience with any of several wind instruments (e.g., sax, flute, bassoon) - there's no exact match for clarinet mapping. On the downside, modifying the hardware/firmware settings can be extremely unreliable and fussy, as of v.1.0.5 or 6, depending on where you look. Have wasted hours trying to get the device fully responsive again. Once, it's working, it plays well (if you can live without tactile feedback from the keys). Best just to control it with your sequencer software ... which is why I write.
    Thanks for the help. Copies of replies directly to logicuser at discountethics (period) com appreciated.

    The "volume" control is sent as two-byte (cc?) messages, with the second byte encoding the desired volume, 1-127. (Looks like they actually come in pairs of messages - the first message uses '2' as the first byte, and 2nd message has null as the first byte.
    Can you give example message strings? If' it's just standard CC volume messages, it should have a CC status (I forget what that is offhand), a MIDI channel (0-15), a controller number (6), and a data value (0-127)
    but I can't figure out how to mix the fader's 'out' back into the rest of the data stream so that these data control the volume of the sound that the mapped software instrument generates.
    Cable all the outputs back to a new instrument object - untick it's icon, make sure it's not channeliseing or changing anything - this dummy object will just merge all the streams back into one before sending it elsewhere. Or am I misunderstanding you?
    How can I limit this pitch processing only to the EWI, and not other MIDI instruments?
    On the Click & Ports environment layer, instead of taking a feed from the "SUM" output of the physical input object (ie, the sum of all MIDI ports arriving to Logic), just take a feed from the MIDI port the EWI is on. You can use transformers to further choose only a particular channel for procesing on that port, if necessary.
    Cabling from one of the other ports removes that stream from the SUM output.
    Also, how do I map the output of the EWI to a specific software instrument in the Arrange window, rather than whichever one happens to be highlighted?
    This is how Logic is supposed to work - you can choose which instrument to play be selecting it's track. If you always want to play one instrument, in the environment you can cable it there directly - however, as this MIDI stream is bypassing the sequencer, you won't be able to record it.
    Quick Product Review: For those interested in a cheap wind controller, I like this device. I played briefly decades ago, and have picked it up pretty quickly again.
    Hehe - me too. I played flute for a few years back when I was about 12, and can still roughly play and remember the fingerings (which are fairly adaptable to many wind instruments).

  • Setting up the environment for a WebLogic Ant task

    The documentations always starts:
    1.. On Windows NT, execute the setWLSEnv.cmd command, located in the
    directory WL_HOME\server\bin, where WL_HOME is the top-level directory of
    your WebLogic Server installation.
    2.. On UNIX, execute the setWLSEnv.sh command, located in the directory
    WL_HOME/server/bin, where WL_HOME is the top-level directory of your
    WebLogic Server installation.
    How much of what's in those bat files (or sh files on UNIX) do I actually
    need? Can I set the environment in Ant without calling the batch files --
    i.e. no system environment variables?
    TIA,
    Robert Snyder
    [email protected]

    Being a JBoss geek I cannot let it pass to recommend to at least investigate JBoss 7.1 as a possible alternative to Glassfish :)
    Also MySQL works fine and is very common and thus very much documented, which is a big plus. But I would not pass up the chance to look into PostgreSQL as well. To me that is basically the perfect balance between the simplicity of MySQL and the power of an Oracle DBMS.
    It depends on what you want to do with it of course, a simple web application works perfectly fine on MySQL, but then you probably also don't need the horsepower of a full enterprise container. You can also just use Tomcat 7 which is fast, easy to setup, well documented and doesn't use up so many resources either.

  • Setting up environment for display cluster verification

    Hello all,
    I am starting with a fresh project which needs image acquisition and verification of different display clusters, having different sizes.
    Firstly, I need to setup an ideal environment which would introduce minimal errors (like perspective error). I would be able to keep the camera mounted perpendicular to the display device. Apart from this point, what other points should I consider while setting up an environment for image acquisition? What points should I consider while building up a mounting structure for vision based inspection?
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"

    Hi,
    For setting the environment variable and notes for how to program and sample programs are available in the Java card kit itself..
    Setting Environment variable in Windows XP
    Create Batch file named javacerd_env.bat and type the following in the file and save it.
    set JC_HOME=C:\java_card_kit-2_2_2
    set JAVA_HOME=c:\j2sdk1.5
    set PATH=.;%JC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
    Later open command window and run the batch file.
    The above are if u install java j2sdk in c:\ and u extracted javacard in c:\java_card_kit-2_2_2..
    Else u set the appropriate path where u installed Java and card kit..
    Further reference read the manual available in the kit cJDK_Users_Guide

  • Setting up Virtual Host in Apache for UCM Sites

    As the subject says: I am trying to setup virtual hosts in apache for UCM Sites. Now we are trying to set it up so for every site in UCM we have one ip address. So on the browser when I see someone typed in "http://www.myfirstsite.com" (through the magic of dns they get routed to my server). Once they are at the server in Apache I want to setup virtual hosts so I can redirect user to the proper site residing in UCM.
    Now, it is possible for me to access the sites by doing this "http://myservername/myfirstsite". But what I want to setup in Apache is that when someone types in "http://www.myfirstsite.com" they see which ever site I want them to see in UCM. But mann I just don't know what would be the document root or how would I go about getting the users to SEE what I want them to see. Can anyone help me with this please? Thanks in advance.

    You should be able to stick with the default apache config where it will answer for any hostname and create virtual hosts for each instance with the document root appropriate for that CS instance. Then you should be able use rewrite rules to direct users to the appropriate virtual host depending on what URL they access the server with. Check out the documentation for Apache around mod_rewrite: http://httpd.apache.org/docs/current/rewrite/

  • Development environment for SharePoint 2013

    Hi,
    We have requirement for one of the project. Team size would be approximately 30 resources. Development would be entirely for SharePoint 2013 Intranet solution. this will be OOTB Intranet application. We will be developing InfoPath forms and Nintex Workflows.
    For such requirement we would like to setup local development environment by using either Virtual Machines.
    Can anyone help me to identify that how many VM's would be required for the same? How many simultaneous users can use and work at a time? What other things I need to consider for infrastructure? How can i suggest the best possible solution for this.
    Thanks in advance.
    Abhijeet Khopade

    Hi,
    According to your description, my understanding is that you want to set up the environment for SharePoint Development.
    Here is a detailed article about configuring development environment:
    Setting up a SharePoint 2013 Development Environment
    For VM count, it depends on your project development requirements, for VM license and management ,if you are using Hyper-V, I suggest you can create posts in Hyper-V forum:
    Hyper-V forum
    Thanks
    Best Regards
    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]

  • WPC for Anonymous user

    Dear All,
    We are on SAP NW 7.3 and trying to provide the WPC page for anonymous users.
    Have designed the WPC content, connected to a role and gave the role to anonymous user, but when we go to portal
    http://<host>:<port>/irj/portal/anonymous it gives a logon page. To resolve the issue have gone thru all the posts and recommendations but still the same error.
    Tried to follow the blog 'Webpage composer Anonymous User access' but in NW 7.3 can find the PCD location 'WebpageComposer', - but in templates we have the WPC Templates and have given the required permissions
    Also the security zones are changed.
    Has it something to do with the 'Staging Area' folder  (Navigating through the role Accesible Area Management -> content Editor), because when we create any new Area/Page(WPC Area/Page) it creates the same in this folder, which is present as a KM Folder. This folder does not allow to set the permissions (Accesible Area Management -> Content Library -> Staging Area -> Details -> Permissions)
    Your valuable suggestions would really help me to resolve this issue.
    Thanks,
    Srv

    Dear All,
    Got the reply from SAP to perform the below steps and its working fine for us.. just in case any one of you needs this info.
    1. Add the "authentication scheme" property to the WPC design time page template: a. Go to "System Administration" ' "Content Model Management" ' "Property Classification" b. Under "Object Type" select "Page" c. Under "Template" select "WPC Design Time Page" d. Under "Available Properties" locate "Authentication Scheme" and add it to the "Selected Properties" 2. Go to the Area Management Role and locate the area and the page that you would like to be available to anonymous users 3. Set End User permissions for "Anonymous" group on the area 4. Publish the page(s) and the area 5. Navigate to "Content Administration". Make sure the "Area Management"role isn't open in some other tab or browser window 6. In the Portal Content Catalog, locate the role which is available to anonymous users and has the WPC area connected to it. 7. Open the role, open the connection 8. For each page under the workset (area): a. Open the page b. For each iview and page under the page, open the iview/page and navigate to its properties: i. Locate the "Authentication Scheme" property and change it to "anonymous" ii. Save the object iii. For pages, open the page and perform the same process for each iview under the page iv. Save

  • Setting Application Context Attributes for Enterprise Users Based on Roles

    Hello,
    We have an Oracle 11g database with a table containing data from multiple sites (a SiteID field identifies the site for a record). Since application users can have access to different subsets of sites, we would like to use Oracle's Virtual Private Database feature to enforce row-level security on the table.
    I did a successful proof-of-concept with database users. I created a role for each site (example: USER_SITE_A, USER_SITE_B, ...), and then assigned the appropriate site roles to each database user. I then created a package (run via a logon trigger) which set application context attributes for each site. If the current database user has been assigned a role for a given site, then the corresponding attribute named "SITE_PRIVILEGE_SiteID" is set to 'Y'... otherwise, it is set to 'N'. Here is the code which worked to set application context attributes for database users:
    -- For each record in my RoleSitePrivileges table, set
    --   an attribute named 'SITE_PRIVILEGE_<SiteID>'.
    --   If the current user has been assigned a role matching
    --   the value in the 'RoleName' field, set the corresponding
    --   attribute to 'Y'... otherwise, set it to 'N'.
    FOR iPrivRec IN (SELECT RoleName, SiteID
                       FROM RoleSitePrivileges
                       ORDER BY SiteID)
       LOOP
          SELECT COUNT(*)
            INTO roleExists
            FROM dba_role_privs
            WHERE granted_role = UPPER(iPrivRec.RoleName)
              AND grantee = USER;
          IF roleExists > 0 THEN
             DBMS_SESSION.set_context(
                         namespace   => 'my_ctx',
                         attribute   => 'SITE_PRIVILEGE_' || iPrivRec.SiteID,
                         value       => 'Y');
          ELSE
             DBMS_SESSION.set_context(
                         namespace   => 'my_ctx',
                         attribute   => 'SITE_PRIVILEGE_' || iPrivRec.SiteID,
                         value       => 'N');
          END IF;
       END LOOP;To finish things off, I created a security policy function for the table which returns the following:
    RETURN 'SiteID IN (SELECT TO_NUMBER(SUBSTR(attribute, 15))
                         FROM session_context
                         WHERE attribute LIKE ''SITE_PRIVILEGE_%''
                            AND value = ''Y'')';This setup worked great for database users. I am now working to do a comparable proof-of-concept for enterprise users created in Oracle Internet Directory (OiD). I have Enterprise User Security (EUS) up and running with OiD, global roles created in the database, enterprise roles defined in EUS with global role assignments, and enterprise roles assigned to OiD users. The enterprise users are able to successfully login to the database, and I can see the appropriate global role assignments when I query the session_roles view.
    I tried using the same application context package, logon trigger, and security policy function with the enterprise users that I had used with the database users. Unfortunately, I found that the application context attributes are not being set correctly. As you can see from the code above, the applicaiton context package was referencing the dba_role_privs view. Apparently, although this view is populated for database users, it is not populated for enterprise users.
    I tried changing the application context package to use invoker's rights and to query the session_roles view instead of the dba_role_privs view. Although this package sets the attributes correctly when called manually, it does not work when called from the logon trigger. That was an oops on my part, as I didn't realize initially that a PL/SQL procedure cannot be called with invoker's rights from a trigger.
    So, I am now wondering, is there another view that I could use in code called from a logon trigger to access the roles assigned to the enterprise user ? If not, is there a better way for me to approach this problem? From a maintenance standpoint, I like the idea of controlling site access from the LDAP directory service via role assignments. But, I am open to other ideas as well.
    Thank you!

    Hello,
    We have an Oracle 11g database with a table containing data from multiple sites (a SiteID field identifies the site for a record). Since application users can have access to different subsets of sites, we would like to use Oracle's Virtual Private Database feature to enforce row-level security on the table.
    I did a successful proof-of-concept with database users. I created a role for each site (example: USER_SITE_A, USER_SITE_B, ...), and then assigned the appropriate site roles to each database user. I then created a package (run via a logon trigger) which set application context attributes for each site. If the current database user has been assigned a role for a given site, then the corresponding attribute named "SITE_PRIVILEGE_SiteID" is set to 'Y'... otherwise, it is set to 'N'. Here is the code which worked to set application context attributes for database users:
    -- For each record in my RoleSitePrivileges table, set
    --   an attribute named 'SITE_PRIVILEGE_<SiteID>'.
    --   If the current user has been assigned a role matching
    --   the value in the 'RoleName' field, set the corresponding
    --   attribute to 'Y'... otherwise, set it to 'N'.
    FOR iPrivRec IN (SELECT RoleName, SiteID
                       FROM RoleSitePrivileges
                       ORDER BY SiteID)
       LOOP
          SELECT COUNT(*)
            INTO roleExists
            FROM dba_role_privs
            WHERE granted_role = UPPER(iPrivRec.RoleName)
              AND grantee = USER;
          IF roleExists > 0 THEN
             DBMS_SESSION.set_context(
                         namespace   => 'my_ctx',
                         attribute   => 'SITE_PRIVILEGE_' || iPrivRec.SiteID,
                         value       => 'Y');
          ELSE
             DBMS_SESSION.set_context(
                         namespace   => 'my_ctx',
                         attribute   => 'SITE_PRIVILEGE_' || iPrivRec.SiteID,
                         value       => 'N');
          END IF;
       END LOOP;To finish things off, I created a security policy function for the table which returns the following:
    RETURN 'SiteID IN (SELECT TO_NUMBER(SUBSTR(attribute, 15))
                         FROM session_context
                         WHERE attribute LIKE ''SITE_PRIVILEGE_%''
                            AND value = ''Y'')';This setup worked great for database users. I am now working to do a comparable proof-of-concept for enterprise users created in Oracle Internet Directory (OiD). I have Enterprise User Security (EUS) up and running with OiD, global roles created in the database, enterprise roles defined in EUS with global role assignments, and enterprise roles assigned to OiD users. The enterprise users are able to successfully login to the database, and I can see the appropriate global role assignments when I query the session_roles view.
    I tried using the same application context package, logon trigger, and security policy function with the enterprise users that I had used with the database users. Unfortunately, I found that the application context attributes are not being set correctly. As you can see from the code above, the applicaiton context package was referencing the dba_role_privs view. Apparently, although this view is populated for database users, it is not populated for enterprise users.
    I tried changing the application context package to use invoker's rights and to query the session_roles view instead of the dba_role_privs view. Although this package sets the attributes correctly when called manually, it does not work when called from the logon trigger. That was an oops on my part, as I didn't realize initially that a PL/SQL procedure cannot be called with invoker's rights from a trigger.
    So, I am now wondering, is there another view that I could use in code called from a logon trigger to access the roles assigned to the enterprise user ? If not, is there a better way for me to approach this problem? From a maintenance standpoint, I like the idea of controlling site access from the LDAP directory service via role assignments. But, I am open to other ideas as well.
    Thank you!

  • Grant read permission on List for Anonymous user for public facing site in Sharepoint 2013 Online

    I have a public facing SP site ( SP online 2013 with Office 365 ). There are certain app parts added to it which read data from a
    custom list created on that site. By default anonymous users do not have read permissions list. I want users to see the list data without login in . I tried modifying the settings for anonymous users , however I am unable to do it as the "anonymous user"
    permissions cannot be checked by me.
    How do I provide read permissions to anonymous users?
    Thanks in advance

    once you make the web site online anonymous users get the read access to list.
    You can add the list view webpart and show the details to anonymous users. In the below link i have added the announcement list view webpart to a page.
    https://velegandla-public.sharepoint.com/Pages/Page.aspx
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Is there a way to set which keychain item is used by default for a site/application?

    This question applies primarily to the keychain in Mavericks, but also the iCloud keychain and its use in iOS.
    There are several sites and services for which I have multiple logins that serve different purposes. Whether it's because they are business/personal accounts, or accounts that pertain to different functions, I have multiple logins for many sites/services I use daily, however, there is usually one primary account for each that I use for most purposes.
    What I would like to be able to do is set which of these logins appears by default. An example scenario might be if I have an "admin" account on a site, and a "dev" account that is used for testing purposes to Q/A the site from the perspective of a user who doesn't have administrative access. Most of my work happens under "admin" but whenever I go to the login page, the "dev" account prepopulates in the login form and I have to start typing admin and select that. It also does this on my iPhone, which is where this issue becomes very cumbersome, because there is no dropdown for me to select which credentials to use to autofill from. It appears to only allow autofill from whatever it sees as the first account to come up, and I can't seem to change that without deleting all the other keychain items that come up ahead of the one that I want. This kind of thing also poses a significant risk of accidents if, say, I have multiple payment methods saved and the one that comes up by default isn't my personal payment method, but a business account that's only meant to be used for business purchases. If that comes up first, if I don't replace it with my personal details, I might accidentally place a personal charge on a business account.
    So I really have 2 questions:
    1) Is there a way to set the priority order of which account populates a form by default from the keychain?
    2) When filling out credentials on iOS, an "autofill" button appears at the top of my keyboard, and I can begin typing in a field and it will show the autocomplete of the username that I am typing, but if I click autofill, it replaces it with the original credentials and not those of whatever I began typing in. If I click on the username it's autocompleting, it just clears the autocomplete. Is there some way to choose which username I'm autocompleting a form with?
    Thanks to anyone who has any ideas about a solution to this, and if there isn't, and if anyone at Apple is listening, in an ideal world, it would be like setting the priority order of known wifi networks, where you can drag your first choice to the top of the list.

    This sounds like the age old problem with keychain & Safari. I don't know of a way to solve it without using something like 1Password.
    The iOS app has it's own built in browser, so it has more control over what gets autofilled. Safari on OS X has an 1Password extension that handles account selection & autofill etc.
    Keychain is great in principle, but it quickly falls down when you need tight integration with many ID's & different use cases (work, home etc).
    I'd suggest you submit feedback to Apple about your thoughts. I did so years ago about this issue & this is how far we have come (back to the point where me.com synced passwords) :^)
    http://apple.com/feedback/macosx.html
    Other tools like lastpass or keypassx may also help if you want to truly segregate password storage, but that doesn't fix autofill, the way around that issue is to dedicate one browser for work.

  • Setting SharingCapability property for a Site Collection using CSOM in C#

    Hello,
    I am trying to deploy multiple site collections in a SharePoint 2013 Online tenant, using CSOM in C#.
    I am currently using the SiteCreationProperties to do this, but I miss one crucial parameter : SharingCapability.
    Do you guys know a way of activating external sharing for a site collection in CSOM ?

    I believe you can set the SharingCapability of the Site after you create it. You can use the Microsoft.Online.SharePoint.TenantAdministration.Tenant.GetSitePropertiesByUrl(siteUrl, true)
    This returns SiteProperties object with a SharingCapability property you can set with the appropriate enumeration. Then call the Update method.
    http://msdn.microsoft.com/en-us/library/microsoft.online.sharepoint.tenantadministration.tenant.getsitepropertiesbyurl(v=office.15).aspx
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

Maybe you are looking for

  • Why can't I download Adobe Camera Raw 8.4?

    When the download is about 85% finished, I get the attached error message: "Update Failed. Update could not be applied." Here's the error code: Error Code: U44M1P7 This has happened three times in a row. I'm on a MacBook Pro running OS X 10.9.3 Any s

  • Can't connect wireless device to airport extreme

    I bought airport extreme router second hand and am connecting it to HP desktop windows 8.  All software is installed properly and router is connected.  I have a solid green light, and internet access on desktop, but cannot connect wireless devices to

  • What iPhoto version is compatible with Lion OSX 10.7.5 and will it let me make photo calendars?

    What iPhoto version is compatible with Lion OSX 10.7.5 and will it let me make photo calendars? I have just upgraded from Leopard to Lion (via Snow Leopard) because I could no longer order photo calendars with iphoto 7.1.5.  However, I still have iph

  • Export of Oracle Database objects

    Hi, I have question on exporting oracle objects. Can we export all of oracle objects in form of xml file? Like we have exp command to take the dump of database, is there a way to take db dump in form of xml. Why xml, because it can be easily read by

  • JRC degraded performance, large reports using exportPDF of JRC sample code

    All, I am using JRC, Weblogic, and Oracle in order to dynamically create reports using Crystal.  The problem I am seeing is that for very large reports (e.g. 600K +), the performance degrades substantially.  There are not a lot of subreports, and I'v