What are the access permissions on Site Contents?

Hello
I don't want outsiders accessing Site Contents. 
What are the access permissions? Can anyone see that page?
Mel
Mel

Go to Site Settings -> Users and Permissions -> Site Permissions -> In the ribbon select Permission levels. Here you can see different permission levels like Read, Contribute etc.
You can create a permission level by clicking on Add a permission level. Select the permissions you want to give the users. "Make sure to not give the permission "View Application Pages  -  View forms, views, and application pages. Enumerate
lists."
Now you can create a SharePoint group and associate this permission level to that group. Finally add those users to this group and they won't have access to Site Contents.
Blog | SharePoint Learnings CodePlex Tools |
Export Version History To Excel |
Autocomplete Lookup Field

Similar Messages

  • What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API

    The question says it all:
    What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API.?
    In the User Profile -> Permissions there is only the option for "Full Control".

    Hi Nikolay,
    Thanks for posting your issue, you need to set permissions on User Profiles = Read. Kindly find the below mentioned URLs to get the code and more details on this.
    http://www.vrdmn.com/2013/02/sharepoint-2013-working-with-user.html
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    http://sharepoint.stackexchange.com/questions/61714/sharepoint-2013-call-the-rest-api-from-sharepoint-hosted-app
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/04/09/how-to-query-sharepoint-2013-using-rest-and-javascript.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • What are the main tables of SITs?

    Hi
    What are the main tables of SITs? How can I find out the tables related to SITs?
    Regards
    Rahman

    PER_SPECIAL_INFO_TYPES: This table holds the definitions of SITs that are available to each Business Group. Each special information type is a user defined structure for the personal analysis key flexfield. The name of the special information type is the same as the name of the corresponding key flexfield structure.
    PER_SPECIAL_INFO_TYPES_V : This table has the Employee's SIT info. A supplementary view used to simplify forms coding
    PER_SPECIAL_INFO_TYPES_V2 : A supplementary view used to simplify forms coding.

  • What are the system requirements for Adobe Content viewer?

    What are the system requirements for Adobe content viewer?

    Hi j80r59m,
    Please check the KB : http://helpx.adobe.com/digital-publishing-suite/help/create-custom-viewer-app-ipad.html

  • What are the default permissions for "self-signed" applets?

    Hello!
    I have a self-signed applet (=signed with a self made certificate) and under most plugin-enviroments java asks the user if it accepts this certificate as trustworth.
    On my linux-box I do not have any problems to write files to the local filesystem after I accepted this self-signed applet.
    However I've often read that users must grant some permissions even for signed applets, so is there a list of permissions that are denied by default?
    Are there differences between java releases starting with 1.2.2?
    Thanks in advance, lg Clemens

    Default settings are like you said, jre asks the user and everything will work.
    Unless.your applet uses classes that are not signed like with calls from javascript to your applet the plugin.jar is used and you'll get an exception when writing to files.
    When writing to files the OS might not allowe the user to write to a certain file or folder.
    Don't know what type of exception will be thrown if the OS doesn't allowe it but it has
    nothing to do with applet permissions.
    To change the default setting you can add the following line in the grant { bit of the
    java.policy
    permission java.lang.RuntimePermission "usePolicy";
    When this line is there all signatures will be ignored and an applet can only do extra
    things (like access to local files) if a policy is set up for this applet.
    To find out what's wrong at your clients site you should ask them to send a full trace
    and check that. I hope you did a .printStacktrace() on the exception in your code so
    you can see if any other classes are involved when the exception is thrown.
    To turn the full trace on (windows) you can start the java console, to be found here:
    C:\Program Files\Java\j2re1.4...\bin\jpicpl32.exe
    In the advanced tab you can fill in something for runtime parameters fill in this:
    -Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect
    if you cannot start the java console check here:
    C:\Documents and Settings\userName\Application Data\Sun\Java\Deployment\deployment.properties
    I think for linux this is somewhere in youruserdir/java (hidden directory)
    add or change the following line:
    javaplugin.jre.params=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    for 1.5:
    deployment.javapi.jre.1.5.0.args=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    The trace is here:
    C:\Documents and Settings\your user\Application Data\Sun\Java\Deployment\log\plugin...log
    I think for linux this is somewhere in youruserdir/java (hidden directory)

  • What are the correct permissions for the Home folder?

    Since buying my first mac (G4 iMac) I've since bought 2 other macs & transferred my home folder from the older computer each time. Since then I've messed around with the permissions of the Home folder a few times to try share files & folders between my Windows PCs. So the permissions of the Home folder on all computers could be messed up a little.
    I want to set up permissions how they should be set up as default.
    I created another user account with admin priveliges & it looks like the Home folder should be set up as follows:
    Owner: 'my name'
    Access: Read & Write
    Group: admin or 'my name'
    Access: Read only
    Others: Read only
    And the sub folders (Documents, Pictures etc.) should be set up as follows:
    Owner: 'my name'
    Access: Read & Write
    Group: admin or 'my name'
    Access: No access
    Others: No accesss
    Is this correct, & if so shall I just set permissions on my Home folder exactly the same as the new account I set up?
    Or is there some way of resetting permissions for the Home folder?
    (I know repairing permissions with Disk Utility doesn't do this).
    Power Mac G5 Dual 2.3, 2.5 GB RAM, 20 Cinema Display | MacBook Pro 2.0 15"   Mac OS X (10.4.6)  

    Mac OS X does not have a built-in way of doing this, but you can make one yourself. Open the Script Editor in the /Applications/AppleScript/ folder and enter the following:
    do shell script "chmod 755 ~"
    try
    do shell script "chmod 700 ~/Desktop"
    end try
    try
    do shell script "chmod 700 ~/Documents"
    end try
    try
    do shell script "chmod 700 ~/Library"
    end try
    try
    do shell script "chmod 700 ~/Music"
    end try
    try
    do shell script "chmod 700 ~/Pictures"
    end try
    try
    do shell script "chmod 755 ~/Public"
    end try
    try
    do shell script "chmod 755 ~/Sites"
    end try
    This script can be saved as an application, which makes it possible to fix the permissions on a home folder with two clicks. The try statements are included so that the script will run if a folder doesn't exist. If the ~ object is a symbolic link, the permissions on it may not be changed; you can use the code block
    tell application "Finder"
    set the_home to POSIX path of (home as alias)
    end tell
    do shell script ("chmod 755 " & the_home)
    in this case. The rest of the script works as before.
    (12450)

  • What are the minimum permissions to publish a report to users' inbox?

    We want to be able to publish or send WebI documents to users' InfoView Inboxes.  So far the only way I found I can do this is:
    >> The document publisher/scheduler ( sender ) needs to have View permissions of each user's Inbox.  This causes a problem.  Either the admin gives sender view permissions to all Inboxes in CMC or the admin has to give view permissions on each individual user's Inbox...this option can be painful if there are many users.
    So, as I currently see it, either sender can see all users' Inboxes in the CMC or the admin has to go into each user's Inbox and give sender view permissions.
    Is there an easier/simpler way around this?

    MHO Only....  this subject on sending / publishing rights is horrible, sending to a users inbox ishould be a default and we should only have to either allow or deny users or groups,    not have go through steps 1-7 for part1 and 1-9 for part 2.!
    that being said,
    For XI31,
    Getting the users to see the user list when sending documents to the inbox.
    Resolution:
    1. Login to CMC using administrator account.
    2. Navigate to Users and Groups page in CMC.
    3. Select the user list and click on the Manage .
    4. From the Drop down menu for Manage tab , select Top Level Security -> All Users -> Everyone -> Assign Security -> Access levels -> Assign View access level -> Apply -> Ok.
    5. Now Users can view the users list when sending the reports to other users# inbox.
    Second issue was that the users could send documents, but they would never show up in their recipient's inbox:
    At the Inbox "View Objects" should be set under "System ->Inbox", not "General->General"
    Resolution
    1. In the Central Management Console (CMC), go to "Inboxes"
    2. Go to "Manage -> Top Level Security -> All Inboxes"
    3. Select "Everyone" and choose "Assign Security"
    4. Click the "Advanced" tab then "Add\Remove Rights"
    5. On the left hand side, "General" is selected. The only thing that should be specified here is:
    Grant: "Add objects to folder"
    Deny: "Delete Objects" (default)
    Deny: "Edit Objects" (default)
    6. Make sure you set "View Objects" to "Not specified" if selected at this level.
    7. On the Left pane, Expand "System" and choose "Inbox"
    8. In the right side, set the following:
    Check "Override General Global"
    Grant: "View Objects"
    Deselect "Apply to object"
    9. Click "OK", then "OK" again.
    there is also also a KB 1363269:
    Hope this helps!

  • What are the chances of more MMA content ?

    With Cage Warriors events being available on demand the day after . I was wondering what the chances of having more MMA events were .
    Good to see BT Vision supporting a fast rising sport .

    Hi Romero197911
    I got an answer from the Vision Content team, and I quote.]
    "For MMA, via an Essential Subscription subscribers can see Cage Warriors as part of their subscription pack. It’s also available as pay per view (£1.20).
    With an ESPN subscription, available free with the Unlimited Package, the options are far greater. ESPN show Live UFC events  and weekly UFC updates and also its own MMA Live programme on the ESPN channel 34. All of which are also available to ESPN subscribers On Demand in ESPN Player in the Sport and Catch Up section.
    ESPN are always looking to enhance their schedules and we regularly pass on information about which type of programming is popular with BT Vision Customers. Any feedback is most welcome and I’ll make sure ESPN knows of the interest in MMA."
    Hope this helps answer your question.
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • What are the required permissions for Portal?

    Assuming it's not top secret info, can anyone provide a link to, or list the permission requirements of OID with regard to running Portal? We are having serious headaches with permissions and would like some reference to the exact requirements.
    Thanks!
    -Sean

    known_hosts should belong to your and your group
    and the read write permission by default are 644

  • How to remove block from trusted web site. I did the obvious by pasting the web address in the allow content area. What are the other ways

    I am a cityville game player on facebook and for some reason today I am unable to send out blasted on the game when if fact this was never a problem. Finally I went to internet explorer and the same problem happen, but internet explorer let me know that the content was blocked. All I had to do was unblock it and that was easy and know I can blast out. However trying to remove the block from fire fox is a issue. I went into to tools and removed every block and it still want work right. Therefore, how to remove block from trusted web site. I did the obvious by pasting the web address in the allow content area under tools options. What are the other ways

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET website programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Internet explorer is required to access some of my financial accounts; what are the risks?  I am running Mac OS X 10.7.2 on a Mac Pro

    Internet explorer is required to access some of my financial accounts; what are the risks?  I am running Mac OS X 10.7.2 on a Mac Pro
    Message was edited by: 74683msn

    Advisable is irrelevant...  It is not possible.  There has not been a version of IE for Mac for a long time.  You will have to load Windows on your Mac in order to run IE, or try making your browser mimic IE.  (In Safari, go to Safari -> Preferences, click the Advanced tab and check the box to show the Develop menu.  Then, in that menu, choose User Agent -> Internet Explorer x.0.)  Note that doing that will not work if the site relies on some weird non-standard feature of IE that no other browser on the planet has.

  • I want to airplay from macbook pro to apple tv. What are the possibilities? Does it allow me to play movies or videos I access through the browser as well?

    I want to airplay from macbook pro to apple tv. What are the possibilities? Does it allow me to play movies or videos I access through the browser as well?

    Welcome to the Apple Community.
    Only content in your iTunes library can currently be sent via AirPlay from your mac.

  • HT204266 I live in China, have Dutch nationality, and no US address or Credit Card; how can I have access to products from the US iTunes store, in particular music, when such items are not available from the China iTunes store? In general, what are the di

    I live in China, have Dutch nationality, and no US address or Credit Card; how can I have access to products from the US iTunes store, in particular music, when such items are not available from the China iTunes store? In general, what are the differences between countries' iTunes offerings? Does one really need an address and a credit card for any country to be able to access that countries iTunes store? Why these restrictions?

    You cannot.
    You cannot use another countrys itunes store.
    You must be physically locates inside the borders of a country to use that countrys itunes store and a credit card issued in that country with a valid billing address in that country.
    The owners of the distribution rights of movies/music/etc differ by country.  These distributors decide who can sell their content in that country.
    Buy from another source if your countrys itunes store does not carry somehting that you want.

  • Has anyone developed a site for podcast in Muse?  If so what are the pro's and con's vs. using Wordpress?

    have built a few sites in Muse and hope to host my podcast on a dedicated Muse created site.  I use BC for my sites.  Has anyone designed a podcast site in Muse and if so, what are the por's and con's opposed to just doing this with Wordpress and power press plugins?

    one-armed is the easiest to install - less disruptive as you can keep your current network unchanged.
    However, it requires special configuration to guarantee that the return traffic from the server goes back to the CSM.
    This is done by doing client nat which will prevent the servers to see the client ip address and therefore to create statistic based on client ip.
    There is a way to inser the client ip in the HTTP header, but it only works for HTTP.
    Router-mode is easier to understand and troubleshoot.
    The CSM is just like a router with vlans and routing between each of these.
    It requires a minimum of configuration.
    However, it is important to design correctly.
    For example I would recommend not to have client accessing the CSM directly.
    They should go through the MSFC first.
    Then I would recommend to have only 1 vlan between CSM and MSFC- this is because the CSM only uses 1 default gateway even if you can configure many.
    You never know which is active.
    The CSM also expect the traffic to come back on the vlan it went out. If you have multiple vlan it is difficult to control on which vlan the response will come back.
    Finally 'bridge mode' is good if you want to insert the CSM between the servers and their current default gateway without having to reconfigure the servers.
    This is a good solution.
    Disadvantage is that all traffic from servers will go through the CSM and it is more difficult to avoid in case you really need it.
    A little more complex to troubleshoot as well.
    Conclusion: bridge or routing mode is ok - avoid at all cost one-armed.
    Regards,
    Gilles

  • What are the possibilities and limitation of using Out of the box content search webpart on SharePoint Online 2013/O365 ?

    Hi All,
    We are migrating from on-premise SharPoint 2010 to SharePoint online 2013.
    I have few questions below: 
    What are the possibilities and limitations of using Out of the box content search webpart?
    Also, how the cross site publishing will work in SharePoint online something with managed navigations and product catalog apporach? if it is not supported, then what are the alternatives to acheive the same?
    Appriciate any commnets/clarifications.Thanks in advance.
    Thanks,
    Dhananjay.

    Here are the possibilities of Content search webparts
    http://office.microsoft.com/en-in/office365-sharepoint-online-enterprise-help/configure-a-content-search-web-part-in-sharepoint-HA104119042.aspx
    http://office.microsoft.com/en-in/office365-sharepoint-online-enterprise-help/when-to-use-the-content-query-web-part-or-the-content-search-web-part-in-sharepoint-HA104206662.aspx
    Compare the strengths and limitations of the Web Parts
    It’s important that you understand the strengths and limitations of the two Web Parts because if you choose the wrong one, your site could run into performance problems. You can use both Web Parts to show content that is based on a query. In a simplified
    world, here’s how you can decide between the two:
    Use the CQWP when you have a limited amount of content, your query is simple, and you don’t expect your content to grow much in the future.
    Use the CSWP in all other scenarios when you want to show content that is based on a query.
    The table below gives a comparison of the two Web Parts:
    Web Part behavior
    Content Query Web Part
    Content Search Web Part
    Query configuration
    Easy
    You’ll need to know about certain search features such as
    managed properties.
    Query across large amounts of content
    Limited
    Yes
    Handle complex queries
    Limited
    Yes
    Scale to handle future content growth
    Limited
    Yes
    Display content from other site collections
    No
    Yes (see
    section below)
    Design of query results can be customized
    Yes, by using XSLT.
    Yes, by using HTML.
    Maintenance cost in a complex site architecture
    High
    Small (see
    section below)
    Narrow down the query results that are displayed in the Web Part
    No
    Yes, in combination with the
    Refinement Web Part.
    It was not there previously but then it was added to Office 365
    http://blogs.office.com/2013/10/29/search-innovations-for-site-and-portal-design-in-sharepoint-online/
    If this helped you resolve your issue, please mark it Answered

Maybe you are looking for

  • My iPod touch refuses a wifi connection?

    My connection was working fine yesterday. but last night it just disconnected. i have a full signal strength. and im not tech savvy at all, but even i know that this isnt good. i have done a network reset, my laptop works fine in connecting to the sa

  • Firefox lags constantly in many ways

    Firefox hangs constantly with everything. This started about 3 weeks ago. When I type in text it lags, when I watch youtube videos it lags, and when I scroll down in websites of all different kinds it lags. The problem is getting progressively worse.

  • Urgent.   Scammer/Spammer.  Posts need to be removed.

    http://discussions.apple.com/profile.jspa?userID=329778 This user needs to be banned and all posts removed. Completely out of control.

  • Regarding configuring design console in local machine

    Hi all Please help me in this. i need to configure IDM design console in my localmachine(windows XP) where IDM sever is installed on Aix Machine which is there in client place. what i need to do now. weather i need to copy only design console folder

  • FCE - LOCATING TIMECODE BREAK - Why? Help please

    Hello! I'm trying to capture a video from camera miniDV. I select "CAPTURE NOW" but after few seconds (when a scene changes), appears this error : LOCATING TIMECODE BREAK http://img535.imageshack.us/img535/7316/schermata20100426a11402.png My settings