sample csv file

How to Add Company Templates for All Users on Microsoft 365

Create a SharePoint site. We have no need for an M365 group and we only want a few editors but all users must have read rights. With this as a background, I usually prefer to create a Communication site. Give the site an intuitive and logical name. (If you have a naming standard, you must Read More

sample csv file

How to Mount an Azure File Share with Windows 10/11

Prerequisites Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open. Connections will fail if port 445 is blocked. You can check if your firewall or ISP is blocking port 445 by using the Test-NetConnection cmdlet. See Port 445 is blocked. Using an Azure file share with Windows To use an Azure file Read More

sample csv file

How to Install Windows 11 Without Internet?

You can press SHIFT+F10 keys to open Command Prompt. Execute OOBE\BYPASSNRO command then. After this, setup will reboot the computer and after reboot, you’ll get a new option I don’t have Internet or Continue with limited setup to skip the Internet requirement. Also, see if this video fix helps you:

sample csv file

How To Find Domain Controllers That Hold Master Roles

Use DCDIAG On a Windows Domain Controller, run the following command: Use the NTDSUTIL Tool NTDSUTIL is a tool included with Windows 2000 Server, Windows 2000 Advanced Server, and Windows 2000 Datacenter Server. This tool is can be used to verify change certain aspects of the Active Directory. The following is the steps needed to Read More

sample csv file

How to Backup Microsoft SQL Database by Using Transact-SQL

Create a full database backup by executing the BACKUP DATABASE statement to create the full database backup, specifying: The name of the database to back up.The backup device where the full database backup is written.The backup options like COPY_ONLY, COMPRESSION, etc. COMPRESSION will be very helpful to reduce the backup size.COPY_ONLY is very useful for Read More