Jump to content


  • 0
lewolfeur

Report query missing files

Question

Hello,

 

my boss request that i made a report (sccm 2012) who show missing files in one distribution point (selected in a list) which was compared to a list of files(packages id) that have to been present in dp.

 

thx in advance .

Share this post


Link to post
Share on other sites

10 answers to this question

Recommended Posts

  • 0

I have checked here.

 

685307IMAGE151C60782F64885E.jpg

 

 

But my request is to verify if all files ( wim image , drivers, package, app,....) needed for the TS for install the OS for a computer in selected DP (because we have more that 50 DP , so selected menu would be great).

So have to compare the needed content to verify if these files are in a dp and return the one who missing in DP .

 

Maybe i have to take one of the content query, copy it and modify it .

Share this post


Link to post
Share on other sites

  • 0

ok thx this one is very good, but i have another question i want to filter my package by administrative categories and searched in a sccm 2012 database view i found in blog of technet, but dont know the column i have to take or maybe there are already abuilt-in report available.

 

681256IMAGE1D0ED58D8DE52B4.jpg

Share this post


Link to post
Share on other sites

  • 0

We have for application 10 categories and want a report who show this column, when we list one DP .

 

And it's not me , it's my boss who want to see this column and have the ability to filter the result by category.

Share this post


Link to post
Share on other sites

  • 0

Because we want to able filter by these Admin categories to show the number of them i think he want that.

 

the raw report is with only show the complete pakage;

select pk.name, psu.PackageID, psu.ServerNALPath as 'DistributionPoint' , psu.InstallStatus as 'status'
from v_PackageStatusDistPointsSumm psu inner join SMSPackages pk
on psu.PackageID=pk.PkgID
where psu.InstallStatus like 'Package Installation complete'
order by pk.Name asc

But we will be satisfied with the package name, pk id, site code of dp, pk size, pk status (failed,pending,complete) and the admin categories and order by admin categories.

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.