GetFileBinary Method in Class SMS_Identification
In brief
The documentation metadata changes ms.service from microsoft-endpoint-configuration-manager to configuration-manager.
What Intune admins need to know
No administrator action is required; this update affects the document's service metadata.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
GetFileBinary Method in Class SMS_Identification
The GetFileBinary Windows Management Instrumentation (WMI) class method, in Configuration Manager, gets the binary user interface for a feature. The binary can be separated into multiple blocks starting with number 1. If isTheLastBlock equals False, then you need call the method again with blockNumber+1 to get the next block.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: reference ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # GetFileBinary Method in Class SMS_Identification The `GetFileBinary` Windows Management Instrumentation (WMI) class method, in Configuration Manager, gets the binary user interface for a feature. The binary can be separated into multiple blocks starting with number 1. If `isTheLastBlock` equals `False`, then you need call the method again with blockNumber+1 to get the next block.