Search found 35 matches

by dee
Tue Apr 15, 2008 4:10 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

Thanks. Any way to have it in the start? it was working at one time.... should I put the PoSH first?
by dee
Tue Apr 15, 2008 12:37 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

also, the only think i did prior was remove some of the select-objects and re-arranged the code. The following is the code: Function Get-Info ( $cred ) { PROCESS { "----------------------------------------------------------" " Server Name and Domain" "-----------------------...
by dee
Tue Apr 08, 2008 6:39 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

sorry for the long trail again. I am familiar with ./something.ps1 > something.txt cmdlet But, trying have the cmdlet run within the code. browsing google...
by dee
Tue Apr 08, 2008 6:28 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

sorry nevermind i figured it out. i need to put the full file location with thanks!

Dee
by dee
Tue Apr 08, 2008 4:25 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

yes. sorry about that. 1) Can you provide me an example of the CIM_DataFile syntax? Example to find file something.exe? 2) I found how to install the WMI WIndows Installer Provider via control panel/add+remove http://msdn2.microsoft.com/en-us/library/aa392726(VS.85).aspx 3) How can out create an out...
by dee
Tue Apr 08, 2008 4:10 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

or perhaps search for a particular .exe file?
by dee
Tue Apr 08, 2008 4:07 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

is there an alternative to see if the software is installed? yeah this software has another installer package other than windows installer.
by dee
Tue Apr 08, 2008 3:56 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

also, how come I don't see a particular software installed ? it is truly installed as well. but, when i do a... Get-WmiObject -Query "SELECT * FROM Win32_Product" -ComputerName $_ -Credential $cred | select-object Name,Vendor,Version,InstallLocation,PackageCache,InstallDate i do get a list...
by dee
Tue Apr 08, 2008 3:44 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

i'm not seeing a particular software installed in the list even though it is truly installed. why is this?
by dee
Tue Apr 08, 2008 3:26 am
Forum: PowerShell
Topic: computer asset inventory
Replies: 59
Views: 50906

computer asset inventory

Thank you! wow such a fast response! You are awesome donj! another question. How would I query/filter the software's installed to see if a partictular software is installed?

Thanks,
Dee