Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • PowerShell WMI Based Audit Script

    Alan Renouf has written a PowerShell Audit Script that produces a rich HTML file as output. It is a great demonstration of what you can get from WMI plus what you can do with HTML in PowerShell. The file can be accessed at the following link: http://teckinfo.blogspot.com/2008/10/powershell-audit-script_15...
    Posted to Using Scripts (Forum) by ps2 on 12-09-2008
    Filed under: PowerShell, WMI
  • Windows PowerShell Scriptomatic Tool

    A new utility that writes Windows PowerShell scripts that harness the power of WMI (Windows Instrumentation Management) for use in system management and administration. This tool was created by Microsoft consultant and author Ed Wilson. Download here: http://www.microsoft.com/downloads/details.aspx?familyid...
    Posted to Using Scripts (Forum) by ps2 on 12-09-2008
    Filed under: PowerShell, WMI
  • Re: Wanted a script to search for licensed sofware to PC's

    You could consider using WMI as the basis of your solution. Using WMI and PowerShell is relatively easy because there is WMI support built into PowerShell. I would start with this example and start exploring: get-wmiobject -class "Win32_Product" -namespace "root\CIMV2" | Select-Object...
    Posted to General (Forum) by Richard Giles on 01-14-2009
    Filed under: PowerShell, WMI
  • EventLog WMI

    So this is a script we used to get some event log infomation (the one additional thing it has over get-eventlog is it gets the location and actual size of files etc) The issue the file kinda worked (it was running over 24hrs with only a few results. After rebooting the machine the script would no longer...
    Posted to Using WMI (Forum) by adrian on 11-16-2009
    Filed under: WMI, PowerShell, Get-WMIObject
  • How to delete computer from SCCM collection with PowerShell?

    Hello, Recently I started developing scripts for SCCM administration. Today I wrote a script that adds computer to collection and this was fairly easy. The problem is with deleting computer from collection. I've found this site: http://chad.cc/blog/2010/05/sccm-delete-all-direct-membership-computers...
    Posted to PowerShell for Windows (Forum) by kcpr on 01-12-2011
    Filed under: powershell, wmi, sccm
  • Re: How to delete computer from SCCM collection with PowerShell?

    Hi, Did you use exactly the same version of script that I posted? Because as I wrote earlier - CollectionRules property was also empty in my case, but the script worked either way. Maybe try also the script from http://chad.cc/blog. I remember that I had strange problems with -computername property when...
    Posted to PowerShell for Windows (Forum) by kcpr on 02-01-2011
    Filed under: powershell, wmi, sccm
  • Folder and Disk Space utilization report

    I have a portion of a script that creates an excel spreadsheet and populates the drives for remote servers, their size as well as used and percentage. (Found it here I believe) What I need to add to this spreadsheet are all of the directories that are listed under the drives by using the get-content...
    Posted to PowerShell for Windows (Forum) by squeekie on 04-20-2011
    Filed under: powershell, wmi, get-wmiobject Win32_Product MSI Windows Installer, windows, powershell remoting, output, loop, file
  • WMI error on w2k8, despite PacketPrivacy

    Hello ! I've made a script that checks MSClusters' status remotely, using WMI. I have upgraded to POSH v2 to include 'Autentication PacketPrivacy', and it all works perfectly. My query does return the expected results, however my queries keep creating an error msg on the remote servers...
    Posted to PowerShell for Windows (Forum) by SteinIP on 05-06-2011
    Filed under: powershell, powershell Windows-programming, wmi, windows, powershell remoting, Operating Systems
  • Uptime Script

    Hello everyone, I'm trying to retrieve some information from Event ID 1074. I need the following information Domain\User and Comment. I alread have the servername and uptime output to html. I have added the an example of the html output and a sample of the script, hope you can help. Example of event...
    Posted to PowerShell for Windows (Forum) by aochoar on 10-31-2011
    Filed under: powershell, powershell Windows-programming, wmi, array, powerrshell, powerershell, powerershll, advancedlogging, powershell append to content
  • Script/command - query sql server & configure firewall rules?

    I am trying to find a way to use powershell to query a sql server and provide back the instance names with the port numbers used, then ideally get the port numbers and add them to specific rules I create for the Windows firewall. Currently I use the netsh commands for the firewall config and go to the...
    Posted to Ask Don Jones (Forum) by virtuallynothere on 04-25-2012
    Filed under: scripts, PS Remoting, Server 2008 R2, WMI, Database, Powershell, List
Page 1 of 2 (15 items) 1 2 Next >
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.