5 Gedanken zu „Automatische Analyse der Logindauer mit dem VMware Logon Monitor“

  1. Thank you very much for your well detailed article. I am currently trying to configure the same. However I have a couple of questions.
    1. Where do you install the VMware Logon Monitor?
    is it on the gold image or on the profiler
    2. the PowerShell script, where do you run it you have created, where do you run it?

    Antworten
    • You have to Install and configure the (1) Logon Monitor to the golden image.
      The powershell script can be run on every other machine with access to the shared log storage, to import those logs to a sql database.

      Antworten
  2. Danke fur ihre nette script!
    I seem to cannot use the parameter -onlyTextOutput. It keeps looking for the SQL server. If I actually fill in details of my SQL server the data is written to it, but the -onlyTextOutput is not working for me.
    Best regards,
    Richard

    Antworten
    • Hi Richard,
      you were right, I didn’t skipped the connection startup when the switch is set.
      I’ve already fixed it in the above script.
      Maybe some days I cleanup the Textoutputa bit, for better look – but If someone needs more detailed the database should rock 🙂
      Cheers,
      Constantin

      Antworten
  3. Hi,
    ich nehme an, dass dein Script normalerweise super gut läuft. Leider bekomme ich nur eine Unzahl von Fehlermeldungen.
    Ich versuche das Skript (ohne SQL) so aufzurufen: .\VMWareLogonMonitor2MSSQL.ps1 „D:\Tools\VMware Logon Monitor\vlm1.txt“ -onlyTextOutput
    Die folgende Fehlermeldung ist die erste von sehr vielen. Kannst du damit was anfangen?
    Gruss, Mario
    ForEach-Object : Der Parameter „Process“ kann nicht gebunden werden. Der Wert „Name“ vom Typ „System.String“ kann nicht in den Typ „System.Management.Automation.ScriptBlock“ konvertiert werden.
    Bei D:\Tools\VMware Logon Monitor\VMWareLogonMonitor2MSSQL.ps1:146 Zeichen:34
    + $uniqueID = gci $logonfile | % <<<< Name
    + CategoryInfo : InvalidArgument: (:) [ForEach-Object], ParameterBindingException
    + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.ForEachObjectCommand

    Antworten

Schreibe einen Kommentar zu Mario S Antworten abbrechen

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.