Archive for February, 2010

Posted by IsaacBlum at 19 February 2010

Category: Civilization V, Games, Personal

Tags:

http://www.gamespot.com/pc/strategy/civilizationv/index.html

Posted by IsaacBlum at 19 February 2010

Category: Business, Conference's, For The Greater Good, Free Help, Microsoft, Windows 7

Tags: , ,

http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&displaylang=en

To install the Administration Tools pack by using the Windows interface
  1. Download the Administration Tools package from the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkID=137379).
  2. Open the folder into which the package downloaded, double-click the package to unpack the files, and then start the Remote Server Administration Tools Setup Wizard.
    Note
      You must accept the License Terms and Limited Warranty to install Administration Tools.
  3. Complete all the steps that are required by the wizard, and then click Finish to exit the wizard when installation is completed.
  4. Click Start, click Control Panel, and then click Programs.
  5. In the Programs and Features area, click Turn Windows features on or off.

    If you are prompted by User Account Control to allow the Windows Features dialog box to open, click Continue.

  6. In the Windows Features dialog box, expand Remote Server Administration Tools.
  7. Select the remote management tools that you want to install, and then click OK.
  8. Configure the Start menu to display the Administration Tools shortcut, if it is not already there.
    1. Right-click Start, and then click Properties.
    2. On the Start Menu tab, click Customize.
    3. In the Customize Start Menu dialog box, scroll down to System Administrative Tools, and then select Display on the All Programs menu and the Start menu. Click OK.

      Shortcuts for snap-ins installed by Remote Server Administration Tools for Windows 7 are added to the Administrative Tools list on the Start menu.

Thank sean.

1
2
$notespw = Read-Host "Enter the password for the Notes ID file" -AsSecureString
$notespw | ConvertFrom-SecureString | Set-Content $pwfile -force

To retrieve the password and create the PSCredential object:

1
2
$notespw = get-content $pwfile | ConvertTo-SecureString
$notesid = new-object -typename system.management.automation.pscredential -argumentlist "-default-",$notespw

Example of use:

1
Get-DominoMailbox mary@contoso.com -SourceCredential $notesid

Posted by IsaacBlum at 18 February 2010

Category: Amazon, Business, Ec2, For The Greater Good, Free Help

Tags: , ,

You will used this for help in setting up and using the api tools for windows. P.S. in no particular order.

http://docs.amazonwebservices.com/AWSEC2/2007-08-29/GettingStartedGuide/setting-up-your-tools.html

http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1767

http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351

http://serktools.com/2009/05/19/setting-up-ec2-command-line-tools-on-windows/

Posted by IsaacBlum at 18 February 2010

Category: Business, For The Greater Good, Free Help, PowerShell

Thank you wes

If you are like me and are just so used to typing set to list and set environment variables then you might find this script useful.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if (test-path alias:set) { remove-item alias:set > $null }
function set
{
	[string]$var = $args
	if ($var -eq "")
	{
		get-childitem env: | sort-object name
	}
	else
	{
		if ($var -match "^(S*?)s*=s*(.*)$")
		{
			set-item -force -path "env:$($matches[1])" -value $matches[2];		
		}
		else
		{
			write-error "ERROR Usage: VAR=VALUE"
		}
	}	
}

Posted by IsaacBlum at 18 February 2010

Category: Business, For The Greater Good, Free Help

Tags: , ,

http://www.orcsweb.com/articles/aspnetmachinekey.aspx

Posted by IsaacBlum at 17 February 2010

Category: Business, For The Greater Good, Microsoft

Tags: , ,

This has been out for a while now. I really hadn’t needed to use this, however I used it a handful of times this week, and i do love it!!

http://blogs.msdn.com/webplatform/

http://www.microsoft.com/Web/

  • Archives

  • Tags

  • Subscribe
  • Pages

  • More

  • Disclaimer…

    This is my personal weblog. The opinions expressed herein are my own and are not representative of any 3rd party influence. The owner of this blog reserves the right to edit or delete any comments submitted to this blog without notice if they are deemed to be spam, offensive or otherwise inappropriate. The owner of this blog makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site. The owner will not be liable for any errors or omissions in this information nor for the availability of this information. The owner will not be liable for any losses, injuries, or damages from the display or use of this information.


    Lastly, I do my best to document my sources if the article is not of my own creation. If I have missed or forgotten to source your work. I would love feedback via the comments section. Thank you.

DreamHost promos
SiteLock