Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
Windows Server 2016: Reset Filesystem Permissions on a Folder
Open a command window, and Run As Administrator:
takeown /F "Full Path of Folder or File"
takeown /F "Full Path of Folder or File" /r /d y
icacls "Full Path of Folder or File" /grant … more
-
Python Copy File Command
from shutil import copyfile
copyfile('C:\\mydirectory\\myfile.txt','F:\\myfile.txt') more
-
Python Programming with .Net
http://ironpython.net/
-
Backup Up SVN Repositories
SVN hotcopy or dump can be used:
svnadmin hotcopy C:\dev\svn-1.6.6\repository \\SEQUOIA\svn-ultor-backup\repo1\hotcopy\repository-backup
svnadmin dump C:\dev\svn-1.6.6\repository > C:\dev\svn-1.6. … more
-
GDPR Protection Module for Orchard CMS
https://github.com/Lombiq/Orchard-Privacy
-
Outlook.com Customization
https://www.howto-outlook.com/howto/outlookcompersonaladdress.htm
-
Office 365 External Guest Users
https://blogs.technet.microsoft.com/projectsupport/2017/12/29/project-online-assigning-licenses-to-guest-users-with-powershell/
https://www.petri.com/adding-subscription-external-office-365-user … more
-
Sharepoint Templates
https://www.linkedin.com/pulse/20141024162836-208008284-templates-needed-for-sharepoint-2013-foundation
https://blogs.technet.microsoft.com/praveenh/2010/12/17/fantastic-40-application-templates-for- … more
-
Install SharePoint Foundation 2013 on Windows Server 2016 Solution
http://roger.dilsner.com/install-sharepoint-foundation-2013-windows-server-2016-solution/
-
SoftEther VPN Automatic Connection on Restart
https://www.softether.org/4-docs/1-manual/4._SoftEther_VPN_Client_Manual/4.4_Making_Connection_to_VPN_Server#4.4.19_Startup_Connection
-
Windows Azure and Transferring Data with Azcopy
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy
https://docs.microsoft.com/en-us/azure/storage/common/storage-moving-data
-
Optimize network throughput for Azure virtual machines
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-optimize-network-bandwidth
-
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