Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
UltraVNC authentication refused error
http://forum.ultravnc.info/viewtopic.php?f=3&t=31276
-
VPN Server Software
https://www.softether.org/
https://openvpn.net/
https://www.freelan.org/
http://tcpcrypt.org/
https://drfone.wondershare.com/vpn/open-source-vpn.html
https://www.geckoandfly.com/5710/free-vpn- … more
-
Teamviewer Alternatives
Ultra VNC
Chrome Remote Desktop
WebEx Free
https://beebom.com/teamviewer-alternatives/ more
-
Powershell security override execution policy
Set-Executionpolicy -Scope CurrentUser -ExecutionPolicy UnRestricted
Source: https://blog.netspi.com/15-ways-to-bypass-the-powershell-execution-policy/
-
Remote Desktop Port Number - Changing Via Registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber more
-
Angular vs Razor
https://www.reddit.com/r/csharp/comments/777ye1/angularjs_vs_razor/
-
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
-
SQL Server Reporting Services Data Source Connecting String for Oracle Database
Type: OLE DB
Connection String: Provider= ORAOLEDB.Oracle; Data Source=<MyOracleDataseName> more
-
SQL Server Reporting Services Error: The 'ORAOLEDB.Oracle' provider is not registered on the local machine.
Open a command prompt in administrator mode
cd \oracle\product\11.2.0\client_64\BIN
c:\Windows\system32\regsvr32.exe OraOLEDB11.dll
source: https://stackoverflow.com/questions/12903366/ … more
-
Remote Desktop Error: An authentication error has occurred - The function requested is not supported
Caused by patching mismatch between workstation and server. See: http://blog.fmsinc.com/remote-desktop-authentication-error-function-requested-is-not-supported-credssp/
-
SVN List All Locked Files
What you're looking for is the svnadmin lslocks command.
I have this set up at work because we keep some Word documents in our Subversion repository (with svn:needs-lock). I have a cron job set up … more
-
Send Email Via Command Line
http://caspian.dotconf.net/menu/Software/SendEmail/ more
-
How to change the listening port for Remote Desktop
https://support.microsoft.com/en-us/help/306759/how-to-change-the-listening-port-for-remote-desktop
changing the RDP port using registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ … more
-
How to whitelist a domain in Office 365 Exchange online
http://www.mattwharton.co.uk/2014/08/how-to-whitelist-a-domain-in-office-365-exchange-online.html more
-
SQL Server From .Net: Building a DataSet with Code
http://www.sqlservercentral.com/articles/ADO.NET/171331/?utm_source=SSC&utm_medium=pubemail
-
Cloudflare IP Address Ranges
https://www.cloudflare.com/ips/
-
SQL Server Data Tools (SSDT)
https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017 more
-
Cloudflare IP Resolution
https://www.ericzhang.me/resolve-cloudflare-ip-leakage/ more
-
Compare and merge two versions of a document
https://support.office.com/en-us/article/compare-and-merge-two-versions-of-a-document-f5059749-a797-4db7-a8fb-b3b27eb8b87e more
-
T-SQL code for TOP N Worst Performing Stored Procedures
T-SQL code for TOP N Worst Performing Stored Procedures
-- ============================================================
-- Author: Eli Leiba
-- Create date: 2018-02
-- Description: … more