Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

OneDrive for Business Collection

I was wondering if someone has found a way to create a OneDrive for Business collection in inventory.If I create a collection showing application Microsoft One Drive for Business it only shows the old client. The updated client does not show anywhere programs and features. I tried created a collection of PC's that have the groove.exe file and that was unsuccessful as well. If any one has any thoughts or have successfully created this collection any help would be appreciated 

0

Comments

2 comments
Date Votes
  • What version are you trying to see?

    0
  • I think you're gonna want to add a Scan Profile and use a File Scanner. I've tested this in my environment, and it works as expected.

    Import this XML into Inventory to create your Scan Profile: 

    <?xml version="1.0" encoding="utf-8"?>
    <AdminArsenal.Export Code="PDQInventory" Name="PDQ Inventory" Version="13.0.2.0" MinimumVersion="8.0">
    <ScanProfile>
    <Scanners type="list">
    <Scanner>
    <ExcludePatterns type="list" />
    <IncludePatterns type="list">
    <item>%PROGRAMFILES%*\**\groove.exe</item>
    <item>C:\Program Files (x86)\Microsoft Office\Office16\groove.exe</item>
    </IncludePatterns>
    <DateCreated>2017-06-21T16:32:45.0000000-04:00</DateCreated>
    <DateModified>2017-06-21T16:35:06.0000000-04:00</DateModified>
    <ExcludePatternText></ExcludePatternText>
    <IncludePatternText>%PROGRAMFILES%*\**\groove.exe
    C:\Program Files (x86)\Microsoft Office\Office16\groove.exe</IncludePatternText>
    <RowLimit value="2500" />
    <TypeName>Files</TypeName>
    <SourceScannerId value="34" />
    </Scanner>
    </Scanners>
    <ScheduleTriggerSet name="ScheduleTriggers">
    <Triggers type="list" />
    </ScheduleTriggerSet>
    <Description>Scan for OneDrive For Business</Description>
    <Name>Groove.exe</Name>
    </ScanProfile>
    </AdminArsenal.Export>

     

    Collection XML (this will build out a collection with Latest Version and Older Version children collections:

     

    <?xml version="1.0" encoding="utf-8"?>
    <AdminArsenal.Export Code="PDQInventory" Name="PDQ Inventory" Version="13.0.2.0" MinimumVersion="4.0">
    <Collection>
    <ReportDefinition name="Definition">
    <RootFilter name="Filter">
    <Comparison>All</Comparison>
    <Filters type="list">
    <ValueFilter>
    <Table>File</Table>
    <Column>Name</Column>
    <Comparison>Contains</Comparison>
    <Value>groove.exe</Value>
    </ValueFilter>
    </Filters>
    </RootFilter>
    <ReportDefinitionTypeName>BasicReportDefinition</ReportDefinitionTypeName>
    <Columns type="list">
    <Column>
    <Column>ComputerId</Column>
    <Summary></Summary>
    <Table>Computer</Table>
    <Title></Title>
    </Column>
    </Columns>
    </ReportDefinition>
    <IsDrilldown value="false" />
    <CanShare value="null" />
    <Created>2017-06-21T16:41:49.0000000-04:00</Created>
    <Description></Description>
    <Error></Error>
    <Id value="780" />
    <ImportedPath></ImportedPath>
    <IsEnabled value="true" />
    <Modified>2017-06-21T16:41:49.0000000-04:00</Modified>
    <Name>OneDrive For Business</Name>
    <ParentId value="null" />
    <Path>OneDrive For Business</Path>
    <TypeName>DynamicCollection</TypeName>
    <Type>DynamicCollection</Type>
    <Children type="list">
    <Collection>
    <ReportDefinition name="Definition">
    <RootFilter name="Filter">
    <Comparison>All</Comparison>
    <Filters type="list">
    <ValueFilter>
    <Table>File</Table>
    <Column>FileVersion</Column>
    <Comparison>!VersionLowerThan</Comparison>
    <Value>16.0.4504.1000</Value>
    </ValueFilter>
    </Filters>
    </RootFilter>
    <ReportDefinitionTypeName>BasicReportDefinition</ReportDefinitionTypeName>
    <Columns type="list">
    <Column>
    <Column>ComputerId</Column>
    <Summary></Summary>
    <Table>Computer</Table>
    <Title></Title>
    </Column>
    </Columns>
    </ReportDefinition>
    <IsDrilldown value="true" />
    <CanShare value="null" />
    <Created>2017-06-21T16:43:37.0000000-04:00</Created>
    <Description></Description>
    <Error></Error>
    <Id value="781" />
    <ImportedPath></ImportedPath>
    <IsEnabled value="true" />
    <Modified>2017-06-21T16:44:44.0000000-04:00</Modified>
    <Name>OneDrive For Business (Latest)</Name>
    <ParentId value="780" />
    <Path>OneDrive For Business\OneDrive For Business (Latest)</Path>
    <TypeName>DynamicCollection</TypeName>
    <Type>DynamicCollection</Type>
    <Children type="list" />
    </Collection>
    <Collection>
    <ReportDefinition name="Definition">
    <RootFilter name="Filter">
    <Comparison>All</Comparison>
    <Filters type="list">
    <ValueFilter>
    <Table>File</Table>
    <Column>FileVersion</Column>
    <Comparison>VersionLowerThan</Comparison>
    <Value>16.0.4504.1000</Value>
    </ValueFilter>
    </Filters>
    </RootFilter>
    <ReportDefinitionTypeName>BasicReportDefinition</ReportDefinitionTypeName>
    <Columns type="list">
    <Column>
    <Column>ComputerId</Column>
    <Summary></Summary>
    <Table>Computer</Table>
    <Title></Title>
    </Column>
    </Columns>
    </ReportDefinition>
    <IsDrilldown value="true" />
    <CanShare value="null" />
    <Created>2017-06-21T16:44:50.0000000-04:00</Created>
    <Description></Description>
    <Error></Error>
    <Id value="782" />
    <ImportedPath></ImportedPath>
    <IsEnabled value="true" />
    <Modified>2017-06-21T16:44:50.0000000-04:00</Modified>
    <Name>OneDrive For Business (Older)</Name>
    <ParentId value="780" />
    <Path>OneDrive For Business\OneDrive For Business (Older)</Path>
    <TypeName>DynamicCollection</TypeName>
    <Type>DynamicCollection</Type>
    <Children type="list" />
    </Collection>
    </Children>
    </Collection>
    </AdminArsenal.Export>
    0