SQLH2 Query

We’r using SQLH2

We’re using SQLH2 from Microsoft to bring sql server related information together on one data store. It’s not a perfect solution when 64-bit is in use, because sqlh2 cannot gather information’s from SQL Server x64. In our case its ok to exclude 64-bit …

more ...


Just go a new Desktop

Alter Dell Dimension musste Dienst quittieren

Mein alter Dell Dimension musste seine Dienste Quittieren. Goodby mein Alter…:-) Ich habe einen Apple MacPro 2.66 Ghz 4-Core Mit 1 GB Ram gekauft. Ob sich diese Investition mit der Zeit auszahlen wird muss sich in den nächsten Jahren noch zeigen.

Meinerseits erwarte …

more ...

Store Configurations in Powershell

Some Scripts need to store configuration values in Ini- or XML-Files. What is the best way to do that?

Ini-Files

Using Ini-Files in Powershell is a challenge. Microsoft Currently has no real Access Solution for Ini-Files. The Community give us some ways to use a workaround.

Two other Methods are …

more ...

Quick Powershell Bundle for Intype

| My Daily Work give me allot cases witch i can do with Powershell Scripts. So far i don’t know any Script-Editor who support highlighting for Powershell Syntax. | It is possible that Intype become for me the next regular editor. I hope this bundle gives advantage to more script developers …

more ...

Diskusage in Powershell

Here is a small Snippet who shows you the Size of all Diskdrives in Powershell. It works also in remotly.

function global:DiskUsage
{
    param([string]$servername = "localhost")

    $pingresult=(Get-WmiObject -Class Win32_PingStatus -Filter "Address='$servername'" -ComputerName . | select Statuscode)
    if($pingresult.Statuscode -ne $null -and $pingresult.Statuscode -eq 0)
    {
        get-wmiobject …
more ...



Absturz am Flughafen

Ein kleiner Schnappschuss auf dem Flughafen Zürich welcher zeigt das auch hier blos mit Wasser gekocht wird. Abgelichted am 09.02.2005 Flug in die Flitterwochen nach Maiorca.

Bios Screen

more ...