Error: Cannot use file for clustered server

http://www.sysads.co.uk/2013/12/error-file-clustered-server/ Expand Services and applications, click on your clustered application (in my case is the default SQL Server (MSSQLSERVER)), right-click the SQL Server resource, and then click Properties Click the Insert button to add an additional row, then select the new shared disk that will…

append dns suffixes in order to connect to machines on different domains

https://technet.microsoft.com/en-us/library/cc959339.aspx To view the Advanced TCP/IP Settings dialog box Right-click  My Network Places , and then click  Properties . Right-click the connection that you want to view, and then click  Properties . Click  Internet Protocol (TCP/IP) , and then click  Properties . Click  Advanced ,…

xcopy batch file

https://ss64.com/nt/xcopy.html Simple backup batch file Note that long folder names must be enclosed in quotation marks. @echo off REM copy documents xcopy “C:My Documents*.*” d:mirror /c /s /r /d /y /i > d:mirrorxcopy.log REM copy Outlook data xcopy “C:Local SettingsApplication DataMicrosoftOutlookoutlook.pst” d:mirror /c /s /r…