Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
Upload Files to Onedrive Programmatically with Powershell
https://techcommunity.microsoft.com/t5/Office-365/How-to-uploads-files-to-OneDrive-for-Business-using-Powershell/td-p/136332
https://gcits.com/knowledge-base/transfer-users-onedrive-files-another- … more
-
Convert Office 365 Guest to Member Using Powershell
Start Powershell
>Connect-AzureAD
>Get-AzureADUser -SearchString [email protected] | Set-AzureADUser -UserType member more
-
Office 365 Assigning Licenses to Guest Users
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/51b14e7f-1d71-4dec-88fb-410d8be04e06/why-i-cant-authorize-guest-users?forum=WindowsAzureAD
https://blogs.perficient.com/2014/11/25/office-365- … more
-
Debugging SQL Server – Setting Up Windows Debugger by Amit Bansal
https://www.youtube.com/watch?v=h6tCva6oHio&feature=youtu.be&fbclid=IwAR1C08Nj1HTV_1lLKWPtL0xziPzDz0oqRWoybFY4LlgDIGpOtg90cb7Nat8
https://developer.microsoft.com/en-us/windows/downloads/windows-10- … more
-
SQL Server: Datefirst Setting For Determining Day of Week Number
https://docs.microsoft.com/en-us/sql/t-sql/statements/set-datefirst-transact-sql?view=sql-server-2017 more
-
MS SQL Server - How to get Date only from the datetime value
https://tableplus.io/blog/2018/09/ms-sql-server-how-to-get-date-only-from-datetime-value.html
-
SQL Server TSQL Else if Syntax
http://dba.fyicenter.com/faq/sql_server/IF_ELSE_IF_ELSE_Statement_Structures.html more
-
SQL Server Format Function
https://database.guide/3-ways-to-get-the-month-name-from-a-date-in-sql-server-t-sql/ more
-
Running Python Code in SQL Server
https://www.sqlservercentral.com/articles/a-quick-start-to-running-python-code-in-sql-server more
-
SQL Server: How to Move TempDB to Another Drive & Folder
https://www.brentozar.com/archive/2017/11/move-tempdb-another-drive-folder/
https://docs.microsoft.com/en-us/sql/relational-databases/databases/move-system-databases?view=sql-server-2017
-
Create Table DDL via TSQL
https://www.sqlservercentral.com/articles/create-table-ddl-via-tsql-1
-
Default User Permissions in Azure Active Directory
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/users-default-permissions more
-
Power BI Samples
https://docs.microsoft.com/en-us/power-bi/sample-datasets
https://microsoft.github.io/PowerBI-visuals/samples/
http://obvience.com/
https://www.youtube.com/watch?v=rS8xmkoasQUhttps://www.youtube. … more
-
Orchard CMS Tips and Tricks with Comments and Collaboration
https://dotnest.com/blog/orchard-tricks-case-study-create-your-personal-blog-on-dotnest
https://disqus.com/
https://orchardtricks.dotnest.com/
https://www.capterra.com/p/147501/Orchard- … more
-
SQL Server Sample Databases
https://docs.microsoft.com/en-gb/sql/samples/sql-samples-where-are?view=sql-server-2017 more
-
SQL Server Database Monitoring
--Find active connections to the instance
USE master;
GO
EXEC sp_who2 'active';
GO
--Find number of active connections to database
USE master;
GO
SELECT DB_NAME(dbid) AS DBName,
spid,
COUNT( … more
-
Azure Virtual Desktop
https://azure.microsoft.com/en-us/services/virtual-desktop/
https://rdweb.wvd.microsoft.com/
https://docs.microsoft.com/en-us/azure/virtual-desktop/tenant-setup-azure-active-directory
-
Mail Forwarding With Mailgun and CloudFlare
https://www.lowendtalk.com/discussion/19043/how-to-set-up-email-forwarding-for-your-domain-using-mailgun
https://www.chrisanthropic.com/blog/2014/mail-forwarding-with-mailgun-and-cloudflare/ more
-
Power BI Parameters
https://biinsight.com/power-bi-desktop-query-parameters-part-1/
https://community.powerbi.com/t5/Desktop/Parameters-to-a-Power-BI-report-in-Power-BI-Report-Server/td-p/471860
https://powerbi. … more
-
Search Engine Optimization (SEO) Toolkit
https://www.iis.net/downloads/microsoft/search-engine-optimization-toolkit