Contents tagged with permissions
-
Onedrive Sharing and Permissions
https://support.office.com/en-us/article/stop-sharing-onedrive-or-sharepoint-files-or-folders-or-change-permissions-0a36470f-d7fe-40a0-bd74-0ac6c1e13323 more
-
Modify Network Share Permission from Command Line using ICACLS
List files in local network share:
dir \\localhost\myshare
list permissions on share:
icacls \\localhost\myshare
allocate permissions to share:
icacls \\localhost\myshare /grant mydomain\ … more
-
Using PowerShell to Generate Logins, Server and Database Permissions
https://www.databasejournal.com/features/mssql/using-powershell-to-generate-logins-server-and-database-permissions.html more
-
Default User Permissions in Azure Active Directory
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/users-default-permissions more
-
A Free Standalone GUI utility to Set Permissions for any Windows Service
https://www.coretechnologies.com/products/ServiceSecurityEditor/ more
-
Windows Server 2016: Reset Filesystem Permissions on a Folder
Open a command window, and Run As Administrator:
takeown /F "Full Path of Folder or File"
takeown /F "Full Path of Folder or File" /r /d y
icacls "Full Path of Folder or File" /grant … more