by skufel | Mar 14, 2016 | HA/DR, Infrastructure, Messaging, SysAdmin
Set of screenshots from old archives. It shows how to setup DAG on Microsoft Exchange Server 2010. If there will be interest in that subject I will put some description around that, just request that in comments. Otherwise, enjoy step-by-step screenshot guide for DAG...
by skufel | Mar 14, 2016 | Automation, Databases, Infrastructure, Scripting, SysAdmin, Windows
Code snippet from old archives. It shows how to import Windows event log entries to database. Important is to setup database and table accordingly, so it contains apropriate columns. Set objConn = CreateObject("ADODB.Connection") Set...
by skufel | Mar 14, 2016 | Directory Services, Network
In this article will go through configuration of Cisco Easy VPN along with Microsoft NPS RADIUS on Windows Server 2008 R2. Article covers: Basic information about Cisco Easy VPN Cisco IOS router configuration for Easy VPN Windows Server 2008 R2 NPS and RADIUS...
by skufel | Mar 14, 2016 | Scripting, Windows
Quick side note, not to forget for future. Rename computer Netdom renamecomputer %computername% /newname:Test-Server Join computer to domain Netdom join %computername% /domain:domain.com /UserD:Administrator...
by skufel | Mar 14, 2016 | Network, Scripting, Windows
When you need to use your computer as wireless hotspot, you can easily enable that functionality with PowerShell: Windows PowerShell Copyright (C) 2013 Microsoft Corporation. All rights reserved. PS C:\windows\system32> netsh wlan set hostednetwork...