Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
Create Activity Alerts in Office 365
https://docs.microsoft.com/en-us/microsoft-365/compliance/create-activity-alerts?view=o365-worldwide
-
HOW TO ENABLE PING (ICMP ECHO) ON AN AZURE VM
https://www.thomasmaurer.ch/2019/09/how-to-enable-ping-icmp-echo-on-an-azure-vm
-
Microsoft On-Premises Data Gateway
https://docs.microsoft.com/en-us/data-integration/gateway/service-gateway-install
-
Powershell Set Execution Policy
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7 more
-
Add a Microsoft Partner Relationship
https://docs.microsoft.com/en-us/microsoft-365/admin/misc/add-partner?view=o365-worldwide
-
Generate SQL MERGE statements with Table data
https://github.com/readyroll/generate-sql-merge more
-
Access Onedrive Programmatically with C# and .Net
https://github.com/OneDrive/onedrive-sample-apibrowser-dotnet
https://github.com/OneDrive/onedrive-sample-photobrowser-uwp
-
C# Console Application and Office 365
https://www.helloitsliam.com/2016/01/28/c-console-application-and-office-365-2/ more
-
SQL Server Always On Availability Groups Step By Step
https://www.sqlrx.com/steps-for-installing-sql-server-alwayson-availability-groups/
https://argonsys.com/microsoft-cloud/library/step-by-step-creating-a-sql-server-alwayson-availability-group/ … more
-
Multithreading in Powershell
https://gallery.technet.microsoft.com/scriptcenter/Multi-threading-Powershell-d2c0e2e5 more
-
Azure DNS
https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns
https://edi.wang/post/2019/8/9/create-a-private-dns-server-without-vm-on-microsoft-azure more
-
SQL Server Ports: How to Find
https://www.sqlshack.com/overview-of-sql-server-ports/
-
Connection Strings for SQL Server and Other Databases
https://www.connectionstrings.com/ more
-
Logging SQL Server Logins
Source:
https://www.sqlservercentral.com/blogs/has-this-login-been-used-recently
--DROP TABLE #LogInfo
DECLARE @searchstring1 nvarchar(500) = ''
DECLARE @searchstring2 nvarchar(500) = '' … more
-
Compare and Synchronize the Data of Two Databases
https://docs.microsoft.com/en-us/sql/ssdt/how-to-compare-and-synchronize-the-data-of-two-databases?view=sql-server-ver15 more
-
Windows 10 Connected Accounts (and How to Remove)
Start Menu
-> Settings
-> Accounts
-> Access work or school
+ Connect or Select Account to Disconnect more
-
Powershell Redirection
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_redirection?view=powershell-7 more
-
Visual Studio Debugging Exceptions
https://michaelscodingspot.com/debugging-exceptions/
-
SharePoint Migration Tool
https://docs.microsoft.com/en-us/sharepointmigration/introducing-the-sharepoint-migration-tool more
-
SQL Server Express LocalDB
You can connect with SSMS or visual studio with server name:
(localdb)\MSSQLLocalDB
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb?view=sql- … more