IncludeSystemTables Parameter (Connect-ServiceNow Cmdlet)
Specifies whether the provider includes system tables from ServiceNow in the available schema.
Syntax
Connect-ServiceNow -IncludeSystemTables bool
Data Type
bool
Default Value
true
Remarks
When set to true, the 本製品 retrieves and exposes metadata for system tables. These tables are typically accessible only to users with administrative privileges.
When set to false, system tables are excluded from metadata discovery and are not listed in schema queries.
This property is useful when you want to limit schema visibility to user-level tables and exclude administrative or internal system data.