by skufel | Jun 4, 2012 | Development
So, I’m doing my first attempts to write some simple apps in Adobe Flex using Flash Builder 4.6. One of funny things I came across was how to generate open file dialog windows and get name of the file which user picked from dialog windows. I guess still have to...
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...
by skufel | Nov 14, 2011 | Automation, Infrastructure, Network, Scripting, SysAdmin
If you need to capture configuration of Windows-based DHCP server for documentation or review purposes, this might be handy: netsh -r lab-dc-01 dhcp server dump > C:\dhcp-lab-dc-01.txt NOTE: lab-dc-01 in example command is name of the Windows server which has DHCP...
by skufel | Nov 14, 2011 | Automation, Infrastructure, Scripting
Here is quick script which connects to Active Directory, reads all computer accounts from Organization Unit (OU) indicated in script and then pings all computers found in that OU. It might be handy if all server accounts are located in one OU. Const ADS_SCOPE_SUBTREE...