Tag Archives: Server

Powershell: Count Sharepoint Sites on Sharepoint Server 2010

This is a very small line of code to count Sharepoint 2010 Site Collections with Powershell. (Get-SPSite -Limit all).Count By the way, we at Genotec AG are offering a Hosted Sharepoint 2010 solution based on Powershell automation.

Posted in Hosting, IT, Microsoft, Powershell, Sharepoint, Software, Web, Windows Server, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , , , , , , , | 2 Comments

Powershell: Working with XML part 2

After my first post (Powershell: Parsing XML part 1) about working with XML and Powershell, I have create this second post which describes how to create a XML file, Add content to the XML file, remove content from the XML … Continue reading

Posted in IT, Microsoft, Powershell, Server Core, Software, Windows, Windows Server, Work | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

HP iLO3: What’s new

With the new G7 Serverline, HP released also iLO 3 (HP Integrated Lights-Out). With new and important features: 800% faster remote console: best-in-class remote management performance 360% faster Virtual Media: higher performance remote deployment and updates Improved Windows Integrated Remote … Continue reading

Posted in HP, Hardware, IT, Microsoft, Software, Work | Tagged , , , , , , , , , , , , , | Leave a comment

Howto: Update SCVMM 2008 to SCVMM 2008 R2

Update from Microsoft System Center Virtual Machine Manager 2008 to Micorsoft System Center Virtual Machine Manager 2008 R2 is pretty simple. Yesterday I updated the SCVMM on our environment. Copy the SCVMM 2008 R2 on the Server Start the Setup.exe … Continue reading

Posted in Hosting, Hyper-v, IT, Microsoft, Server Core, Software, System Center, Virtualization, Windows Server, Work | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Cheatsheet: Using Diskpart on a Server Core installation #4

Using Diskpart on a Server Core installation. Disk Administration or Partition a disk. Create a new partition and format a partition SELECT DISK 0 CREATE PARTITION PRIMARY ASSIGN LETTER=E SELECT PARTITION 1 FORMAT FS=NTFS LABEL=”New Volume” QUICK EXIT Commands you … Continue reading

Posted in Hyper-v, IT, Microsoft, Server Core, Software, Windows, Windows Server, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Cheatsheet: How to install HP Support Pack on a Server Core installation #3

This is a HowTo step-by-step guide to install the HP Support Pack on a Windows Server 2008 R2 Core installation or Hyper-v Core installation. Download the latest HP ProLiant Support Pack for Windows Server 2008 R2 Eable SNMP on Windows … Continue reading

Posted in HP, Hardware, Hyper-v, IT, Microsoft, Server Core, Software, Virtualization, Windows, Windows Server, Windows Server 2008, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , , , , , , , , , | 1 Comment