Contents tagged with user
-
How to create a new user in a SQL Azure database
In SQL Server Management Studio:
1) select the database from the database dropdown list
2) run the following script:
CREATE USER [myusername] WITH PASSWORD = 'mypassword';
ALTER ROLE [db_owner] … more
-
Enhancement to Guest Users in Office 365
https://www.michev.info/Blog/Post/2256/some-new-interesting-experiences-with-guest-users-in-office-365
-
Change User Rights Assignment via Command Line
https://www.tenforums.com/tutorials/88118-change-user-rights-assignment-security-policy-settings-windows-10-a.html more
-
Install Sharepoint 2019 on Single Server
open Sharepoint Management Shell (must be Run As Administrator) and run the following cmdlet
New-SPConfigurationDatabase -DatabaseName SharePoint_ConfigDB -DatabaseServer MySQLServerInstance - … more
-
Create a secure ASP.NET Web Forms app with user registration, email confirmation and password reset
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/security/create-a-secure-aspnet-web-forms-app-with-user-registration-email-confirmation-and-password-reset more
-
Enforce multi-factor authentication for B2B guest users in Office 365
https://docs.microsoft.com/en-us/azure/active-directory/b2b/b2b-tutorial-require-mfa more
-
Office 365 Get access to and back up a former user's data
https://docs.microsoft.com/en-gb/office365/admin/add-users/get-access-to-and-back-up-a-former-user-s-data?view=o365-worldwide more
-
Default User Permissions in Azure Active Directory
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/users-default-permissions more
-
Power BI Report (Data Stories) and Theme Galleries
https://docs.microsoft.com/en-us/power-bi/desktop-report-themes
https://community.powerbi.com/t5/Data-Stories-Gallery/bd-p/DataStoriesGallery
https://community.powerbi.com/t5/Themes-Gallery/bd-p/ … more
-
Move Windows User Profile to Another Drive
To change an existing profile, modify the location in the particular profile in the subkeys for:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\
To change for new … more