Configuring NIC Teaming in Powershell on Windows Server 2012 – Powershell

February 15th, 2013

The first thing you’ll need to do is see what network adapters you currently have setup.

Type: “Get-NetAdapter” to get the list of network interfaces.

Now with this information we can create the NIC team.

Type: “New-NetlbfoTeam” to start the creation process.

You will be asked for the “TeamMembers” that will be apart of the NIC team one by one. Enter the NIC names i.e. “Ethernet” then hit enter. When there are no more team members to add just hit enter while the current “TeamMember” prompt is empty.

You will be asked to confirm the information and once you hit “Enter” or type “Y”

 

Disable Windows Firewall Server Core

February 15th, 2013

 

netsh advfirewall set allprofiles state off

Dummy File Creator

January 18th, 2013

dummy12

Managing Hyper-V hosts using Virtual Machine Manager fails with Error: 0x8033803b after installing WMF 3.0

January 12th, 2013

To resolve this issue, uninstall Windows Management Framework 3.0 on the Hyper-V host.
To uninstall the update, perform the following steps on the Hyper-V host:

1. In Control Panel, open Programs and Features.
2. Click View installed updates.
3. Right-click Microsoft Windows Management Framework 3.0 (KB2506143) and select Uninstall.
4. Once the uninstall is complete, restart the server.
5. Once the server is restarted, open an evaluated command prompt, type the following command and hit enter:

winrm qc

6. Follow the prompts to enable WinRM requests on the server.
7. Restart the server.
8. Once the server is restarted, open the VMM Console and verify the issue is resolved.

HP Laserjet 2015dn

December 15th, 2012

HP LaserJet 2015dn driver – Windows 7 64-bit

pfsense backup

October 29th, 2012

Download

Link

Install language pack after initial instllation

August 19th, 2012

c:\Windows\system32\lpksetup.exe

Hyper-V P2V using Disk2vhd

July 28th, 2012

Download Disk2vhd

How to truncate and shrink Transaction Log file in SQL Server 2008 R2

July 27th, 2012
select name,recovery_model_desc from sys.databases
GO
Alter database DATABASENAME Set Recovery simple
GO
Declare @LogFileLogicalName sysname
select @LogFileLogicalName=Name from sys.database_files where Type=1
print @LogFileLogicalName
DBCC Shrinkfile(@LogFileLogicalName,100)
 
 

NK2View – View Outlook .NK2 AutoComplete Information and Stream_Autocomplete Outlook 2010

June 11th, 2012

nk2edit Download