SCCM Keyword Search from device collectionSCCM: Collection that queries against a security groupSCCM deploy from VMware XP imageRetrieve SCCM collection membership via PowerShellIncomplete collection member when migrating to SCCM 2012 (from SCCM 2007)SCCM Collection Query- FullNameSCCM 2012 | Collection Query | Auto Add Machines but they should not be present in other collectionSCCM 2012 | Collection does not list the member added DirectlySCCM Device Collection Membership based on Machine VariableSCCM - PowerShell: All Systems collection not availableSCCM report to count collection members is returning junk
Strange math syntax in old basic listing
Can The Malloreon be read without first reading The Belgariad?
Creating Fictional Slavic Place Names
What does the behaviour of water on the skin of an aircraft in flight tell us?
Can you keep a readied action even through incapacitation?
Looking after a wayward brother in mother's will
Explain Ant-Man's "not it" scene from Avengers: Endgame
Can a helicopter mask itself from Radar?
Could a guilty Boris Johnson be used to cancel Brexit?
Accidentally cashed a check twice
Make a formula to get the highest score
Why is there a need to modify system call tables in Linux?
Order by does not work as I expect
If a problem only occurs randomly once in every N times on average, how many tests do I have to perform to be certain that it's now fixed?
How can I grammatically understand "Wir über uns"?
TV show or movie: Diseased people are exiled to a spaceship
What is the intuition behind uniform continuity?
Modern approach to radio buttons
arcpy.GetParameterAsText not passing arguments to script?
The qvolume of an integer
Recording the inputs of a command and producing a list of them later on
Is having a hidden directory under /etc safe?
Looking for an old image of designing a cpu with plan laid out / being edited on a literal floor
How do I get a cleat that's stuck in a pedal, detached from the shoe, out?
SCCM Keyword Search from device collection
SCCM: Collection that queries against a security groupSCCM deploy from VMware XP imageRetrieve SCCM collection membership via PowerShellIncomplete collection member when migrating to SCCM 2012 (from SCCM 2007)SCCM Collection Query- FullNameSCCM 2012 | Collection Query | Auto Add Machines but they should not be present in other collectionSCCM 2012 | Collection does not list the member added DirectlySCCM Device Collection Membership based on Machine VariableSCCM - PowerShell: All Systems collection not availableSCCM report to count collection members is returning junk
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
is it possible to scan the device collection to search for a particular keyword.
Say a keyword like "crack", Can SCCM functionalities do a scan of all file and folder in the host/device collection to get this list. SCCM version is 1806.
Or does this need script to collect ?Generally dir/s/tc
commmand prompt script can get file.But it is difficult when scanning 1500+ devices as reporting gets messed.
windows-server-2012-r2 sccm
add a comment |
is it possible to scan the device collection to search for a particular keyword.
Say a keyword like "crack", Can SCCM functionalities do a scan of all file and folder in the host/device collection to get this list. SCCM version is 1806.
Or does this need script to collect ?Generally dir/s/tc
commmand prompt script can get file.But it is difficult when scanning 1500+ devices as reporting gets messed.
windows-server-2012-r2 sccm
add a comment |
is it possible to scan the device collection to search for a particular keyword.
Say a keyword like "crack", Can SCCM functionalities do a scan of all file and folder in the host/device collection to get this list. SCCM version is 1806.
Or does this need script to collect ?Generally dir/s/tc
commmand prompt script can get file.But it is difficult when scanning 1500+ devices as reporting gets messed.
windows-server-2012-r2 sccm
is it possible to scan the device collection to search for a particular keyword.
Say a keyword like "crack", Can SCCM functionalities do a scan of all file and folder in the host/device collection to get this list. SCCM version is 1806.
Or does this need script to collect ?Generally dir/s/tc
commmand prompt script can get file.But it is difficult when scanning 1500+ devices as reporting gets messed.
windows-server-2012-r2 sccm
windows-server-2012-r2 sccm
asked May 16 at 9:58
KratosKratos
4617
4617
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use the Software Inventory function from Client Settings. Select "Inventory these file types" and from there you can enter filenames with wildcards. Check here for a full description:
https://docs.microsoft.com/en-us/sccm/core/clients/manage/inventory/configure-software-inventory
Thank for the help. I tried to do as you suggested but there was no scan results for filenames. Am i missing anything?
– Kratos
May 22 at 6:07
You cannot do something like scan for those results. You can either connect directly to the DB and do sql on results or you can create a new collection and use a query to fill it. For that you could use wql like this: "select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "%crack%""
– Syberdoor
May 23 at 14:51
Did you use crack as the filename to search for? Also have you waited long enough for the clients to get the updated policy and perform a Software Scan cycle? You can force them to do it using something like Recast Right Click Tools. The best report to use Is Software Files -> Computers with a specific file and use %crack% as the search term..
– JaeBee
May 23 at 23:55
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f967549%2fsccm-keyword-search-from-device-collection%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use the Software Inventory function from Client Settings. Select "Inventory these file types" and from there you can enter filenames with wildcards. Check here for a full description:
https://docs.microsoft.com/en-us/sccm/core/clients/manage/inventory/configure-software-inventory
Thank for the help. I tried to do as you suggested but there was no scan results for filenames. Am i missing anything?
– Kratos
May 22 at 6:07
You cannot do something like scan for those results. You can either connect directly to the DB and do sql on results or you can create a new collection and use a query to fill it. For that you could use wql like this: "select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "%crack%""
– Syberdoor
May 23 at 14:51
Did you use crack as the filename to search for? Also have you waited long enough for the clients to get the updated policy and perform a Software Scan cycle? You can force them to do it using something like Recast Right Click Tools. The best report to use Is Software Files -> Computers with a specific file and use %crack% as the search term..
– JaeBee
May 23 at 23:55
add a comment |
You can use the Software Inventory function from Client Settings. Select "Inventory these file types" and from there you can enter filenames with wildcards. Check here for a full description:
https://docs.microsoft.com/en-us/sccm/core/clients/manage/inventory/configure-software-inventory
Thank for the help. I tried to do as you suggested but there was no scan results for filenames. Am i missing anything?
– Kratos
May 22 at 6:07
You cannot do something like scan for those results. You can either connect directly to the DB and do sql on results or you can create a new collection and use a query to fill it. For that you could use wql like this: "select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "%crack%""
– Syberdoor
May 23 at 14:51
Did you use crack as the filename to search for? Also have you waited long enough for the clients to get the updated policy and perform a Software Scan cycle? You can force them to do it using something like Recast Right Click Tools. The best report to use Is Software Files -> Computers with a specific file and use %crack% as the search term..
– JaeBee
May 23 at 23:55
add a comment |
You can use the Software Inventory function from Client Settings. Select "Inventory these file types" and from there you can enter filenames with wildcards. Check here for a full description:
https://docs.microsoft.com/en-us/sccm/core/clients/manage/inventory/configure-software-inventory
You can use the Software Inventory function from Client Settings. Select "Inventory these file types" and from there you can enter filenames with wildcards. Check here for a full description:
https://docs.microsoft.com/en-us/sccm/core/clients/manage/inventory/configure-software-inventory
answered May 16 at 23:52
JaeBeeJaeBee
1363
1363
Thank for the help. I tried to do as you suggested but there was no scan results for filenames. Am i missing anything?
– Kratos
May 22 at 6:07
You cannot do something like scan for those results. You can either connect directly to the DB and do sql on results or you can create a new collection and use a query to fill it. For that you could use wql like this: "select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "%crack%""
– Syberdoor
May 23 at 14:51
Did you use crack as the filename to search for? Also have you waited long enough for the clients to get the updated policy and perform a Software Scan cycle? You can force them to do it using something like Recast Right Click Tools. The best report to use Is Software Files -> Computers with a specific file and use %crack% as the search term..
– JaeBee
May 23 at 23:55
add a comment |
Thank for the help. I tried to do as you suggested but there was no scan results for filenames. Am i missing anything?
– Kratos
May 22 at 6:07
You cannot do something like scan for those results. You can either connect directly to the DB and do sql on results or you can create a new collection and use a query to fill it. For that you could use wql like this: "select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "%crack%""
– Syberdoor
May 23 at 14:51
Did you use crack as the filename to search for? Also have you waited long enough for the clients to get the updated policy and perform a Software Scan cycle? You can force them to do it using something like Recast Right Click Tools. The best report to use Is Software Files -> Computers with a specific file and use %crack% as the search term..
– JaeBee
May 23 at 23:55
Thank for the help. I tried to do as you suggested but there was no scan results for filenames. Am i missing anything?
– Kratos
May 22 at 6:07
Thank for the help. I tried to do as you suggested but there was no scan results for filenames. Am i missing anything?
– Kratos
May 22 at 6:07
You cannot do something like scan for those results. You can either connect directly to the DB and do sql on results or you can create a new collection and use a query to fill it. For that you could use wql like this: "select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "%crack%""
– Syberdoor
May 23 at 14:51
You cannot do something like scan for those results. You can either connect directly to the DB and do sql on results or you can create a new collection and use a query to fill it. For that you could use wql like this: "select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "%crack%""
– Syberdoor
May 23 at 14:51
Did you use crack as the filename to search for? Also have you waited long enough for the clients to get the updated policy and perform a Software Scan cycle? You can force them to do it using something like Recast Right Click Tools. The best report to use Is Software Files -> Computers with a specific file and use %crack% as the search term..
– JaeBee
May 23 at 23:55
Did you use crack as the filename to search for? Also have you waited long enough for the clients to get the updated policy and perform a Software Scan cycle? You can force them to do it using something like Recast Right Click Tools. The best report to use Is Software Files -> Computers with a specific file and use %crack% as the search term..
– JaeBee
May 23 at 23:55
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f967549%2fsccm-keyword-search-from-device-collection%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown