- danovich.com.au -

For the enterprise sys admin by the enterprise sys admin

  • Home
  • About
  • Contact
  • RSS Feed

18

Aug

SCCM report – count Windows Server versions on physical hardware only

Posted by danovich  Published in SMS / SCCM, Windows

I had a requirement to count the different versions of Windows Server but only on physical hardware. This SCCM report does this by excluding VMWare and Hyper-V machines: SELECT OPSYS.Caption0 as C054, COUNT(*) AS ‘Count’ FROM v_GS_OPERATING_SYSTEM OPSYS full Join v_GS_COMPUTER_SYSTEM On v_GS_COMPUTER_SYSTEM.ResourceID = OPSYS.ResourceID inner join v_R_System sys on OPSYS.ResourceID=sys.ResourceID where OPSYS.Caption0 LIKE ‘%server%’ [...]

Share

Continue reading...

Tags: count, physical hardware, SCCM report, server, Windows

no comment

15

Aug

SCCM report for SQL server Developer, Enterprise and Standard version installations

Posted by danovich  Published in SMS / SCCM, Tools

I had a requirement to report on SQL Server installations in our environment as part of our Microsoft EA true-up process. This included SQL 2000, 2005 & 2008 installations. The difficulty was that you can’t run a simple Add / Remove Programs report because it will report all of the SQL client tools installations as [...]

Share

Continue reading...

Tags: EA, Enterprise and Standard version installations, Microsoft, MOF, report, SCCM, SCCM report for SQL server Developer, SQL, true up

no comment

8

Aug

KMS host server won’t activate clients

Posted by danovich  Published in Windows

Our KMS server had been running without issue for months until recently when I tried to activate another Windows Server 2008 R2 client (already 30+ in the environment) and it just wouldn’t activate, giving the error “”Error: 0xC004F074 The Software Licensing Service reported that the computer could not be activated. The Key Management Service (KMS) [...]

Share

Continue reading...

Tags: 0xC004C008, kms, KMS host, kmsadd@microsoft.com, Windows Server 2008 R2

no comment

4

Aug

Automate WebDAV configuration for SCCM site systems

Posted by danovich  Published in SMS / SCCM, Windows

This article here – http://technet.microsoft.com/en-us/library/cc431377.aspx – outlines how to configure IIS WebDAV for SCCM site systems. This is very fiddly manual process so I’ve created a small batch file to automate this. This is for Windows Server 2008 R2 with the correct IIS components already installed: REM http://technet.microsoft.com/en-us/library/cc431377.aspx REM Enable WebDav %WinDir%\System32\InetSrv\AppCmd.exe set config “Default [...]

Share

Continue reading...

Tags: appcmd, IIS, SCCM, webdav

no comment

1

Aug

SCCM unattended OSD with bootable USB drive

Posted by danovich  Published in SMS / SCCM, Storage, Tools, Windows

Here’s a neat trick to created an unattended USB boot disk for deploying SCCM OSD task sequences. The machine that you are going to use for this process needs to have the SCCM console loaded on it. The machine also needs to be a Windows Vista, Windows 7 or Windows Server 2008 or higher Operating [...]

Share

Continue reading...

Tags: bootable, OSD, SCCM, unattended, usb

2 comments

Recent Posts

  • SCCM 2012 survival guide
  • List of recommended SCCM hotfixes
  • Outlook profile settings ignored in Office 2010 SP1 using OCT
  • Force SCCM optional advertisement to run

Categories

  • AntiVirus (1)
  • App-V (2)
  • Certificates (4)
  • Exchange (8)
  • Geek (19)
  • OCS / Lync (22)
  • Opalis / Orchestrator (1)
  • Scripting (27)
    • Powershell (15)
  • SMS / SCCM (62)
  • Storage (4)
  • Tools (42)
  • VMWare (3)
  • Windows (46)

Archive

  • February 2012 (3)
  • January 2012 (6)
  • December 2011 (6)
  • November 2011 (1)
  • October 2011 (4)
  • September 2011 (3)
  • August 2011 (5)
  • July 2011 (2)
  • June 2011 (1)
  • May 2011 (3)
  • April 2011 (5)
  • February 2011 (7)
  • January 2011 (5)
  • December 2010 (9)
  • November 2010 (2)
  • October 2010 (5)
  • September 2010 (3)
  • August 2010 (3)
  • 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)

Recommended Blogs

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

Tech Links

  • Best Free Windows Software
  • Dr Web online URL check
  • Environment variables
  • Live Mesh
  • Microsoft Connect
  • Microsoft Discussion Newsgroups
  • Microsoft IPD
  • Microsoft KB monitoring
  • Microsoft TechNet Forums
  • MX Lookup Tool
  • NSLookup
  • Online Script Decoder
  • PortableApps
  • Sendoid
  • Speedtest
  • SSL Certificate Check
  • This blog's 2011 annual report
  • TVCatchup.com

Recent Entries

  • SCCM 2012 survival guide
  • List of recommended SCCM hotfixes
  • Outlook profile settings ignored in Office 2010 SP1 using OCT
  • Force SCCM optional advertisement to run
  • Windows 7 on NCR RealPOS 7402
  • Free online training for System Center 2012 including SCCM
  • New licensing model for System Center 2012
  • This blog’s 2011 annual report
  • SCCM Task Sequence Monitor
  • Custom message prior to installing software

Recent Comments

  • SCCM 2012 survival guide | – … in SCCM 2012 survival guide
  • Create a SCCM collection that exclu… in Create a SCCM collection that excludes members of …
  • SCCM report of all machines of a ce… in SCCM report of all machines of a certain model
  • SCCM report to count hardware model… in SCCM report to count hardware models
  • Edit the registry inside a WIM file… in Edit the registry inside a WIM file
  • Schedule SCCM reports to be emailed… in Schedule SCCM reports to be emailed without SQL re…
  • jakre in DameWare remote control in WinPE
  • jakre in DameWare remote control in WinPE
  • Tao Yang in List of recommended SCCM hotfixes
  • danovich in Edit the registry inside a WIM file
  • Random Selection of Posts

    • QoS with Office Communicator 2007 R2
    • Windows Deployment Services (WDS) cache
    • Lync Server 2010 released!
    • Script to automatically document SCCM configuration
    • Sysprep error – Setup was unable to change the password for user account Administrator
    • SCCM report – count Windows Server versions on physical hardware only
    • Add the classic menu theme to Office 2007 & 2010
© 2009 - danovich.com.au - is proudly powered by WordPress.