-
Posts
1942 -
Joined
-
Last visited
-
Days Won
92
Everything posted by GarthMJ
-
Only .exe gets distributed to the dp
GarthMJ replied to Morpheus's topic in Configuration Manager 2012
No there is no hotfix for this. You need to edit the config file to adjust the file types. Personally I remove all of them including all directories too. -
How to find the Software uninstallation using SCCM DB
GarthMJ replied to Jameer's question in How do I ?
ARP data does not traditionally have history views in CM07 or CM12, due to the sheer volume of data that would exist in them. v_GS_ADD_REMOVE_PROGRAMS will only show you x86 software. Use v_ADD_REMOVE_PROGRAMS instead for bet both. The installed Software view doesn't list all software on a PC. So you will need to query all software for all PCs each time and create your own history. -
SCCM 2012 SP1 Reporting Services Server Instance is Blank
GarthMJ replied to pnyce24's topic in Configuration Manager 2012
Make sure that you re-install CU6 or better, after you install SSRS.- 10 replies
-
- sccm 2012 SP1
- reporting server
-
(and 1 more)
Tagged with:
-
Only .exe gets distributed to the dp
GarthMJ replied to Morpheus's topic in Configuration Manager 2012
Stupid question but did you preform the fix IIS that allow INFs to be downloaded? -
There are a lot of variable here. What are your maintenance task set to? Do you really want to know about PCs that haven't provide HW inventory in 45 days? Do you really want to know about PCs that haven't updated their record in 15 days? What make a PC inactive in AD?
-
You need to read this blog post. What you are asking for will overwhelm anyone who even tries to read a report like this. http://be.enhansoft.com/post/2009/10/26/How-to-Perform-a-Basic-Software-Audit.aspx
-
In both CM07 and CM12, the easiest why to create the reporting folder is via the SSRS web interface and click new folder option.
-
Hi everyone Did you know that Enhansoft is giving way a free SCCM SSRS report each month? Check out the site, this month’s report is Package Home Page. http://www.enhansoft.com/pages/Free-SSRS-Reports.aspx BTW when you are on the site don’t forget to vote to next month’s give-away.
-
It looks fine, other than it is missing the opening "select" word... can we assume that you missed cut & pasted it?
-
Did you review the reasons why it is non-compliant? Is the DHCP pack for the exact version of DHCP you are using? What have you done to troubleshoot this issue?
-
There is not a lot of PoSH for CM07, you would be better with VBS, Everything you need is within the CM07 SDK.
-
Have you seen these? http://be.enhansoft.com/post/2013/04/10/New-Software-Update-SSRS-Reports.aspx
-
Query of Systems and MAC Addresses shows many duplicates
GarthMJ replied to dverbern's topic in Configuration Manager 2012
I would check for duplicate PCs within CM, You likely have two named 7YVW-908KLV1, One is like to be marked as inactive/obsolete. -
Errors on WMI and COM after installing SCCM Client
GarthMJ replied to stewea's topic in Configuration Manager 2012
No this is not a bug and both are normal. -
Correct you should NEVER reuse site codes, They have NO meaning and only the CM admin knows anything about them so... What does it matter?
-
SCCM remote control and auto login
GarthMJ replied to MKoldewijn's topic in Configuration Manager 2012
Isn't the autologon controlled by a registry key? if so, just remove the Regkey, Don't forget to put it back. -
It is NOT recommend to reuse site codes.
-
Let me re-phase that. it is completely unsupported to do this via SQL. The only supported way to do this is via the SDK. I know that it can be done as I have seen a POC of this type of thing before. I didn't write it so I don't have the code to do it either.
- 10 replies
-
- 1
-
-
- Configuration Manager 2012
- asset intelligence
-
(and 1 more)
Tagged with:
-
There is no way to edit this via SQL. If it is available, it will be within the CM07/CM12 SDKs. Have you look in there yet?
- 10 replies
-
- Configuration Manager 2012
- asset intelligence
-
(and 1 more)
Tagged with:
-
Are you looking for a report or a collection query? You state report but you posted a collection query, so... If you are looking for a report have you looked at the built-in reports, what wrong with them.
-
SCCM 2012 Web Portal only for Admins
GarthMJ replied to hitman47's topic in Configuration Manager 2012
There are no built-in web portals to do what you want. You will need to do one of the following. Look at 3rd solutions, like Flexera or 1e. Look at something like SCSM with orchestrator Advertise to a security group and have the HD add the user or pc into the group keep in mind that a logon / reboot is need to get this to work Personally I would try the 3rd party solutions. -
SCCM 2012 Web Portal only for Admins
GarthMJ replied to hitman47's topic in Configuration Manager 2012
So describe the process that you want your HD admins to use to install the software. This will give us a better idea as to pointing you in the right direction to deploy the SW to the PCs. aka do they logon to the PC and trigger the install Do they add the PC into a group Do they add the user into a group What is you SLA to install the SW? etc... -
Simple Computer Name Query not working - need help
GarthMJ replied to ckuntzman's question in Collections
The Select * will allow you to see more information about the PC, instead of just the PC name as you have it now.. either way I’m glad it is working for you. -
SCCM 2012 Web Portal only for Admins
GarthMJ replied to hitman47's topic in Configuration Manager 2012
Why can’t you do that? Admin are just users, You can target SW to Admins and since the SW is target to Admins only, admins are the only ones that can see it and install it. Personally I avoid like the plague giving out the CM12 console to anyone. Instead I use security group to target software, this allow Helpdesk staff to add a user to a security group and the software will be installed after the user login. IMO the real question that you need to answer is what are you trying to do. Are you trying to create a web interface to allow HD to install software remotely on a PC or do you want the Admins to logon to each PC and install the SW.