-
Posts
1949 -
Joined
-
Last visited
-
Days Won
93
Everything posted by GarthMJ
-
sccm 2012 SP1 - missing AM and PM on report subscription
GarthMJ replied to kik123's topic in Configuration Manager 2012
What are you regional settings set too? Do you have a 24 hours clock? -
This report will get you started. http://smsug.ca/blogs/garth_jones/archive/2008/02/04/basic-all-in-one.aspx As an aside I would love to see you plan that you come up with. Feel free to ping me offline, my email address is easy to find.
-
dot net framework 4.5 Installation and Report
GarthMJ replied to manam.pervez1's topic in Configuration Manager 2012
This blog topic will get you started with the reporting. http://myitforum.com/cs2/blogs/skissinger/archive/2009/12/16/hardware-inventory-mof-edit-for-net-framework-versions-updated.aspx -
Metering Report Tracking By Minute Usage
GarthMJ replied to SkubaSteeve's topic in Configuration Manager 2007
Have you looked at the built-in reports within CM07? Have you create Software Metering rules for each application that you want to track? -
AV software is going to be the biggest reason, particularly McAfee.
-
Generate SCCM Report with below parameters
GarthMJ replied to Jameer's topic in Configuration Manager 2007
Everything you are looking for can be found within the MSDN class details. http://msdn.microsoft.com/en-us/library/windows/desktop/aa394373(v=vs.85).aspx -
How many Network Cards Should I Install
GarthMJ replied to tgreene5's topic in Configuration Manager 2012
1 NIC port will be fine for 40 PCs. -
I’m sorry to tell you this but you MUST install CM07 cleanly. You can’t move your CM07 site server from one domain to another. BTW consider move to CM12 instead.
-
Are you using Riverbed or something like that? Hash errors can be fairly common on these WAN accelerators.
-
Did you migrate CM07 to the new domain or just your WS? Are there two CM07 sites or just one CM07 site that is connected to two different domains and are the domain within the same forest? In which domain does your CM07 site server exist?
-
Querying AD is better for this. CM12 will not know when a PC was last on the network. At best you can find out when CM12 last "saw" the PC but that is not the same thing.
-
It sound like your IIS is having problem, you might need to re-install it. Or better yet move to the SSRS reporting.
-
I’m not sure what you mean.. If the SU are not deploy then, I not sure what you are looking for, have you tried deploying the SU listed in report?
-
What you are looking for is not a simple 5 minute query. The simplest way to do this is to sort by version number so that you can see the latest version at the top.
-
Generate SCCM Report with below parameters
GarthMJ replied to Jameer's topic in Configuration Manager 2007
The information that you are looking for is not collected by CM07 by default. You will need to collect this data first before you can write the report. -
Currently there is no way to limit reports to a particular collect. You only option would be to create custom reports for these use and do the limiting yourself. This is a lot of manually labour but it can be done.
-
Find what Collections a computer is apart of?
GarthMJ replied to brink668's topic in Configuration Manager 2012
Yes.- 23 replies
-
- SCCM 2012
- collections
-
(and 2 more)
Tagged with:
-
Find what Collections a computer is apart of?
GarthMJ replied to brink668's topic in Configuration Manager 2012
You can run a query to get this info. select C.CollectionID, C.Name, C.Comment from dbo.v_Collection C join dbo.v_FullCollectionMembership FCM on C.CollectionID = FCM.CollectionID Where FCM.Name = 'ES-06'- 23 replies
-
- 1
-
-
- SCCM 2012
- collections
-
(and 2 more)
Tagged with:
-
Deploy a application for a permanent basis?
GarthMJ replied to shawnyuen's topic in Configuration Manager 2012
Have you looked at using the detection rules used by applications within CM12? Detect that the shortcut is missing and it will re-install the application. -
Keep in mind that even if you don't get the SA password you might still be able to grant yourself SA access but ONLY if you have console access the server/ VM.
-
Check you premission within SQL. It doesn't look like you have full rights to the db.
-
There is no way to do this out of the box. You will need to look at 3rd party software to help manage this.