Windows Vista Forums

Change value in win32_computersystem ?
  1. #1


    cccstar Guest

    Change value in win32_computersystem ?

    I can get-WmiObject but where is the set-WmiObject ?

    If I do this:
    PS D:\eldocs_4\csc\charles\ps\iisexamples> get-WmiObject
    win32_computersystem | Get-Member | more


    TypeName:
    System.Management.ManagementObject#root\cimv2\Win32_ComputerSystem



    Name MemberType Definition
    ---- ---------- ----------
    .....<snip>
    Caption Property System.String Caption {get;set;}
    ....

    How do I set the caption?

    $myob2 = get-WmiObject win32_computersystem
    $myob2.Caption = "My New Value"

    Then what can Ido to save it back to the system?
    --
    Romans 12:1-3

      My System SpecsSystem Spec

  2. #2


    /\\/\\o\\/\\/ [MVP] Guest

    Re: Change value in win32_computersystem ?

    use the put() method to save (RC2 + )

    $myob2.put()

    Greetings /\/\o\/\/

    "cccstar" <cccstar@discussions.microsoft.com> wrote in message
    news:A4F063B2-B8A0-4728-B8FB-DCFBCDF854AF@microsoft.com...
    >I can get-WmiObject but where is the set-WmiObject ?
    >
    > If I do this:
    > PS D:\eldocs_4\csc\charles\ps\iisexamples> get-WmiObject
    > win32_computersystem | Get-Member | more
    >
    >
    > TypeName:
    > System.Management.ManagementObject#root\cimv2\Win32_ComputerSystem
    >
    > Name MemberType Definition
    > ---- ---------- ----------
    > ....<snip>
    > Caption Property System.String Caption {get;set;}
    > ...
    >
    > How do I set the caption?
    >
    > $myob2 = get-WmiObject win32_computersystem
    > $myob2.Caption = "My New Value"
    >
    > Then what can Ido to save it back to the system?
    > --
    > Romans 12:1-3



      My System SpecsSystem Spec

Change value in win32_computersystem ? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Solved Name Change?? Riptorn Chillout Room 5 30 Jul 2009
Column Settings in Windows Live Mail Folders - change one, change Belfast Live Mail 4 03 Jun 2008
Change IDE to AHCI, is seen as harware change, so reactivate Vista Sip Vista account administration 2 17 Apr 2008
Offline Files "Change Limits" button not working. Cannot change Offline Files Settings Eriq Vista General 0 06 Jan 2008
gwmi WIN32_ComputerSystem : Differences in execution time. rockmoose PowerShell 5 24 Dec 2006