With the Microsoft Information protection binary from the SDK, we can explore the new functionalities of Microsoft's unified Information Protection solution. The binaries deliver all the examples needed to start using the different functions like gathering the actual status of a file, classifying and protecting a file, and bulk decrypting files. In the following section, we will focus on the file_example.exe binary which delivers all this basic functionality. This example will give you ideas for developing own applications that use the SDK and the Information protection functions.
We downloaded the MIP binaries to explore features. You can use the following steps to get more insight into features:
- Open PowerShell and navigate to the sample files.
- Execute the .\file_sample.exe binary to view the functionality...