- danovich.com.au -

For the enterprise sys admin by the enterprise sys admin

  • Home
  • About
  • Contact
  • RSS Feed

10

Jun

Nifty Powershell script to ping multiple servers

Posted by danovich  Published in Powershell, Tools, Windows

This great Powershell script will ping all machines listed in a text file and put the live results into a Excel workbook: $erroractionpreference = “SilentlyContinue” $a = New-Object -comobject Excel.Application $a.visible = $True $b = $a.Workbooks.Add() $c = $b.Worksheets.Item(1) $c.Cells.Item(1,1) = “Machine Name” $c.Cells.Item(1,2) = “Ping Status” $d = $c.UsedRange $d.Interior.ColorIndex = 19 $d.Font.ColorIndex = 11 [...]

  • Share/Bookmark

Continue reading...

Tags: active, online, ping, powershell, Scripting

no comment

6

Jun

SCOM R2 – Service Name Changes

Posted by danovich  Published in Windows

Display names of the services changed in the R2 version of SCOM 2007.  The names themselves did NOT change, so if you use ‘net stop’ or ‘net start’ that will not be affected. If you are looking for the services in the services.msc, the new names are list below. It had me stumped for a few [...]

  • Share/Bookmark

Continue reading...

Tags: SCOM, SCOM R2, Service Name

no comment

2

Jun

Change Product Key On Windows Server 2008

Posted by danovich  Published in Windows

Open the command prompt and navigate to %windir%\System32 directory slmgr.vbs -cpky (this clears the KMS entry you may have) slmgr.vbs -upk (this removes any product key installed) slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx (where the x’s are the new product key you want to use) slmgr.vbs -ato (this activates the server) Type slmgr.vbs for further options….

  • Share/Bookmark

Continue reading...

Tags: key, kms, windows 2008

no comment

Recent Posts

  • SCCM clients not installing in native mode
  • App-V sequenced applications not keeping settings / preferences
  • Group Policy Search
  • Great tool to install multiple applications at once

Categories

  • AntiVirus (1)
  • App-V (1)
  • Certificates (2)
  • Exchange (6)
  • Geek (12)
  • Office Communications Server (7)
  • Scripting (13)
    • Powershell (9)
  • SMS / SCCM (16)
  • Storage (3)
  • Tools (27)
  • VMWare (2)
  • Windows (30)

Archive

  • July 2010 (1)
  • June 2010 (4)
  • May 2010 (4)
  • April 2010 (2)
  • March 2010 (9)
  • February 2010 (7)
  • January 2010 (8)
  • December 2009 (1)
  • November 2009 (4)
  • October 2009 (5)
  • September 2009 (3)
  • August 2009 (2)
  • June 2009 (3)
  • May 2009 (1)
  • March 2009 (2)
  • February 2009 (4)
  • January 2009 (2)
  • December 2008 (7)

Random Quote

Not everything that counts can be counted, and not everything that can be counted counts.. — Albert Einstein

Recommended Blogs

  • Michael Kleef blog
  • opsm.gr
  • Tao's System Management Blog

Tech Links

  • Dr Web online URL check
  • Live Mesh
  • Microsoft Connect
  • Microsoft Discussion Newsgroups
  • Microsoft IPD
  • Microsoft KB monitoring
  • Microsoft TechNet Forums
  • MX Lookup Tool
  • Speedtest
  • TVCatchup.com

Recent Entries

  • SCCM clients not installing in native mode
  • App-V sequenced applications not keeping settings / preferences
  • Group Policy Search
  • Great tool to install multiple applications at once
  • Windows 7 enable Recent Items via group policy
  • How to export RSS feeds in Outlook 2010
  • SuperFlow for SCCM Operating System Deployment via PXE
  • Encypting disk via BitLocker on Windows 7 with a USB key
  • Script to automatically document SCCM configuration
  • Considerations when scripting for 64-bit machines with SCCM

Recent Comments

  • liviui in Office Communicator error - Cannot synchronize add…
  • pcvchriskmg in Windows 7 enable Recent Items via group policy
  • danovich in Group Policy Search
  • jrothlis in Group Policy Search
  • bizzarro in Send SCCM task sequence email report
  • bizzarro in Send SCCM task sequence email report
  • ultrafris in Windows 7 enable Recent Items via group policy
  • danovich in Send SCCM task sequence email report
  • bizzarro in Send SCCM task sequence email report
  • danovich in Send SCCM task sequence email report
  • Random Selection of Posts

    • Creating a Windows Server 2003 or 2008 Cluster within Hyper-V using iSCSI shared storage
    • Query to show members of an AD group
    • Return distinguished name of a user
    • How to tell what version of SQL is running?
    • Clarification on Windows time stamps
    • PrimalForms – tool for creating Powershell forms
    • Find resource name for SCCM GUID
© 2009 - danovich.com.au - is proudly powered by WordPress.