What is the meaning of the status value in resulted table via power shell command?

Hello,
I have queries about result given by powershell command:
Get-WmiObject -Class Win32_Processor results Status code as
OK - What does it mean ? what are other status code options  ?
Get-WmiObject -Class Win32_ComputerSystem results Status code as OK - What does it mean ? what are other status code options  ?
[System.Net.WebRequest]::Create($site) > GetResponse() results StatusCode as OK - What does it mean ? whats are other status code options  ?
Would you please clarify ?
Thanks and Kind Regards,
Dipti Chhatrapati

Dipti...Check the msdn site for that particular class for all the info.
The values will differ from class to class.
http://msdn.microsoft.com/en-us/library/aa394373(v=vs.85).aspx
Status
Data type: string
Access type: Read-only
Qualifiers: MaxLen (10)
Current status of an object. This property is inherited from CIM_ManagedSystemElement.
The values are:
"OK"
"Error"
"Degraded"
"Unknown"
"Pred Fail"
"Starting"
"Stopping"
"Service"
"Stressed"
"NonRecover"
"NoContact"
"LostComm"
Thanks Azam When you see answers please Mark as Answer if Helpful..vote as helpful.

Similar Messages

  • What is the meaning of Recorded Status in SXMB_Moni ?

    Hi Experts
    What is the meaning of Recorded Status in SXMB_Moni ?
    it showing green flag with recorded status
    Thank You
    G.Praveen Kumar
    Tecnics Integration Technology .
    PI Consultant

    Hi Nilesh/Divya,
    Goto SMQR and activate corresponding queue
    What if the Queue is registered....do registered Queues not face this type of problem??
    Regards,
    Abhishek.

  • What is the meaning of the oracle service  "SERVICE=orclXDB"  ?

    Hi See below.
    What is the meaning of the oracle service "SERVICE=orclXDB" ?
    SQL> r
    1 select name,
    2 value
    3 from v$parameter
    4 where upper(name) in (
    5 'DISPATCHERS',
    6 'MAX_DISPATCHERS',
    7 'SHARED_SERVERS',
    8 'MAX_SHARED_SERVERS',
    9 'CIRCUITS',
    10 'SHARED_SERVER_SESSIONS',
    11 'LARGE_POOL_SIZE',
    12 'SESSIONS'
    13* )
    NAME VALUE
    sessions 170
    large_pool_size 0
    dispatchers (PROTOCOL=TCP) (SERVICE=orclXDB)
    shared_servers 1
    max_shared_servers
    max_dispatchers
    circuits
    shared_server_sessions
    8 rows selected.
    SQL>
    SQL> select * from v$services;
    SERVICE_ID NAME NAME_HASH NETWORK_NAME
    5 orclXDB 3468872077 orclXDB
    6 orcl 2392458149 orcl
    1 SYS$BACKGROUND 165959219
    2 SYS$USERS 3427055676
    SQL>

    Hi Siva,
    don't you remember Re: Net service name and service ? :-)

  • What is the meanning of the following ?

    hi , db 10g ,
    What is the meanning of the following :-
    1- Literals .
    2- Expressions in Sql .
    3- PL/SQL Expressions .
    4- Padded blanks .

    It is all documented.
    1 - Literal: https://web.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/sql_elements003.htm#sthref377
    The terms literal and constant value are synonymous and refer to a fixed data value. For example, 'JACK', 'BLUE ISLAND', and '101' are all character literals; 5001 is a numeric literal. Character literals are enclosed in single quotation marks so that Oracle can distinguish them from schema object names.
    2 -SQL Expressions: https://web.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/expressions001.htm
    About SQL Expressions
    An expression is a combination of one or more values, operators, and SQL functions that evaluates to a value. An expression generally assumes the datatype of its components.
    This simple expression evaluates to 4 and has datatype NUMBER (the same datatype as its components):
    2*2 
    SQL (simple) expression: https://web.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/expressions002.htm#sthref802
    simple_expression::=
    3 - PL/SQL expressions: https://web.stanford.edu/dept/itss/docs/oracle/10g/appdev.101/b10807/02_funds.htm#sthref211
    Expressions are constructed using operands and operators. An operand is a variable, constant, literal, or function call that contributes a value to an expression. An example of a simple arithmetic expression follows:
    -X / 2 + 3 
    Unary operators such as the negation operator (-) operate on one operand; binary operators such as the division operator (/) operate on two operands. PL/SQL has no ternary operators.
    The simplest expressions consist of a single variable, which yields a value directly. PL/SQL evaluates an expression by combining the values of the operands in ways specified by the operators. An expression always returns a single value. PL/SQL determines the datatype of this value by examining the expression and the context in which it appears.

  • Can you tel me the exact status values for TBTCO table

    Hi Experts,
    Can you help me any one to know about "Status" field in TBTCO table.
    what is the meanings of this status values.
    1.P.
    2.S.
    3.F.
    4.R
    5.Y
    6.A.
    7.Z
    Can you tell me any function module to find status for the program and for the jobname.
    Thanks.
    Sailu

    Hi,
    Just used the where used list and found INCLUDE LBTCHDEF.
    Check it. seems clear
    btc_running       LIKE tbtco-status VALUE 'R',
      btc_ready         LIKE tbtco-status VALUE 'Y',
      btc_scheduled     LIKE tbtco-status VALUE 'P',
      btc_intercepted   TYPE btcstatus VALUE btc_scheduled,
      btc_released      LIKE tbtco-status VALUE 'S',
      btc_aborted       LIKE tbtco-status VALUE 'A',
      btc_finished      LIKE tbtco-status VALUE 'F',
      btc_put_active    LIKE tbtco-status VALUE 'Z',
      btc_unknown_state LIKE tbtco-status VALUE 'X'.
    Regards

  • What's the meaning of the various .bin files used by SAM?

    hey everyone,
    I'm trying to understand why exactly there are so many .bin files used by the SAM, and how to compile each one of them.
    My .rc file for the simulation contains:
    load bin reset.bin 0xfff0000000
    load bin q.bin 0xfff0010000
    load bin openboot.bin 0xfff0080000
    load bin nvram1 0x1f11000000
    load bin 1c1t-md.bin 0x100000
    load bin 1c1t-hv.bin 0x180000
    load bin disk1.img 0x1f40000000
    I don't understand why I have 3 different files - reset.bin, q.bin and openboot.bin when I would have expected only one bootfile.
    I also don't know what's the meaning of the 1c1t-md.bin file (what md stands for).
    If anyone could clear this subject for me, and also point me to the sources of each such file (if they exist in the project, and assume they do, at least for most of them), I'd be grateful.
    Thanks,
    Mintz Yuval

    Hi,
    Sorry I haven't replied sooner.
    I get your project now and it sounds pretty cool.
    Let me answer your last question first. The service processor resides a separate motherboard running independently of the N2 processor. The SP and N2 processor communicate via a I2C link which allows the SP to read and alter the state of the N2. The cpu, caches, NIU, memory, etc. are all connected by this link. Once the N2 is running, the SP and the N2 firmware may exchange messages via a mailbox protocol over the I2C.
    nvram1.bin is a configuration file that is OBP specific. On HW, it would be a little ROM that obp reads during the boot. Since it's in memory, SAM doesn't make any assumptions about it. You can remove it or rework it to suit u-boot.
    disk.img is the contents of a virtual disk which contains the root filesystem. This is essentially a ram disk which has been added to SAM's version of the hypervisor and/or obp. On HW, the firmware does not support this kind of virtual ram disk. For SAM, I'm pretty sure that obp is extended to create a device tree node for the virtual disk. Hypervisor may not know about the virtual disk.
    Since disk.img is a UFS (or other Solaris-oriented) filesystem, you will probably want to replace it with a ext3 or Linux-oriented filesystem. Since Linux has direct kernel support for ramdisk, you might be able to build/configure the kernel with the location of the root filesystem image in memory. Or this might be a u-boot option.
    As to 1c1t*.bin and reset.bin. On HW, the service processor is responsible for discovering all the devices and cpus on a system and writing the machine description file (e.g. 1c1t*.bin) and the reset firmware (e.g. reset.bin). These files are used during boot and various resets to initialize or reinitialize machines state for the cpus and all the i/o devices. Since SAM doesn't include a service processor, these files are static and created completely outside of SAM. The md*.bin files contents must match the configuration of cpu's in the sam.rc file -- firmware will fail if it tries to run code on a strand that is missing.
    The md and reset.bin files are used during the boot process to set-up CMT registers and do a little bit of i/o device initialization. SAM doesn't support reset modes such as warm reset.
    I hope this helps. Let me know if you need me to track down more details.
    Cheers,
    Stephen

  • What does radio mean in the contact selection instead of mobile or home, and why is it the default?

    What does radio mean in the contact selection instead of mobile or home, and why is it the default?
    When adding a new contact, the number shows up as "radio" instead of "mobile" or "home" and I have to change it every time. What does "radio" mean and why is it the default? can that be changed?

    Radio is a type of phone service offered by certain carriers.  Sprint for instance offers their Sprint Direct Connect Phones (a.k.a Nextel) which have built in Radios.  Short Wave or CB radio type features. Also referred to as Push to Talk services.
    http://shop.sprint.com/mysprint/services_solutions/category.jsp?catId=solution_s dc&catName=Sprint%20Direct%20Connect
    Think a walkie talkie in your Phone.
    I get the Radio option when using Hotmail contacts as the default Contact creator. If I change it to iCloud or Gmail I no longer get the Radio option in the labels.
    If you are using a service such as Hotmail/Outlook.com for your contacts the radio option may be present.
    You can change which service is the default service to create new contacts with by going to Settings->Mail Contacts & Calendars->Contacts->Default Account
    The Radio label is just an identifier for those types of Phones so you know its a number for a radio phone.

  • What does GET mean in the app store, is there a charge or is it free?

    What does GET mean in the app store, is there a charge or is it free?

    I think bob is right. That may be the problem. You can always contact iTunes Support to see if they can provide a certain answer:
    iTunes Support WorldWide
    Cheers,
    GB

  • What does "other" mean at the bottom of the sync page? It is taking up a large amount of space on my phone.

    What does "other" mean at the bottom of the sync page? It is taking up a large amount of space on my phone.

    The other section contains temporary files, such as text messages, iMessages, voicemail, and other storage that is meant for small short term use.  If the other section of your phone has grown quite large and you can't account for what it could be then you may have experienced a syncing error to iTunes.
    I have experienced this problem frequently during my years with the iPhone.  The other portion of my phone grows with every sync of my phone to iTunes.  There comes a point where it takes up the majority of the space on my iPhone, making the device near unusable.
    When it grows to this extent is usually cased by an error during the syncing process.  Any information iTunes can't reconcile during the syncing process is saved out of sight, out of mind, in the 'other' section.
    You will never be able to see or recover this section unless you are very savvy and know how to poke around the archived iPhone back-up on your computer.  (if you are thinking of trying, stop.  It will not be worth your time and effort, or if using third party software, the money or spyware associated with it *cough* iTools *cough*).
    The only fix I have found that works is to back up your phone to iTunes, and preform a 'restore'.  This erases the content of your phone, and restores it to factory settings.
    That is you phone will be as if you took it fresh out of the box.  You can preform a restore from back-up through iTune, or iCloud to get your content back.
    Lo and behold your have trimmed the mystery meat.

  • What does it mean when the message is green on  imessage

    what does it mean when the message is green on imessage

    It is an SMS or MMS messages.  iMessages have a blue background.

  • What does this mean? "The operation couldn't be completed. (NSURLErrorDomain error -1012.)"

    I am trying to install updates but get this error...what does it mean?

    The SSL certificate for swscan.apple.com has expired. You need to wait for Apple to get it renewed.
    (107243)

  • TS3274 when my ipad is unfrozen, what does it mean when the apple is broken?

    When my ipad is unfrozen, what does it meaN WHEN THE APPLE APPEARS BROKEN?

    It appeared like part of the apple was sitting over next to the apple. I did not notice this before.

  • HT4623 We are unable to continue with your activation at this time. what does this mean? the iphone wil not connect?

    We are unable to continue with your activation at this time.
    What does this mean as the iphone will not connect?

    It means your phone was hacked to unlock it and has now been bricked. Buy a new phone.

  • What's the meaning of the error code 1009?

    What's the meaning of the error code 1009?

    See this support document http://support.apple.com/kb/TS3694 if you are doing a restore.
    Another option is you are trying to access an iTunes store that is not supported in your country.

  • What does it mean when the ipod is diabled and says connect to iTunes

    what does it mean when the ipod is diabled and says connect to iTunes

    It means...
    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414
    If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/HT1808

Maybe you are looking for