Class: WMI::Win32_SystemAccount

Inherits:
Base
  • Object
show all
Defined in:
lib/Win32_SystemAccount.rb

Overview

Win32_SystemAccount クラスは、システム アカウントを表します。システム アカウントは、オペレーティング システムと Windows NT で実行するサービスによって使用されます。たとえば、Windows NT のインストール時など内部的にログオンする機能を必要とする NT 内のサービスとプロセスがあります。システム アカウントはその目的に設計されていました; 内部アカウントで、ユーザー マネージャには表示されず、どのグループにも追加されず、割り当てられるユーザー権利がありません。一方で、システム アカウントはセキュリティ メニューのアクセス許可のファイル マネージャの NTFS ボリュームに表示されます。既定では、システム アカウントは NTFS ボリュームのすべてのファイルへのフル コントロールが許可されています。ここではシステム アカウントには管理者アカウントと同じ機能特権があります。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (string) Caption (readonly)

Caption プロパティは、オブジェクトについての簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



7
8
9
# File 'lib/Win32_SystemAccount.rb', line 7

def Caption
  @Caption
end

- (string) Description (readonly)

Description プロパティでオブジェクトの説明が提供されます。

Returns:

  • (string)

    Description



13
14
15
# File 'lib/Win32_SystemAccount.rb', line 13

def Description
  @Description
end

- (string) Domain (readonly)

Domain プロパティは、システム アカウントが属している Windows ドメインの名前を示します。

 

Returns:

  • (string)

    Domain



20
21
22
# File 'lib/Win32_SystemAccount.rb', line 20

def Domain
  @Domain
end

- (datetime) InstallDate (readonly)

InstallDate プロパティは、オブジェクトがインストールされた日時を示す値です。

 

Returns:

  • (datetime)

    InstallDate



26
27
28
# File 'lib/Win32_SystemAccount.rb', line 26

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

Name プロパティは、このクラスのドメイン メンバによって指定されたドメインの Win32 システム アカウントの名前を示します。

Returns:

  • (string)

    Name



37
38
39
# File 'lib/Win32_SystemAccount.rb', line 37

def Name
  @Name
end

- (string) SID (readonly)

SID プロパティには、このアカウントのセキュリティ識別子 (SID) が含まれています。

 SID 

Returns:

  • (string)

    SID



47
48
49
# File 'lib/Win32_SystemAccount.rb', line 47

def SID
  @SID
end

- (uint8) SIDType (readonly)

SIDType プロパティには、セキュリティ識別子 (SID) が指定される列挙された値が含まれています。

 SIDType 

Returns:

  • (uint8)

    SIDType



71
72
73
# File 'lib/Win32_SystemAccount.rb', line 71

def SIDType
  @SIDType
end

- (string) Status (readonly)

Status プロパティはオブジェクトの現在の状態を示す文字列です。

 

Returns:

  • (string)

    Status



84
85
86
# File 'lib/Win32_SystemAccount.rb', line 84

def Status
  @Status
end