-
Posts
1939 -
Joined
-
Last visited
-
Days Won
92
Everything posted by GarthMJ
-
On you CAS Nothing. On your Primary site, it will allow the HW inventory to be added to the db. Also keep in mind that this will REDUCE (yes reduce) network, CPU and IOPS on your clients and MP, site server as it will Stop the resync looping. Go strait to 50 MB, don't bother with anything smaller. Change the Maximum File Size of a MIF - Recast Software
-
First off it is NOT support to query the tables directly for you report. Only use the supported SQL views listed on the docs page too. Hardware inventory views - Configuration Manager | Microsoft Docs This is why you are see a permissions issue. Secondly the dups are to be expected, as the dell service give you all of the row that you see within the web page. I wrote a blog on why you need normalized details. You Need Normalized Warranty Results - Recast Software
-
There are a few Q there: Here is a list of all of the report and what they display. List of reports - Configuration Manager | Microsoft Docs Reports will show current detail, as of the last HW inventory cycle (not historical), and I hope HW inv. is set to daily too Remember that all report can be exported to a CSV or PDF or Word or Excel. Just use the save option on the report sub menu. Are their other prefab reports out there, Yes. some are free, some are not or you can create your own just be carful to do it right. Keep in mind that I do work for a company that does create prefab reports and as such I can't point you to others out there.
-
Can't push client to any machine
GarthMJ replied to jkjk12's topic in System Center Configuration Manager (Current Branch)
Being able to ping or not, does not show a problem per se. For example from the site server when you ping the computer is it the right IP address? Can you connect to the Admin$ of the computer AS the site server itself (aka NOT you). -
Can't push client to any machine
GarthMJ replied to jkjk12's topic in System Center Configuration Manager (Current Branch)
The error is clear the device is not on the network or it get access denied to it. So what troubleshooting have you done? -
the application returned an unexpected code 2
GarthMJ replied to hanen's question in Microsoft Deployment Toolkit (MDT)
exit code 2 = The system cannot find the file specified. -
it is a SQL query.
-
Make a query to find all unlicensed O365 installations?
GarthMJ replied to Kingskawn's topic in Office 365
Well, there you go, you will need to create your own powershell/VBS script to do the detection. And move the data to an area that CM can inventory. Once you do that you can have CM inventory the data. This might not be a simple task as it will depend on if the users are Admin on their computer or not. -
Make a query to find all unlicensed O365 installations?
GarthMJ replied to Kingskawn's topic in Office 365
ok, I will bite, why isn't this doable for you? Are you trying to say this doesn't work for you because of the cloud lic? -
Create an Compliance Check report
GarthMJ replied to DutchDude's topic in Configuration Manager 2012
This first thing you are going to what to do is understand where the data that you want existing within CM. These two links will help you with that. https://docs.microsoft.com/en-us/mem/configmgr/develop/core/understand/sqlviews/software-updates-views-configuration-manager https://www.informit.com/store/system-center-configuration-manager-reporting-unleashed-9780134466811 .- 1 reply
-
- 1
-
SCCM Users report
GarthMJ replied to JO123's topic in System Center Configuration Manager (Current Branch)
Again let me repeat myself! What EXACTLY do you have now? What EXACTLY doesn't work for you? I will NOT write this for you. -
Err, If you deleted it via SQL then you are likely to have problems don't the road. my guess is likely when you upgrade your site to the next version. I would suggest considering doing a full site restore instead using a clean backup.
- 5 replies
-
- delete
- tasksequence
-
(and 1 more)
Tagged with:
-
SCCM Users report
GarthMJ replied to JO123's topic in System Center Configuration Manager (Current Branch)
What EXACTLY do you have now? What EXACTLY doesn't work for you? I will NOT write this for you. -
SCCM Users report
GarthMJ replied to JO123's topic in System Center Configuration Manager (Current Branch)
CM does not inventory location or department by default. So..... -
What exactly do the log say as to why it is not being detected?
- 6 replies
-
- deployment
- sccm20120
-
(and 1 more)
Tagged with:
-
Device name mix up?
GarthMJ replied to jdensmore's topic in System Center Configuration Manager (Current Branch)
All I'm going to do is bing it. This hasn't really changed in years aka since sccm 2007 so if you found something, it will work. -
Device name mix up?
GarthMJ replied to jdensmore's topic in System Center Configuration Manager (Current Branch)
It sound like you have duplicate guids, and everything will keep updating the one computer. if you need to confirm and fix all of the computers to remove the duplicate guid. This generally happens when imaging is not correctly syspreped. -
change service startup type
GarthMJ replied to Maxwell2k19's topic in System Center Configuration Manager (Current Branch)
There is nothing built-in for this a quick bing search will show you how to do this via powershell.