CustomAccount Liste353713c-bcce-4d86-9b2d-fbee17f01579/Orion/NetPerfMon/Resources/Misc/CustomQuery.ascxSWQL-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT AccountID AS [ACCOUNT NAME] ,CASE WHEN AccountType = 0 THEN 'Orion Service Account' WHEN AccountType = 1 THEN 'Local Orion' WHEN AccountType = 2 THEN 'AD Individual' WHEN AccountType = 3 THEN 'AD Group' WHEN AccountType = 4 THEN 'Group Member' END AS [ACCOUNT TYPE] ,CASE WHEN AccountType IN ('0','1') THEN '/Orion/Admin/Accounts/images/icons/orion_generic_icon_orange.gif' ELSE '/Orion/Admin/Accounts/images/icons/windows.gif' END AS [_IconFor_ACCOUNT TYPE] ,CASE WHEN Enabled = 'Y' THEN 'Yes' ELSE 'No' END AS [ENABLED] ,CASE WHEN Enabled = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_ENABLED] ,Expires AS [EXPIRATION] ,LastLogin AS [LAST LOGIN] ,CASE WHEN LimitationID1 IS NULL OR LimitationID1 = '0' THEN 'None' WHEN LimitationID2 IS NULL OR LimitationID2 = '0' THEN 'None' WHEN LimitationID3 IS NULL OR LimitationID3 = '0' THEN 'None' ELSE 'Limitations Exist' END AS [ACCOUNT LIMITAITON] ,CASE WHEN AllowAdmin = 'Y' THEN 'Yes' ELSE 'No' END AS [ADMIN RIGHTS] ,CASE WHEN AllowAdmin = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_ADMIN RIGHTS] ,CASE WHEN AllowNodeManagement = 'Y' THEN 'Yes' ELSE 'No' END AS [NODE MGMT] ,CASE WHEN AllowNodeManagement = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_NODE MGMT] ,CASE WHEN AllowReportManagement = 'Y' THEN 'Yes' ELSE 'No' END AS [REPORT MGMT] ,CASE WHEN AllowReportManagement = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_REPORT MGMT] ,CASE WHEN AllowAlertManagement = 'Y' THEN 'Yes' ELSE 'No' END AS [ALERT MGMT] ,CASE WHEN AllowAlertManagement = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_ALERT MGMT] ,CASE WHEN AllowUnmanage = 'Y' THEN 'Yes' ELSE 'No' END AS [ALLOW UNMANAGE] ,CASE WHEN AllowUnmanage = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_ALLOW UNMANAGE] ,CASE WHEN AllowDisableAction = 'Y' THEN 'Yes' ELSE 'No' END AS [ALLOW DISABLE ACTIONS] ,CASE WHEN AllowDisableAction = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_ALLOW DISABLE ACTIONS] ,CASE WHEN AllowDisableAlert = 'Y' THEN 'Yes' ELSE 'No' END AS [ALLOW DISABLE ALERTS] ,CASE WHEN AllowDisableAlert = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_ALLOW DISABLE ALERTS] ,CASE WHEN AllowDisableAllActions = 'Y' THEN 'Yes' ELSE 'No' END AS [ALLOW DISABLE ALL ACTIONS] ,CASE WHEN AllowDisableAllActions = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_ALLOW DISABLE ALL ACTIONS] ,CASE WHEN AllowCustomize = 'Y' THEN 'Yes' ELSE 'No' END AS [VIEW CUSTOMIZATIONS] ,CASE WHEN AllowCustomize = 'Y' THEN '/Orion/Admin/Accounts/images/icons/ok_enabled.png' ELSE '/Orion/Admin/Accounts/images/icons/disable.png' END AS [_IconFor_VIEW CUSTOMIZATIONS] FROM Orion.Accounts WHERE AccountType IN ('1','2','3') --AND AccountID LIKE '%${SEARCH_STRING}%' ORDER BY AccountType, AccountID SearchSWQLRowsPerPage50Custom QuerySCM, IPAM, NCM, Perfstack and SSH client permissions.4313f049-3940-42a8-9472-74041b5ccd7d/Orion/NetPerfMon/Resources/Misc/CustomQuery.ascxSWQL-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT AccountID AS [Account Name] , SettingName ,SettingValue FROM Orion.WebUserSettings owus JOIN Orion.Accounts oa ON owus.AccountID = oa.AccountID WHERE ( SettingName = 'SCM.SCMUserRole' OR SettingName = 'IPAM.IPAMAccountRole' OR SettingName = 'NCM.NCMAccountRole' OR SettingName = 'PerfStack.AllowRealTimePolling' OR SettingName = 'SSHClient.SSHClientEnabled' ) AND oa.Enabled = 'Y' ORDER BY SettingName ASC SearchSWQLRowsPerPage50Custom QueryWPM Admin Settings41c1579b-7bc6-40b7-a4a9-bf968a10047b/Orion/NetPerfMon/Resources/Misc/CustomQuery.ascxSWQL-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT AccountId AS [ Account Name] , PermissionName , PermissionValue FROM Orion.SEUM.WebUserPermissions oswup JOIN Orion.Accounts oa ON oswup.AccountId = oa.AccountID WHERE PermissionName = 'SEUM.SEUMAllowAdmin' AND oa.Enabled = 'Y' SearchSWQLRowsPerPage50Custom QuerySAM Admin Settings2741d67b-bf29-4295-8925-448ce481281200000000-0000-0000-0000-000000000000LeftAccount NameSystem.StringTextNotSpecifiedAccount Namedb|Account Name|System.String00000000-0000-0000-0000-000000000000LeftfalsefalseAccount Namea5593434-d587-a61e-36b0-a5ea3db87010NotSpecifiedNotSpecified00000000-0000-0000-0000-000000000000LeftPermissionNameSystem.StringTextNotSpecifiedPermissionNamedb|PermissionName|System.String00000000-0000-0000-0000-000000000000LeftfalsefalsePermissionNamef4654965-0961-0c79-abde-56a1c6aeeeedNotSpecifiedNotSpecified00000000-0000-0000-0000-000000000000LeftPermissionValueSystem.StringTextNotSpecifiedPermissionValuedb|PermissionValue|System.String00000000-0000-0000-0000-000000000000LeftfalsefalsePermissionValue12958dc3-37e9-ca26-e539-b67556ab5e2eNotSpecifiedNotSpecifiedShowAllNoDataSummarizationSELECT AccountID, SettingName, SettingValue FROM Orion.WebUserSettings WHERE ( SettingName = 'SCM.SCMUserRole' OR SettingName = 'IPAM.IPAMAccountRole' OR SettingName = 'NCM.NCMAccountRole' OR SettingName = 'PerfStack.AllowRealTimePolling' OR SettingName = 'SSHClient.SSHClientEnabled' ) UndefinedOrion.NodesSCM, IPAM, NCM, Perfstack and SSH client permissions.38afd9dc-3a10-4d4c-857b-928ba4c23cdcCustomSWQL-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT [awup].[AccountID] AS [Account Name] ,[PermissionName] ,[PermissionValue] FROM [dbo].[APM_WebUserPermissions] awup JOIN [dbo].[Accounts] a ON awup.AccountID = a.AccountID WHERE PermissionName = 'APM.AllowAdmin' AND a.AccountEnabled = 'Y'wMbGbog4d9NyT1t8m5BmvQqqtlfH6RTilPYrDe/Er1/JnQkbIaCM1RJtjeqbv8v6slDbTaLTD/IvQgIMp88gcg==UndefinedOrion.NodesAccounts and Permissions1d6bf1c5-d2ac-4927-82ec-2e434e7249feCustomSQLProvides a list of Accounts and Permissions
standardAccount Report and Extended Permissionstrue
Default FolderAccount Report and Extended Permissions0web2073c951b4a1-ae4d-47aa-8d46-d4ad33d0d6ede353713c-bcce-4d86-9b2d-fbee17f0157900000000-0000-0000-0000-000000000000Custom Query4f4c34bf-6431-497c-b762-9a9f3300dea6SolarWinds.Orion.Web.Reporting,WebResourceffffffff-ffff-ffff-ffff-ffffffffffff4313f049-3940-42a8-9472-74041b5ccd7d00000000-0000-0000-0000-000000000000Custom Query3a433f2f-7a1a-4c20-8e78-efea20441eb1SolarWinds.Orion.Web.Reporting,WebResourceffffffff-ffff-ffff-ffff-ffffffffffff41c1579b-7bc6-40b7-a4a9-bf968a10047b00000000-0000-0000-0000-000000000000Custom Querybedc005c-3ccc-479b-ae8c-3768f6571c1bSolarWinds.Orion.Web.Reporting,WebResourceffffffff-ffff-ffff-ffff-ffffffffffff2741d67b-bf29-4295-8925-448ce48128121d6bf1c5-d2ac-4927-82ec-2e434e7249feCustom Table4e963bf6-ec5d-4671-b657-6f89d68dde35SolarWinds.Reporting,Tableffffffff-ffff-ffff-ffff-ffffffffffff1004c0ee05a-5085-49b7-bd78-655c8662575d26453807-7928-48cf-b7f6-ac1bef12218cPast Hourfalse40d12d6f-aaa3-492b-ab80-a7dcd16fd600PastHourHour1Past Hourfalse72796911-a2bb-4f39-bb2e-b08168ca5443PastHourHour1