create new computer object in correct OUwith the name you want to use as the sql cluster name disable the account assign perms (I wound up giving the windows cluster, sql server service account user, and my domain admin account full perms to the new…
Category: network administration
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…
http://blogs.technet.com/b/askcore/archive/2011/08/26/replacing-a-shared-disk-on-a-2008-failover-cluster.aspx
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 ,…
Control panel –> Windows Mobility center –> Disconnect monitor then choose Extend To rearrange and set: Control panel –> Change display settings –> Drag monitors around and click on one to set as main display, then check box
Type the following command at a command prompt, and then press ENTER, where filename is the name of the text file that you are creating: dir > filename.txt https://support.microsoft.com/en-us/help/196158/how-to-create-a-text-file-list-of-the-contents-of-a-folder
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…