shared_resources¶
Displays shared resources on a computer system running Windows. This may be a disk drive, printer, interprocess communication, or other sharable device.
Platform support¶
Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: shared_resources
Windows
Table schema¶
Name |
Type |
Description |
---|---|---|
description |
TEXT |
A textual description of the object |
install_date |
TEXT |
Indicates when the object was installed. Lack of a value does not indicate that the object is not installed. |
status |
TEXT |
String that indicates the current status of the object. |
allow_maximum |
INTEGER |
Number of concurrent users for this resource has been limited. If True, the value in the MaximumAllowed property is ignored. |
maximum_allowed |
INTEGER |
Limit on the maximum number of users allowed to use this resource concurrently. The value is only valid if the AllowMaximum property is set to FALSE. |
name |
TEXT |
Alias given to a path set up as a share on a computer system running Windows. |
path |
TEXT |
Local path of the Windows share. |
type |
INTEGER |
Type of resource being shared. Types include: disk drives, print queues, interprocess communications (IPC), and general devices. |
Query examples¶
select * from shared_resources