TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
Permissions
Tagged Content List
Wiki Page:
Setting Up a new FEP Administrator
Maheshkumar S Tiwari
The question has come up revolving around what permissions a FEP administrator needs in the ConfigMgr 2007 console, and whether the console can be 'locked down' to keep the FEP Admin from making accidental changes in the environment. I've listed the permissions you need in ConfigMgr to...
on
10 Sep 2013
Wiki Page:
MED-V 1.0: Recommended File System Permissions for MED-V 1.0 SP2 Clients
Maheshkumar S Tiwari
The following are the recommended file system permissions for clients running MED-V 1.0 SP2 Clients Path: %LOCALAPPDATA%\MED-V Default Locations: Windows 7/Vista - C:\ProgramData\MED-V Windows XP - C:\Documents and Settings\All users\Application Data\MED-V Path: %LOCALAPPDATA%\MED-V ...
on
3 Sep 2013
Wiki Page:
SharePoint 2010: How to Manage Permissions
Gokan Ozcifci
Table of Contents Example 1. How to set permissions to SPListItem. Example 2. How to restore permissions to SPListItem Example 3. How to create new permissions level This article will show you how to manage user permissions inside of SharePoint 2010. This enables you to change the read and write...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: How to Copy Permissions Between Lists Using Web Services
Gokan Ozcifci
I have seen administrators working hard to copy permissions from one list to other list. This is a very important task from the security perspective as well. To ease this process I received various requests to develop something that will allow this via web service call since the tool will be used by...
on
12 Aug 2013
Wiki Page:
SharePoint 2010: Export All Unique Permissions from Site Collection using PowerShell
Gokan Ozcifci
The following PowerShell script can be used to export all unique permissions in a site collection to a CSV file. The script takes in the url of the site collection as the input. if (( Get - PSSnapin "Microsoft.SharePoint.PowerShell" - ErrorAction SilentlyContinue ...
on
12 Jun 2013
Wiki Page:
Sample Script for Creating a VHD File Share and Assigning Permissions
Richard Mueller
To be annotated later. ===================================================== Param( [string] $HyperVClusterName, [string] $ShareName ) # Check values if(!$HyperVClusterName -or !$ShareName) { Write-Host "Error: Please enter required parameter values." Exit ...
on
13 May 2013
Wiki Page:
Effective Database Engine Permissions
Rick Byham, Microsoft
This topic describes how to determine who has permissions to various objects in the SQL Server Database Engine. SQL Server implements two permission systems for the Database Engine. An older system of fixed roles has preconfigured permissions. Beginning with SQL Server 2005 a more flexible and precise...
on
9 May 2013
Wiki Page:
SharePoint 2010 Best Practices: Copying Permissions Between Site Collections
Ed Price - MSFT
Ootb (out of the box), it's not possible to copy permissions between site collections. You can copy permissions programmatically, as explained in http://mosswat.blogspot.com/2009/02/how-to-copy-permissions-between-site.html and http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread...
on
16 Apr 2013
Wiki Page:
SQL Server Database Engine Permission Posters
Rick Byham, Microsoft
Posters are available that list all the granular permissions of the SQL Server Database Engine and Windows Azure SQL Database. Select the pdf images below. You can display these on your computer, expanding or shrinking them to focus on specific areas. Use Control+F to search for a specific permission...
on
29 Nov 2012
Wiki Page:
Database Engine Permission Basics
Ed Price - MSFT
In SQL Server 2008 R2, Database Engine permissions are managed at the server level through logins and fixed server roles, and at the database level through database users, fixed database roles, and user-defined database roles. Download the Permissions Poster PDF file . Table of Contents Logins...
on
25 Sep 2012
Wiki Page:
PowerShell: Automate roaming profile folder permissions
Joji Oshima
Overview Roaming profiles are great for mobile users and VDI users, but managing the profile folders can present extra challenges. By default, newly created profile folders gives access to the local system and the user. You can add Administrator access using group policy [ Link ] but it does not have...
on
18 Jul 2012
Wiki Page:
RD Connection Broker HA – SQL Permissions
Freek Berson
In a previous Wiki article, we ran through the process of setting up HA for the RD Connection Broker in Windows Server 2012. http://social.technet.microsoft.com/wiki/contents/articles/10390.deploying-rd-connection-broker-high-availibilty-in-windows-server-2012.aspx In this wiki we'll dive...
on
14 May 2012
Page 1 of 1 (12 items)
Can't find it? Write it!
Post an Article