by skufel | Jun 26, 2013 | Scripting, SysAdmin, Virtualization
After installing Windows Hyper-V 2012 sometimes there might be some issues with remote management (even if enabled via sconfig). In that case few firewall rules might have to be enabled on Hyper-V machine using PowerShell: enable-netfirewallrule -displaygroup...
by skufel | Mar 22, 2013 | Infrastructure, Scripting, SysAdmin, Windows
In order to assign static IPv4 address to Windows Server 2012 Core using power shell use: New-NetIPAddress -IPAddress 172.16.48.11 -InterfaceAlias "Ethernet" -DefaultGateway 172.16.48.5 -AddressFamily IPv4 -PrefixLength...
by skufel | May 2, 2012 | Infrastructure, Messaging, Scripting, SysAdmin
Mailboxes created for conference rooms (on Exchange 2007 Recipient Type : Room Mailbox) by default has disabled auto accept for calendar appointments. That causes issue when people trying to book room as all appointments show as tentative and manual interaction/accept...
by skufel | Dec 15, 2011 | Automation, Infrastructure, Messaging, Scripting, SysAdmin
In some companies performance is measured based on number of emails someone sent. regardless the reason for those emails and content, what matters the most is if someone is sending something to others. So, I was asked to produce quick count how many emails one...