-
Posts
1939 -
Joined
-
Last visited
-
Days Won
92
Everything posted by GarthMJ
-
For both of these, I would use SSRS to create a report and email it to you. This would be the most efficient way to do this.
-
It will work but there are a few issue with using security groups for a PC. The PC needs to reboot to get the update security token A full AD discovery need to run. Also I have found that the way to write the collection will have an effect on the way the deployment work. This WQL query will work: 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 where SMS_R_System.SystemGroupName = "GARTEK\\Visio 2007 PC"
- 4 replies
-
- ad
- deployment
-
(and 5 more)
Tagged with:
-
Forefront Definition Update Location
GarthMJ replied to MagnumVP's topic in Configuration Manager 2012
yes. -
Forefront Definition Update Location
GarthMJ replied to MagnumVP's topic in Configuration Manager 2012
Yes, protect the DP. You should do that for all remote DP, otherwise, clients will randomly pick a DP form anywhere on the network. HQ clients might pick a regional DP and visa versa. http://technet.microsoft.com/en-ca/library/bb892788.aspx -
Forefront Definition Update Location
GarthMJ replied to MagnumVP's topic in Configuration Manager 2012
Assuming that you have protect the DP, the 50 clients will pull the SU from the protected DP. Aka you will use 100mb over the WAN. -
Forefront Definition Update Location
GarthMJ replied to MagnumVP's topic in Configuration Manager 2012
They talk to your MP, which is very little traffic and default client will do this once an hour anyways. If you are talking about the SUP, then it too is fairly small traffic after the initial download of the wsus catalog. -
This is a problem with Chrome not WMI. The only way to determine if Chrome is installed is you use a custom detection script and use DCM.
-
Forefront Definition Update Location
GarthMJ replied to MagnumVP's topic in Configuration Manager 2012
I’m not sure what you mean by the above. Yes you can use a DP to download SU’s (or Forefront defs) themselves (not the detection details, just the SU themselves) -
Mapped drives are a user setting not a PC setting. This means that it is not a simple mof edit to inventory them. Download the MOF (datashift) scripts to inventory user mapped drives http://learn.flexerasoftware.com/content/AR-TOOLS-AppPortal-SCCM-Inventory-Management
-
Client Status Reporting deleting client
GarthMJ replied to Devnull's topic in Configuration Manager 2007
How many sites do you have? Are the site setting exact the same on all sites? -
MS could make a 1 million reports and still there would be reports missing. That is why you have the option to create the report that you want.
-
Remember that CM07/CM12 is not a real time product and there is it will be best effort only. And the result of the report will vary based on how to have you Hardware and Heartbeat discovery setup. Try this: http://smsug.ca/blogs/garth_jones/archive/2012/12/07/last-logon-user.aspx
-
Program Computer shutdown and wake up
GarthMJ replied to Gougy's topic in Configuration Manager 2012
I'm not sure but the wakeup timer might interface with the motherboard wakeup timer. Personally I would test this, keep in mind that it might work on some PC and not others. I think it always works with PCs that are asleep or hibernating. Also keep in mind that OOB can be used to wake up PCs too on top of WOL. As for shut down this is just normal Power management stuff. The try with CM07/CM12 is that you can set different policy on each collections. Here is what you can set. http://technet.microsoft.com/en-ca/library/ff977084.aspx -
Program Computer shutdown and wake up
GarthMJ replied to Gougy's topic in Configuration Manager 2012
On a collection you can set the wake up time. Also using the power management option it will shut down a computer after a period of inactivity. So why wouldn’t you use CM12 power management option? -
Program Computer shutdown and wake up
GarthMJ replied to Gougy's topic in Configuration Manager 2012
Why no use the CM12 power management option to do this? -
Ok, I will bite, why do you think that removing old package will affect live packages? All I do is once I determine a package is no longer needed. I remove all adverts, remove it from all DPs (not necessary but I like to do this step), delete the package.
-
You are getting access denied because you are querying the tables instead of the views, by default none of the reporting options within CM07 or CM12 have permissions to any of the table data. BTW, It is bad form to query the tables directly and can lead to table locking issue on a busy site.
-
how do i find all computers which have not responded for 90 days and more
GarthMJ replied to desanreddy's question in Collections
This should get you started. http://smsug.ca/blogs/garth_jones/archive/2009/04/22/using-datediff-amp-getdate-in-wql.aspx -
Add/remove programs Collection Query
GarthMJ replied to AmrelMahdy's topic in Configuration Manager 2012
The same isses exist within CM12 too. Again there is a way to ensure that all values are displied. -
Add/remove programs Collection Query
GarthMJ replied to AmrelMahdy's topic in Configuration Manager 2012
Have you tried this. http://technet.microsoft.com/en-us/library/bb632403.aspx -
The query above works.... So Fr0zen, how to what?
-
Allow Maintenance Window for newly deployed OS/Computers?
GarthMJ replied to nry's topic in Configuration Manager 2012
I’m sure that you can do this the question is how do you determine that a PC is newly deployed? Any of the ideas that I have will NOT guarantee that all PCs have are brand newly images but they will be new to CM07/CM12 BTW why not install them as part of your Task Sequence? -
What ultimately are you trying to get out of this? What SU have been applied to each WS? OR what SU have been deployed?
-
Have you looked at the Alerting feature within CM12, yet?