Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Microsoft SMS reports - Wie File Abfragen?

Empfohlene Antworten

Tach.

Ich möchte mit SMS das gesamte Netz via SMS reports SQL nach einer Datei durchsuchen. Bislang hab ich immer nach installierten Programmen gesucht, Syntax war folgende:

Select distinct sys.Netbios_Name0, sys.Operating_System_Name_and0, arp.DisplayName0

FROM v_R_System sys

JOIN v_GS_ADD_REMOVE_PROGRAMS arp ON sys.ResourceID = arp.ResourceID

JOIN v_FullCollectionMembership fcm on sys.ResourceID=fcm.ResourceID

WHERE DisplayName0 like '%Winzip%'

Ich will aber direkt nach der Datei auf xy.exe suchen.

SO gehts irgendwie nicht.. was mach ich da falsch?

(An error occurred when the report was run. The details are as follows:

Ungültiger Spaltenname 'FileID'.

Error Number: -2147217900

Source: Microsoft OLE DB Provider for SQL Server

Native Error: 207)

Select distinct sys.Netbios_Name0, sys.Operating_System_Name_and0, arp.DisplayName0

FROM v_R_System sys

JOIN v_GS_SoftwareFile arp ON sys.FileID = arp.FileID

JOIN v_FullCollectionMembership fcm on sys.FileID=fcm.FileID

WHERE DisplayName0 like '%Winzip.exe%'

habs. Das war ja nicht so schwer.

select SYS.Netbios_Name0, SF.FileName, SF.FileDescription, SF.FileVersion, SF.FileSize, SF.FileModifiedDate, SF.FilePath

From v_GS_SoftwareFile SF

join v_R_System SYS on SYS.ResourceID = SF.ResourceID

Where SF.FileName LIKE '%WinRAR%'

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.