* You are viewing Posts Tagged ‘LOGINventory Add-On’

LOGINventory5 Webinterface 5.2.0.4013

Features:

  • Performance improved
  • Current view may be exported as csv
  • Integrated refresh button does explicit refresh data from the database
  • Forward and Backward Browser button works
  • New setup with better update handling for future versions.
    For some incompatibility reasons we would recommend to remove previous Webinterface installations
  • Icons in top level navigation removed due to space saving

LOGINventory Webinterface 5.1.5.3549

Features:

  • Face lift
  • Improved performance

Substitute for GetDate()-function

Currently, LOGINventory5 MMC-Application does not support the GetDate()-function in quiries like LOGINventory 4. If you want to get all assets with a scandate 30 days ago you can now use the Windows PowerShell. You just have to execute following script:

ScandateBefore30Days.ps1:

# Read all LOGINventory CmdLets from Registry and add them to the current session
cd HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapIns
Get-ChildItem | where {$_.Name -like “*Login.Ventory.*”} | select Name | foreach {add-pssnapin $_.Name.SubString($_.Name.LastIndexOf(‘\’)+1)}

# Create LOGINventory Drive change location
$d = new-psdrive -scope global -name LI -PSProvider LOGINventory -root “”

cd LI:\Assets

# perhaps you have to set the correct culture information for the Convert.ToDateTime-function of .NET
$CULTURE = New-Object System.Globalization.CultureInfo(“de-DE”)
function … Continue Reading

Scripted Query Export

You want to do a scheduled export of your query results? Look here…

You have just to save the following script and the txt-file below. The text file contains the path of the query node from the LMC application and the target file separated with a “|”-character.
Sample:
Analyse\myQuery|C:\myResult.csv

ATTENTION: To use this simple script the query names in the LMC have to contain only “normal” characters ([a-z],[A-Z],[0-9])! Spaces are allowed but you have to replace them with a “_”-character in the “Queries.txt” (See the example)!

ExportQueries.ps1:

# Read Query-File-List
param([string]$file)
$queries = Get-Content $file

# Read all LOGINventory CmdLets from Registry and add them to the current … Continue Reading

LOGINventory5 PowerShell RC1 1.0

Build 3560 (17.05.2010)

Features:

  • Storage-Support improved

 

Build 3554 (13.05.2010)

Features:

  • Navigation thru LOGINventory Data via a PowerShell Provider
  • Script all your recurring analysis
  • Send results per mail
  • Read or Write Manual Properties
  • Generate Reports
  • Supports Symbolic Links (experimental Feature)

BugFixes:

  • Refresh-Bug fixed
  • Report-Bug fixed

Please download here

LOGINventory5 PowerShell RC1 1.0

LOGINventory5 PowerShell Provider RC1 is now available!

The LOGINventory5 PowerShell Add-on provides a full scripting interface for Windows PowerShell 2.0. It enables the user to selectively access, process and manage all of the information in the LOGINventory5 data base. The Add-on consists of a PowerShell Provider for navigating the LOGINventory5 tree structure and several CommandLets to cover specific functions (reporting, emailing, setting Manual Properties etc.) which are subject to continuous development. LOGINventory5 PowerShell scripts can be executed on a regular basis via Scheduled Tasks to realize functions as “email me a list with license violations on a daily basis”.
Example:
PS LI:\License_Management> Get-LiResults … Continue Reading

LOGINventory Webinterface 5.1.0.3127

Bug Fixes:

  • Fixes problems in conjunction with old LOGINventory4 installations
  • Downsized web.config

Download Now!

LOGINventory Webinterface 5.1.0.3111

Initial Release:

Here it is, the Webinterface for LOGINventory5. Please keep in mind that the Webinterface requires at least LOGINventory 5.0.2 Build 3103

Download Now!