Re: [mssms] How to get a list of browsers, versions, plug-ins, and browser history?

2014-05-02 Thread Todd Hemsell
If I had to do this I would use this utility
http://www.nirsoft.net/utils/browsing_history_view.html
And script a solution that put the information into WMI somewhere.

It includes the url, the user, how many times they accessed the site,
and with what browser. He already did all the heavy lifting, you would
just need to stick into WMI and collect it.

I would recommend implementing a GPO that prevented users from
deleting the browser history
http://technet.microsoft.com/en-us/magazine/dd349812.aspx

Then I would set the number of days to retain history using GPO 
Disable “Configuring History” 
Here is a good guide
http://maximumpcguides.com/windows-7/disable-configuring-history-in-internet-explorer/

Despite the naysayers I think It could be done as long as you do not
want to run a report like all browser history for all users for all
time
Maybe only run the script to collect the data once a week so the
differences do not keep coming up in HINV files and do not go into
inventory history in the database
Even better would be to run it every X days where X coincides with
number of days to keep history and your delete aged inventory history
settings

Also if you have a large site and a small server this might not be a
good idea. But if you are asking how to do this I doubt you are on a
large site with a proxy server etc because that is the appropriate
place to do this, not sccm. But, it can be done, and not too difficult
either.

Sherry could pound this out in an hour or 2 quite easily.

You're welcome :-)

On Thu, May 1, 2014 at 3:33 PM, Daniel Ratliff dratl...@humana.com wrote:
 Can you not do that from your firewall? Do you have a proxy or something
 like Websense or Zscaler?



 Pulling that data from the workstation is going to be pretty painful.



 Daniel Ratliff



 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
 On Behalf Of James Avery
 Sent: Thursday, May 01, 2014 4:19 PM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] How to get a list of browsers, versions, plug-ins, and
 browser history?



 I need to get all website history off of workstations. Thoughts?







 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
 On Behalf Of christopher.catl...@us.sogeti.com
 Sent: Thursday, May 01, 2014 12:55 PM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] How to get a list of browsers, versions, plug-ins, and
 browser history?



 IE plugins you can get through wmi / registry (will have to extend your
 classes)



 chrome / firefox will be a big mess. (most likely going to have to look at
 file locations)



 Sent from Windows Mail



 From: James Avery
 Sent: ‎Thursday‎, ‎May‎ ‎1‎, ‎2014 ‎12‎:‎28‎ ‎PM
 To: mssms@lists.myitforum.com



 Any idea about plug-ins?



 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
 On Behalf Of Jeff Poling
 Sent: Thursday, May 01, 2014 10:42 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] How to get a list of browsers, versions, plug-ins, and
 browser history?



 I agree with Chris that browser history in a report is not a good idea.  You
 can get the browsers installed by using the Asset Intelligence report
 Software 02D - Computers with a Specific Software Installed.



  If you want to do something custom, I am using the query below to create a
 report that prompts for application name.  It's rough, but works for my
 purposes:



 Select

  sys.Netbios_Name0,

  sys.User_Domain0,

  sys.User_Name0,

  sys.Operating_System_Name_and0,

  arp.DisplayName0,

   ARP.Version0

 FROM

  v_R_System sys

   JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID

 WHERE

  Displayname0 like '%' +@ApplicationName+ '%'





 On Thu, May 1, 2014 at 10:31 AM, christopher.catl...@us.sogeti.com wrote:

 browser history in a report, thats gonna be a HUGE report.



 Bad idea.



 As for what versions of what browser, use the installed software reports.



 you could run a custom report, and just list the browsers that you care
 about.



 Sent from Windows Mail



 From: James Avery
 Sent: ‎Thursday‎, ‎May‎ ‎1‎, ‎2014 ‎11‎:‎18‎ ‎AM
 To: mssms@lists.myitforum.com



 Guys I'm trying to figure out a SSRS report in SCCM 2012 R2 to allow me to
 gather a list of browsers, versions, plug-ins and browser history from each
 PC.

 Thoughts?

 James














 The information transmitted is intended only for the person or entity to
 which it is addressed
 and may contain CONFIDENTIAL material. If you receive this
 material/information in error,
 please contact the sender and delete or destroy the material/information.







Re: [mssms] So basic Application question

2014-05-02 Thread Todd Hemsell
Kim, Jason, and anyone else that is interested I would be glad to
explain this in depth to you using visio diagrams and internal email
threads, but only offline. I seem to be incapable of explaining this
succinctly. I would be glad to explain to you so you guys could
explain to others.
I even have SQL queries you can run to find these issues in your database.

if interested email me at todd-DOT-hemsell-AT-exterran-DOT-com

/Todd

On Wed, Apr 30, 2014 at 2:13 PM, Todd Hemsell hems...@gmail.com wrote:
  So when a computer receives the policy for old app, and the the user
 receives it for the new app, you don't have supersedence

 sure you do provided the superseded app is deployed simulate and not
 mandatory OR if the detection rule on the older version says this
 version or greater
 In either case it will deploy the newer app, but if the older version
 is mandatory, it will then remove the newer version and install the
 older version (if the install supports it)
 It will go into a loop. Seen that a few times.

 We strictly deploy applications to EITHER users OR computers, but
 never the same app to both.

 If you deploy an app to a user and deploy the superseded version to
 the system as simulated then the app will upgrade.

 All of the scenarios I am listing out I have verified by forcing M$ to
 answer the question resulting in them going into the lab and
 reproducing the behavior. Only after they reproduce it do I add it to
 our polies and procedures.

 On Wed, Apr 30, 2014 at 1:46 PM, Kim Oppalfens kim.oppalf...@oscc.be wrote:
 I'll try to explain what I know in the simplest way possible. (although that 
 is hard)

 Supersedence in itself only kicks in when a resource receives a policy for 
 both the old and the new app.
 (There's some exceptions here, that I'll leave out because I am trying the 
 simple approach, but a user or computer needs to receive both.)
 So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence.

 On the other hand, if you only receive the new app. Supersedence will 
 uninstall the old app when detected. Even when not installed by cm.
 I think Todd is referring to the option of making a mandatory deployment to 
 users that have the available app installed, which is yet another special 
 case.

 Supersedence is actually a breeze, it gets complicated when you involve 
 uninstalls :-)

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Marcum, John
 Sent: Wednesday, April 30, 2014 5:51 PM
 To: 'mssms@lists.myitforum.com'
 Subject: RE: [mssms] So basic Application question

 That's just plain silly. Is this classified as a bug




 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:48 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 no.

 Bear in mind my deployments are to users optional as was intended.
 None of this applies if it is to system. Or some of it might apply, but I do 
 not do deployments to systems except our 60 core apps.
 The other 1,100 apps are user optional via the software center

 So for user deployments the policy comes down to the users. So for the case 
 of superseded apps SCCM only sends the policy down to a USER + COMPUTER 
 combination that it knows has the application.

 Interestingly enough it actually does send all supersedance rules to all 
 users, but those are discarded by the client and never processed.
 There is a different flag on the ones where it knows the user + computer has 
 the app.

 Yes, incredibly complicated. This is the result of a 4 month case with MS. 
 It is difficult to even explain to people.

 On Wed, Apr 30, 2014 at 10:41 AM, Marcum, John jmar...@babc.com wrote:
 This part makes no sense to me. I'm not saying you are wrong but is this 
 by design because it sounds counter intuitive.  BUT only if CM12 
 deployed it and knows it is installed. Shouldn't that be evaluated at 
 run time and not retrieved from some stored location? In other words if the 
 product code is present on the machine at run time it would be removed.





 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:31 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 The question does not make sense to me.

 Options:

 Supersede an application:
 This makes the older version no longer visible in the software center.
 UNLESS you click the check box to make both version visible This will
 make it to it removes the previous version before the new version

 When you do that without a deployment you have just removed the
 application from the software center, nothing else

 Then you do a deployment. You can either select to 

RE: [mssms] So basic Application question

2014-05-02 Thread Schwan, Phil
Same here...I'd definitely be interested.

-Phil

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Marcum, John
Sent: Friday, May 2, 2014 8:02 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] So basic Application question

I'd like to see this too. I'd setup a WebEx if you want to present this to a 
couple of us.

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Todd Hemsell
Sent: Friday, May 02, 2014 5:41 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] So basic Application question

Kim, Jason, and anyone else that is interested I would be glad to explain this 
in depth to you using visio diagrams and internal email threads, but only 
offline. I seem to be incapable of explaining this succinctly. I would be glad 
to explain to you so you guys could explain to others.
I even have SQL queries you can run to find these issues in your database.

if interested email me at todd-DOT-hemsell-AT-exterran-DOT-com

/Todd

On Wed, Apr 30, 2014 at 2:13 PM, Todd Hemsell hems...@gmail.com wrote:
  So when a computer receives the policy for old app, and the the user
 receives it for the new app, you don't have supersedence

 sure you do provided the superseded app is deployed simulate and not
 mandatory OR if the detection rule on the older version says this
 version or greater
 In either case it will deploy the newer app, but if the older version
 is mandatory, it will then remove the newer version and install the
 older version (if the install supports it) It will go into a loop.
 Seen that a few times.

 We strictly deploy applications to EITHER users OR computers, but
 never the same app to both.

 If you deploy an app to a user and deploy the superseded version to
 the system as simulated then the app will upgrade.

 All of the scenarios I am listing out I have verified by forcing M$ to
 answer the question resulting in them going into the lab and
 reproducing the behavior. Only after they reproduce it do I add it to
 our polies and procedures.

 On Wed, Apr 30, 2014 at 1:46 PM, Kim Oppalfens kim.oppalf...@oscc.be wrote:
 I'll try to explain what I know in the simplest way possible.
 (although that is hard)

 Supersedence in itself only kicks in when a resource receives a policy for 
 both the old and the new app.
 (There's some exceptions here, that I'll leave out because I am
 trying the simple approach, but a user or computer needs to receive both.) 
 So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence.

 On the other hand, if you only receive the new app. Supersedence will 
 uninstall the old app when detected. Even when not installed by cm.
 I think Todd is referring to the option of making a mandatory deployment to 
 users that have the available app installed, which is yet another special 
 case.

 Supersedence is actually a breeze, it gets complicated when you
 involve uninstalls :-)

 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
 Sent: Wednesday, April 30, 2014 5:51 PM
 To: 'mssms@lists.myitforum.com'
 Subject: RE: [mssms] So basic Application question

 That's just plain silly. Is this classified as a bug




 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:48 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 no.

 Bear in mind my deployments are to users optional as was intended.
 None of this applies if it is to system. Or some of it might apply, but I do 
 not do deployments to systems except our 60 core apps.
 The other 1,100 apps are user optional via the software center

 So for user deployments the policy comes down to the users. So for the case 
 of superseded apps SCCM only sends the policy down to a USER + COMPUTER 
 combination that it knows has the application.

 Interestingly enough it actually does send all supersedance rules to all 
 users, but those are discarded by the client and never processed.
 There is a different flag on the ones where it knows the user + computer has 
 the app.

 Yes, incredibly complicated. This is the result of a 4 month case with MS. 
 It is difficult to even explain to people.

 On Wed, Apr 30, 2014 at 10:41 AM, Marcum, John jmar...@babc.com wrote:
 This part makes no sense to me. I'm not saying you are wrong but is this 
 by design because it sounds counter intuitive.  BUT only if CM12 
 deployed it and knows it is installed. Shouldn't that be evaluated at 
 run time and not retrieved from some stored location? In other words if the 
 product code is present on the machine at run time it would be removed.





 -Original Message-
 From: listsad...@lists.myitforum.com
 

RE: [mssms] So basic Application question

2014-05-02 Thread Daniel Ratliff
+1.

Daniel Ratliff

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Schwan, Phil
Sent: Friday, May 02, 2014 8:15 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] So basic Application question

Same here...I'd definitely be interested.

-Phil

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Marcum, John
Sent: Friday, May 2, 2014 8:02 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] So basic Application question

I'd like to see this too. I'd setup a WebEx if you want to present this to a 
couple of us.

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Todd Hemsell
Sent: Friday, May 02, 2014 5:41 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] So basic Application question

Kim, Jason, and anyone else that is interested I would be glad to explain this 
in depth to you using visio diagrams and internal email threads, but only 
offline. I seem to be incapable of explaining this succinctly. I would be glad 
to explain to you so you guys could explain to others.
I even have SQL queries you can run to find these issues in your database.

if interested email me at todd-DOT-hemsell-AT-exterran-DOT-com

/Todd

On Wed, Apr 30, 2014 at 2:13 PM, Todd Hemsell hems...@gmail.com wrote:
  So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence

 sure you do provided the superseded app is deployed simulate and not 
 mandatory OR if the detection rule on the older version says this 
 version or greater
 In either case it will deploy the newer app, but if the older version 
 is mandatory, it will then remove the newer version and install the 
 older version (if the install supports it) It will go into a loop.
 Seen that a few times.

 We strictly deploy applications to EITHER users OR computers, but 
 never the same app to both.

 If you deploy an app to a user and deploy the superseded version to 
 the system as simulated then the app will upgrade.

 All of the scenarios I am listing out I have verified by forcing M$ to 
 answer the question resulting in them going into the lab and 
 reproducing the behavior. Only after they reproduce it do I add it to 
 our polies and procedures.

 On Wed, Apr 30, 2014 at 1:46 PM, Kim Oppalfens kim.oppalf...@oscc.be wrote:
 I'll try to explain what I know in the simplest way possible.
 (although that is hard)

 Supersedence in itself only kicks in when a resource receives a policy for 
 both the old and the new app.
 (There's some exceptions here, that I'll leave out because I am 
 trying the simple approach, but a user or computer needs to receive both.) 
 So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence.

 On the other hand, if you only receive the new app. Supersedence will 
 uninstall the old app when detected. Even when not installed by cm.
 I think Todd is referring to the option of making a mandatory deployment to 
 users that have the available app installed, which is yet another special 
 case.

 Supersedence is actually a breeze, it gets complicated when you 
 involve uninstalls :-)

 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
 Sent: Wednesday, April 30, 2014 5:51 PM
 To: 'mssms@lists.myitforum.com'
 Subject: RE: [mssms] So basic Application question

 That's just plain silly. Is this classified as a bug




 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:48 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 no.

 Bear in mind my deployments are to users optional as was intended.
 None of this applies if it is to system. Or some of it might apply, but I do 
 not do deployments to systems except our 60 core apps.
 The other 1,100 apps are user optional via the software center

 So for user deployments the policy comes down to the users. So for the case 
 of superseded apps SCCM only sends the policy down to a USER + COMPUTER 
 combination that it knows has the application.

 Interestingly enough it actually does send all supersedance rules to all 
 users, but those are discarded by the client and never processed.
 There is a different flag on the ones where it knows the user + computer has 
 the app.

 Yes, incredibly complicated. This is the result of a 4 month case with MS. 
 It is difficult to even explain to people.

 On Wed, Apr 30, 2014 at 10:41 AM, Marcum, John jmar...@babc.com wrote:
 This part makes no sense to me. I'm not saying you are wrong but is this 
 by design because it sounds counter intuitive.  BUT only if CM12 
 deployed it and knows it is 

Re: [mssms] RE: mssms: Installed Application report

2014-05-02 Thread Todd Hemsell
add remove is only x86 or x64.
INSTALLED SOFTWARE is both combined

do not use add remove programs views or classes


On Wed, Apr 30, 2014 at 4:27 PM, Taxter, Latisha ltax...@kh.org wrote:

  I got from an earlier reply software\Company and products\Count of all
 instances of Software registered with *Add or Remove Programs*.

 This provides a report of the installed apps in add/remove by count and I
 can drill down to see which pcs the app is installed on.  I can run this by
 collection.



 I would have preferred a report that shows computer name and list of
 software installed by Add remove programs and be able to run that for any
 collection, but this works too.  Just a little bit more work.



 Now the recently used applications, I’d love to use.



 This environment is new so most things were manually installed.  I am now
 creating packages and applications so for now.. Add/Remove is what I need
 so I can find out what applications I need to package.



 I am familiar with the simulated deployment.

 Thanks.



 *From:* listsad...@lists.myitforum.com [mailto:
 listsad...@lists.myitforum.com] *On Behalf Of *Todd Hemsell
 *Sent:* Wednesday, April 30, 2014 12:06 PM
 *To:* mssms@lists.myitforum.com
 *Subject:* Re: [mssms] RE: mssms: Installed Application report



 I have a LOT of software reports. If you can narrow down what you want I
 can send you an example.



 Also, for applications or packages? SCCM tracks application installs
 internally and you can do simulated deployments to get very accurate counts.



 Also you can use recently used applications to see who is actually using
 the apps without needing monitoring rules.



 On Wed, Apr 30, 2014 at 1:45 PM, Taxter, Latisha ltax...@kh.org wrote:

  Thank you.



 *From:* listsad...@lists.myitforum.com [mailto:
 listsad...@lists.myitforum.com] *On Behalf Of *Todd Hemsell
 *Sent:* Wednesday, April 30, 2014 11:40 AM
 *To:* mssms@lists.myitforum.com
 *Subject:* Re: [mssms] RE: mssms: Installed Application report



 use V_GS_INSTALLED_SOFTWARE



 On Wed, Apr 30, 2014 at 10:51 AM, Marcum, John jmar...@babc.com wrote:

  It will be basically unusable.



 *From:* listsad...@lists.myitforum.com [mailto:
 listsad...@lists.myitforum.com] *On Behalf Of *Taxter, Latisha
 *Sent:* Wednesday, April 30, 2014 10:50 AM
 *To:* mssms@lists.myitforum.com
 *Subject:* [mssms] mssms: Installed Application report



 Does anyone have a report they don’t mind sharing that would show the
 programs installed by collection using the Add/Remove programs information?

 Thanks.



 *Latisha Taxter*

 *Server Administrator III*


 Kootenai Health

 2003 Kootenai Health Way

 Coeur D’Alene, Idaho 83814

 ( *208-625-4192*
 È*509-953-9085*

 *ltax...@kh.org ltax...@kh.org*

 *http://www.kh.org http://www.kh.org*



 [image: cid:image001.jpg@01CEFC06.C6A6DA30]



 Confidentiality Statement: The contents of this email and any attachments
 are confidential. They are intended for the named recipients only. If you
 have received this email in error, please notify the system manager or the
 sender immediately and do not disclose or provide copies of the contents to
 anyone.
  --


 Confidentiality Notice: This e-mail is from a law firm and may be
 protected by the attorney-client or work product privileges. If you have
 received this message in error, please notify the sender by replying to
 this e-mail and then delete it from your computer.


  --


 Confidentiality Notice: This e-mail is from a law firm and may be
 protected by the attorney-client or work product privileges. If you have
 received this message in error, please notify the sender by replying to
 this e-mail and then delete it from your computer.



















[mssms] Remove Old Flash

2014-05-02 Thread Marcum, John
I think someone may have recently posted a script that will uninstall old Flash 
versions and install 13. Can you please repost that?

When I install 13 it is leaving 12 behind. Is that normal?








John Marcum
MCITP, MCTS, MCSA
   Sr. Desktop Architect
   Bradley Arant Boult Cummings LLP

  [H_Logo]




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.




Re: [mssms] Remove Old Flash

2014-05-02 Thread Zen Abra
Adobe has a Flash uninstaller that you can get from their site,
uninstall_flash_player.exe
that is supposed to
uninstall older versions. I beleive the silent switch is -uninstall.

On Fri, May 2, 2014 at 9:14 AM, Marcum, John jmar...@babc.com wrote:

  I think someone may have recently posted a script that will uninstall
 old Flash versions and install 13. Can you please repost that?



 When I install 13 it is leaving 12 behind. Is that normal?














  * -- *

 *John Marcum*

 MCITP, MCTS, MCSA
 *   Sr. Desktop Architect*

 *   Bradley Arant Boult Cummings LLP*
  * -- *

   [image: H_Logo]



 --

 Confidentiality Notice: This e-mail is from a law firm and may be
 protected by the attorney-client or work product privileges. If you have
 received this message in error, please notify the sender by replying to
 this e-mail and then delete it from your computer.






RE: [mssms] So basic Application question

2014-05-02 Thread Matt Wilkinson
+1

-Original Message-
From: Daniel Ratliff [mailto:dratl...@humana.com] 
Sent: 02 May 2014 13:58
To: mssms@lists.myitforum.com
Subject: RE: [mssms] So basic Application question

+1.

Daniel Ratliff

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Schwan, Phil
Sent: Friday, May 02, 2014 8:15 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] So basic Application question

Same here...I'd definitely be interested.

-Phil

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Marcum, John
Sent: Friday, May 2, 2014 8:02 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] So basic Application question

I'd like to see this too. I'd setup a WebEx if you want to present this to a 
couple of us.

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Todd Hemsell
Sent: Friday, May 02, 2014 5:41 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] So basic Application question

Kim, Jason, and anyone else that is interested I would be glad to explain this 
in depth to you using visio diagrams and internal email threads, but only 
offline. I seem to be incapable of explaining this succinctly. I would be glad 
to explain to you so you guys could explain to others.
I even have SQL queries you can run to find these issues in your database.

if interested email me at todd-DOT-hemsell-AT-exterran-DOT-com

/Todd

On Wed, Apr 30, 2014 at 2:13 PM, Todd Hemsell hems...@gmail.com wrote:
  So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence

 sure you do provided the superseded app is deployed simulate and not 
 mandatory OR if the detection rule on the older version says this 
 version or greater
 In either case it will deploy the newer app, but if the older version 
 is mandatory, it will then remove the newer version and install the 
 older version (if the install supports it) It will go into a loop.
 Seen that a few times.

 We strictly deploy applications to EITHER users OR computers, but 
 never the same app to both.

 If you deploy an app to a user and deploy the superseded version to 
 the system as simulated then the app will upgrade.

 All of the scenarios I am listing out I have verified by forcing M$ to 
 answer the question resulting in them going into the lab and 
 reproducing the behavior. Only after they reproduce it do I add it to 
 our polies and procedures.

 On Wed, Apr 30, 2014 at 1:46 PM, Kim Oppalfens kim.oppalf...@oscc.be wrote:
 I'll try to explain what I know in the simplest way possible.
 (although that is hard)

 Supersedence in itself only kicks in when a resource receives a policy for 
 both the old and the new app.
 (There's some exceptions here, that I'll leave out because I am 
 trying the simple approach, but a user or computer needs to receive both.) 
 So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence.

 On the other hand, if you only receive the new app. Supersedence will 
 uninstall the old app when detected. Even when not installed by cm.
 I think Todd is referring to the option of making a mandatory deployment to 
 users that have the available app installed, which is yet another special 
 case.

 Supersedence is actually a breeze, it gets complicated when you 
 involve uninstalls :-)

 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
 Sent: Wednesday, April 30, 2014 5:51 PM
 To: 'mssms@lists.myitforum.com'
 Subject: RE: [mssms] So basic Application question

 That's just plain silly. Is this classified as a bug




 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:48 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 no.

 Bear in mind my deployments are to users optional as was intended.
 None of this applies if it is to system. Or some of it might apply, but I do 
 not do deployments to systems except our 60 core apps.
 The other 1,100 apps are user optional via the software center

 So for user deployments the policy comes down to the users. So for the case 
 of superseded apps SCCM only sends the policy down to a USER + COMPUTER 
 combination that it knows has the application.

 Interestingly enough it actually does send all supersedance rules to all 
 users, but those are discarded by the client and never processed.
 There is a different flag on the ones where it knows the user + computer has 
 the app.

 Yes, incredibly complicated. This is the result of a 4 month case with MS. 
 It is difficult to even explain to people.

 On Wed, Apr 30, 2014 at 10:41 AM, Marcum, John 

RE: [mssms] Remove Old Flash

2014-05-02 Thread Marcum, John
Thanks!

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Zen Abra
Sent: Friday, May 02, 2014 8:20 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] Remove Old Flash

Adobe has a Flash uninstaller that you can get from their site, 
uninstall_flash_player.exe that is supposed to
uninstall older versions. I beleive the silent switch is -uninstall.
On Fri, May 2, 2014 at 9:14 AM, Marcum, John 
jmar...@babc.commailto:jmar...@babc.com wrote:
I think someone may have recently posted a script that will uninstall old Flash 
versions and install 13. Can you please repost that?

When I install 13 it is leaving 12 behind. Is that normal?








John Marcum
MCITP, MCTS, MCSA
   Sr. Desktop Architect
   Bradley Arant Boult Cummings LLP

  [H_Logo]




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.





Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Re: [mssms] So basic Application question

2014-05-02 Thread Troy Martin
+1

Sent from my iPad

 On May 2, 2014, at 9:24 AM, Matt Wilkinson mwilkin...@lcb.ac.uk wrote:

 +1

 -Original Message-
 From: Daniel Ratliff [mailto:dratl...@humana.com]
 Sent: 02 May 2014 13:58
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 +1.

 Daniel Ratliff

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Schwan, Phil
 Sent: Friday, May 02, 2014 8:15 AM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 Same here...I'd definitely be interested.

 -Phil

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Marcum, John
 Sent: Friday, May 2, 2014 8:02 AM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 I'd like to see this too. I'd setup a WebEx if you want to present this to a 
 couple of us.

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Todd Hemsell
 Sent: Friday, May 02, 2014 5:41 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 Kim, Jason, and anyone else that is interested I would be glad to explain 
 this in depth to you using visio diagrams and internal email threads, but 
 only offline. I seem to be incapable of explaining this succinctly. I would 
 be glad to explain to you so you guys could explain to others.
 I even have SQL queries you can run to find these issues in your database.

 if interested email me at todd-DOT-hemsell-AT-exterran-DOT-com

 /Todd

 On Wed, Apr 30, 2014 at 2:13 PM, Todd Hemsell hems...@gmail.com wrote:
 So when a computer receives the policy for old app, and the the user
 receives it for the new app, you don't have supersedence

 sure you do provided the superseded app is deployed simulate and not
 mandatory OR if the detection rule on the older version says this
 version or greater
 In either case it will deploy the newer app, but if the older version
 is mandatory, it will then remove the newer version and install the
 older version (if the install supports it) It will go into a loop.
 Seen that a few times.

 We strictly deploy applications to EITHER users OR computers, but
 never the same app to both.

 If you deploy an app to a user and deploy the superseded version to
 the system as simulated then the app will upgrade.

 All of the scenarios I am listing out I have verified by forcing M$ to
 answer the question resulting in them going into the lab and
 reproducing the behavior. Only after they reproduce it do I add it to
 our polies and procedures.

 On Wed, Apr 30, 2014 at 1:46 PM, Kim Oppalfens kim.oppalf...@oscc.be 
 wrote:
 I'll try to explain what I know in the simplest way possible.
 (although that is hard)

 Supersedence in itself only kicks in when a resource receives a policy for 
 both the old and the new app.
 (There's some exceptions here, that I'll leave out because I am
 trying the simple approach, but a user or computer needs to receive both.) 
 So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence.

 On the other hand, if you only receive the new app. Supersedence will 
 uninstall the old app when detected. Even when not installed by cm.
 I think Todd is referring to the option of making a mandatory deployment to 
 users that have the available app installed, which is yet another special 
 case.

 Supersedence is actually a breeze, it gets complicated when you
 involve uninstalls :-)

 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
 Sent: Wednesday, April 30, 2014 5:51 PM
 To: 'mssms@lists.myitforum.com'
 Subject: RE: [mssms] So basic Application question

 That's just plain silly. Is this classified as a bug




 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:48 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 no.

 Bear in mind my deployments are to users optional as was intended.
 None of this applies if it is to system. Or some of it might apply, but I 
 do not do deployments to systems except our 60 core apps.
 The other 1,100 apps are user optional via the software center

 So for user deployments the policy comes down to the users. So for the case 
 of superseded apps SCCM only sends the policy down to a USER + COMPUTER 
 combination that it knows has the application.

 Interestingly enough it actually does send all supersedance rules to all 
 users, but those are discarded by the client and never processed.
 There is a different flag on the ones where it knows the user + computer 
 has the app.

 Yes, incredibly complicated. This is the result of a 4 

[mssms] IE patch

2014-05-02 Thread Thomas Gonzalez
Has anyone had issues after installing yesterdays patch and the sccm console 
cannot connect to the site?



Sent by a new device with Windows





[mssms] SCCM 2012 + Collecting sqlserver info within Hardware Inventory?

2014-05-02 Thread HELMS, DAVID C
I am trying to collect information about Sqlserver instances within WMI.  I was 
able to add this class in hardware inventory, but the location of this 
information can differ depending on the version of SQL installed.  Is there an 
easier way to be able to retrieve this without having to have multiple 
Namespace locations?

The Class ID seems to be the same but the namespace will vary.

Below is a snip it from the exported mof from SCCM 2012 on this namespace.  The 
highlighted part is what could be different depending on sql.


[ SMS_Report (TRUE),
  SMS_Group_Name (SqlServiceAdvancedProperty),
  SMS_Class_ID (MICROSOFT|SQLSERVICEADVANCEDPROPERTY|1.0),
  Namespace (rootMicrosoftSqlServerComputerManagement11) ]
class SqlServiceAdvancedProperty : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
UInt32 PropertyIndex;
[ SMS_Report (TRUE), key ]
String PropertyName;
[ SMS_Report (TRUE), key ]
String ServiceName;
[ SMS_Report (TRUE), key ]
UInt32 SqlServiceType;
[ SMS_Report (TRUE) ]
Boolean IsReadOnly;
[ SMS_Report (TRUE) ]
UInt32 PropertyNumValue;
[ SMS_Report (TRUE) ]
String PropertyStrValue;
[ SMS_Report (TRUE) ]
UInt32 PropertyValueType;
};





RE: [mssms] How to get a list of browsers, versions, plug-ins, and browser history?

2014-05-02 Thread James Avery
Thank you Todd! I'll do my testing and see what I can come up with.

Thank you everyone again for all the help.
James

-Original Message-
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Todd Hemsell
Sent: Friday, May 02, 2014 5:37 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] How to get a list of browsers, versions, plug-ins, and 
browser history?

If I had to do this I would use this utility 
http://www.nirsoft.net/utils/browsing_history_view.html
And script a solution that put the information into WMI somewhere.

It includes the url, the user, how many times they accessed the site, and with 
what browser. He already did all the heavy lifting, you would just need to 
stick into WMI and collect it.

I would recommend implementing a GPO that prevented users from deleting the 
browser history http://technet.microsoft.com/en-us/magazine/dd349812.aspx

Then I would set the number of days to retain history using GPO 
Disable “Configuring History” 
Here is a good guide
http://maximumpcguides.com/windows-7/disable-configuring-history-in-internet-explorer/

Despite the naysayers I think It could be done as long as you do not want to 
run a report like all browser history for all users for all time Maybe only run 
the script to collect the data once a week so the differences do not keep 
coming up in HINV files and do not go into inventory history in the database 
Even better would be to run it every X days where X coincides with number of 
days to keep history and your delete aged inventory history settings

Also if you have a large site and a small server this might not be a good idea. 
But if you are asking how to do this I doubt you are on a large site with a 
proxy server etc because that is the appropriate place to do this, not sccm. 
But, it can be done, and not too difficult either.

Sherry could pound this out in an hour or 2 quite easily.

You're welcome :-)

On Thu, May 1, 2014 at 3:33 PM, Daniel Ratliff dratl...@humana.com wrote:
 Can you not do that from your firewall? Do you have a proxy or 
 something like Websense or Zscaler?



 Pulling that data from the workstation is going to be pretty painful.



 Daniel Ratliff



 From: listsad...@lists.myitforum.com 
 [mailto:listsad...@lists.myitforum.com]
 On Behalf Of James Avery
 Sent: Thursday, May 01, 2014 4:19 PM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] How to get a list of browsers, versions, 
 plug-ins, and browser history?



 I need to get all website history off of workstations. Thoughts?







 From: listsad...@lists.myitforum.com 
 [mailto:listsad...@lists.myitforum.com]
 On Behalf Of christopher.catl...@us.sogeti.com
 Sent: Thursday, May 01, 2014 12:55 PM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] How to get a list of browsers, versions, 
 plug-ins, and browser history?



 IE plugins you can get through wmi / registry (will have to extend 
 your
 classes)



 chrome / firefox will be a big mess. (most likely going to have to 
 look at file locations)



 Sent from Windows Mail



 From: James Avery
 Sent: ‎Thursday‎, ‎May‎ ‎1‎, ‎2014 ‎12‎:‎28‎ ‎PM
 To: mssms@lists.myitforum.com



 Any idea about plug-ins?



 From: listsad...@lists.myitforum.com 
 [mailto:listsad...@lists.myitforum.com]
 On Behalf Of Jeff Poling
 Sent: Thursday, May 01, 2014 10:42 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] How to get a list of browsers, versions, 
 plug-ins, and browser history?



 I agree with Chris that browser history in a report is not a good 
 idea.  You can get the browsers installed by using the Asset 
 Intelligence report Software 02D - Computers with a Specific Software 
 Installed.



  If you want to do something custom, I am using the query below to 
 create a report that prompts for application name.  It's rough, but 
 works for my
 purposes:



 Select

  sys.Netbios_Name0,

  sys.User_Domain0,

  sys.User_Name0,

  sys.Operating_System_Name_and0,

  arp.DisplayName0,

   ARP.Version0

 FROM

  v_R_System sys

   JOIN v_Add_Remove_Programs arp ON sys.ResourceID = 
 arp.ResourceID

 WHERE

  Displayname0 like '%' +@ApplicationName+ '%'





 On Thu, May 1, 2014 at 10:31 AM, christopher.catl...@us.sogeti.com wrote:

 browser history in a report, thats gonna be a HUGE report.



 Bad idea.



 As for what versions of what browser, use the installed software reports.



 you could run a custom report, and just list the browsers that you 
 care about.



 Sent from Windows Mail



 From: James Avery
 Sent: ‎Thursday‎, ‎May‎ ‎1‎, ‎2014 ‎11‎:‎18‎ ‎AM
 To: mssms@lists.myitforum.com



 Guys I'm trying to figure out a SSRS report in SCCM 2012 R2 to allow 
 me to gather a list of browsers, versions, plug-ins and browser 
 history from each PC.

 Thoughts?

 James














 The information transmitted is intended only for the person or entity 
 to which it is addressed and may contain CONFIDENTIAL material. If you 
 

Re: [mssms] So basic Application question

2014-05-02 Thread Todd Hemsell
let me ask if I can do a demo.

On Fri, May 2, 2014 at 8:50 AM, Troy Martin troy.mar...@1e.com wrote:
 +1

 Sent from my iPad

 On May 2, 2014, at 9:24 AM, Matt Wilkinson mwilkin...@lcb.ac.uk wrote:

 +1

 -Original Message-
 From: Daniel Ratliff [mailto:dratl...@humana.com]
 Sent: 02 May 2014 13:58
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 +1.

 Daniel Ratliff

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Schwan, Phil
 Sent: Friday, May 02, 2014 8:15 AM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 Same here...I'd definitely be interested.

 -Phil

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Marcum, John
 Sent: Friday, May 2, 2014 8:02 AM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 I'd like to see this too. I'd setup a WebEx if you want to present this to a 
 couple of us.

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Todd Hemsell
 Sent: Friday, May 02, 2014 5:41 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 Kim, Jason, and anyone else that is interested I would be glad to explain 
 this in depth to you using visio diagrams and internal email threads, but 
 only offline. I seem to be incapable of explaining this succinctly. I would 
 be glad to explain to you so you guys could explain to others.
 I even have SQL queries you can run to find these issues in your database.

 if interested email me at todd-DOT-hemsell-AT-exterran-DOT-com

 /Todd

 On Wed, Apr 30, 2014 at 2:13 PM, Todd Hemsell hems...@gmail.com wrote:
 So when a computer receives the policy for old app, and the the user
 receives it for the new app, you don't have supersedence

 sure you do provided the superseded app is deployed simulate and not
 mandatory OR if the detection rule on the older version says this
 version or greater
 In either case it will deploy the newer app, but if the older version
 is mandatory, it will then remove the newer version and install the
 older version (if the install supports it) It will go into a loop.
 Seen that a few times.

 We strictly deploy applications to EITHER users OR computers, but
 never the same app to both.

 If you deploy an app to a user and deploy the superseded version to
 the system as simulated then the app will upgrade.

 All of the scenarios I am listing out I have verified by forcing M$ to
 answer the question resulting in them going into the lab and
 reproducing the behavior. Only after they reproduce it do I add it to
 our polies and procedures.

 On Wed, Apr 30, 2014 at 1:46 PM, Kim Oppalfens kim.oppalf...@oscc.be 
 wrote:
 I'll try to explain what I know in the simplest way possible.
 (although that is hard)

 Supersedence in itself only kicks in when a resource receives a policy for 
 both the old and the new app.
 (There's some exceptions here, that I'll leave out because I am
 trying the simple approach, but a user or computer needs to receive both.) 
 So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence.

 On the other hand, if you only receive the new app. Supersedence will 
 uninstall the old app when detected. Even when not installed by cm.
 I think Todd is referring to the option of making a mandatory deployment 
 to users that have the available app installed, which is yet another 
 special case.

 Supersedence is actually a breeze, it gets complicated when you
 involve uninstalls :-)

 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
 Sent: Wednesday, April 30, 2014 5:51 PM
 To: 'mssms@lists.myitforum.com'
 Subject: RE: [mssms] So basic Application question

 That's just plain silly. Is this classified as a bug




 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:48 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 no.

 Bear in mind my deployments are to users optional as was intended.
 None of this applies if it is to system. Or some of it might apply, but I 
 do not do deployments to systems except our 60 core apps.
 The other 1,100 apps are user optional via the software center

 So for user deployments the policy comes down to the users. So for the 
 case of superseded apps SCCM only sends the policy down to a USER + 
 COMPUTER combination that it knows has the application.

 Interestingly enough it actually does send all supersedance rules to all 
 users, but those are discarded by the client and never processed.
 There is a different flag on the ones where 

[mssms] Local Cache Versions

2014-05-02 Thread Beardsley, James
Question about the local cache. The common scenario I run into (common for me 
at least) is I have an app that I push out to a machine and it downloads to 
cache. Then I realize I need to make a change to the install script for example 
so I update the content to include the new version of the install script (rest 
of the files stay the same). As you know, it creates a new cache folder for the 
new version that's identical to the old version, just the script file has been 
updated. Why wouldn't it just update the one file that has changed in the 
existing cache folder? Seems to me that this is just needlessly taking up extra 
space. Especially if the app is several hundred MB, not only does it take extra 
time to re-download the entire package source but it would also require double 
the hdd space. It did that in 2007 as well (correct me if I'm wrong) so I guess 
I'm just curious if anyone knows the reasoning behind that - maybe I'm not 
thinking of something. What's the logic for keeping old versions of cache if 
its never going to be used again? And also, is there a way to programmatically 
remove the cache folder for an old version? Or does it do that on its own after 
a certain period of time?

Thanks,
James Beardsley | Firm Technology Group
Dixon Hughes Goodman LLP

[Description: Description: Description: cid:image001.jpg@01CBF393.89973000]



IRS Compliance: Any tax advice contained in this communication (including any 
attachments) is not intended or written to be used, and cannot be used, for the 
purpose of (i) avoiding penalties imposed under the Internal Revenue Code or 
applicable state or local tax law or (ii) promoting, marketing, or recommending 
to another party any transaction or matter addressed herein.



Confidentiality Notice: This e-mail is intended only for the addressee named 
above. It contains information that is privileged, confidential or otherwise 
protected from use and disclosure. If you are not the intended recipient, you 
are hereby notified that any review, disclosure, copying, or dissemination of 
this transmission, or taking of any action in reliance on its contents, or 
other use is strictly prohibited. If you have received this transmission in 
error, please reply to the sender listed above immediately and permanently 
delete this message from your inbox. Thank you for your cooperation.





RE: [mssms] So basic Application question

2014-05-02 Thread Siddharth Sharma
Hi

Even i would like to join the session as even my client is planning to upgrade 
office 2010..

Sent from my Windows Phone

From: Todd Hemsellmailto:hems...@gmail.com
Sent: ‎02-‎05-‎2014 20:28
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: Re: [mssms] So basic Application question

let me ask if I can do a demo.

On Fri, May 2, 2014 at 8:50 AM, Troy Martin troy.mar...@1e.com wrote:
 +1

 Sent from my iPad

 On May 2, 2014, at 9:24 AM, Matt Wilkinson mwilkin...@lcb.ac.uk wrote:

 +1

 -Original Message-
 From: Daniel Ratliff [mailto:dratl...@humana.com]
 Sent: 02 May 2014 13:58
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 +1.

 Daniel Ratliff

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Schwan, Phil
 Sent: Friday, May 02, 2014 8:15 AM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 Same here...I'd definitely be interested.

 -Phil

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Marcum, John
 Sent: Friday, May 2, 2014 8:02 AM
 To: mssms@lists.myitforum.com
 Subject: RE: [mssms] So basic Application question

 I'd like to see this too. I'd setup a WebEx if you want to present this to a 
 couple of us.

 -Original Message-
 From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] 
 On Behalf Of Todd Hemsell
 Sent: Friday, May 02, 2014 5:41 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 Kim, Jason, and anyone else that is interested I would be glad to explain 
 this in depth to you using visio diagrams and internal email threads, but 
 only offline. I seem to be incapable of explaining this succinctly. I would 
 be glad to explain to you so you guys could explain to others.
 I even have SQL queries you can run to find these issues in your database.

 if interested email me at todd-DOT-hemsell-AT-exterran-DOT-com

 /Todd

 On Wed, Apr 30, 2014 at 2:13 PM, Todd Hemsell hems...@gmail.com wrote:
 So when a computer receives the policy for old app, and the the user
 receives it for the new app, you don't have supersedence

 sure you do provided the superseded app is deployed simulate and not
 mandatory OR if the detection rule on the older version says this
 version or greater
 In either case it will deploy the newer app, but if the older version
 is mandatory, it will then remove the newer version and install the
 older version (if the install supports it) It will go into a loop.
 Seen that a few times.

 We strictly deploy applications to EITHER users OR computers, but
 never the same app to both.

 If you deploy an app to a user and deploy the superseded version to
 the system as simulated then the app will upgrade.

 All of the scenarios I am listing out I have verified by forcing M$ to
 answer the question resulting in them going into the lab and
 reproducing the behavior. Only after they reproduce it do I add it to
 our polies and procedures.

 On Wed, Apr 30, 2014 at 1:46 PM, Kim Oppalfens kim.oppalf...@oscc.be 
 wrote:
 I'll try to explain what I know in the simplest way possible.
 (although that is hard)

 Supersedence in itself only kicks in when a resource receives a policy for 
 both the old and the new app.
 (There's some exceptions here, that I'll leave out because I am
 trying the simple approach, but a user or computer needs to receive both.) 
 So when a computer receives the policy for old app, and the the user 
 receives it for the new app, you don't have supersedence.

 On the other hand, if you only receive the new app. Supersedence will 
 uninstall the old app when detected. Even when not installed by cm.
 I think Todd is referring to the option of making a mandatory deployment 
 to users that have the available app installed, which is yet another 
 special case.

 Supersedence is actually a breeze, it gets complicated when you
 involve uninstalls :-)

 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
 Sent: Wednesday, April 30, 2014 5:51 PM
 To: 'mssms@lists.myitforum.com'
 Subject: RE: [mssms] So basic Application question

 That's just plain silly. Is this classified as a bug




 -Original Message-
 From: listsad...@lists.myitforum.com
 [mailto:listsad...@lists.myitforum.com] On Behalf Of Todd Hemsell
 Sent: Wednesday, April 30, 2014 10:48 AM
 To: mssms@lists.myitforum.com
 Subject: Re: [mssms] So basic Application question

 no.

 Bear in mind my deployments are to users optional as was intended.
 None of this applies if it is to system. Or some of it might apply, but I 
 do not do deployments to systems except our 60 core apps.
 The other 1,100 apps are user optional via the software center

 So for user deployments the policy comes 

RE: [mssms] Re: Unable to install SCCM Client

2014-05-02 Thread Greg DeGuire
We are seeing this issue on about 90 machines (according to reports in CM12). 
Have no idea what the issue is. If you run the same query in WBEMTEST manually, 
it works. However when the client attempts to repair itself its running as 
system (the /SERVICE switch) and failing.

Any more info on this? I am stumped…

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Gaurav Verma
Sent: Monday, April 28, 2014 2:19 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Re: Unable to install SCCM Client

Hi Jason
Kindly find the attached log file got after running WMIDIag.vbs script .System 
is Windows 7 Ent 64 bit .
Already recreated the WMI  repository and reregister Wbem DLL .Checkeed WMI 
connected through WBEMTEST and found OK Still the errors are same..CCMSETUP.exe 
is showing and getting stuck  in services pane .Also tried to clean uninstall 
and reinstall SCCM CLient .
CCMSETUP.log Entries below

CheckandlogOS information failed with 0x80041013
CcmGetOSVersion failed with 0x80041013 ccmsetup 7.4.2014 15:23:03 10708 (0x29D4)
Failed to get client version for sending messages to FSP. Error 0x8004100e 
ccmsetup 7.4.2014 15:23:03 8536 (0x2158)
CcmSetup failed with error code 0x80041013


Thanks for your help and Support
Gaurav


On Tue, Apr 8, 2014 at 2:00 PM, Gaurav Verma 
gauravkr.ve...@gmail.commailto:gauravkr.ve...@gmail.com wrote:
Hi All

I am unable to install SCCM Client on one of our machine. SCCM Client is 
successfully installed on all the other machines of the same site .I have 
checked the SCCM Client prerequsities ,rebuild WMI,check WMI remote 
connections,checked DCOM Settings ,checked admin priveliages,checked firewall 
settings,admin$ access,tried to do local install through PSExec and also did 
manual as well as automatic uninstall but still I am not getting rid of 
following errors in ccmsetup.log


CcmGetOSVersion failed with 0x80041013 ccmsetup 7.4.2014 15:23:03 10708 (0x29D4)
Failed to get client version for sending messages to FSP. Error 0x8004100e 
ccmsetup 7.4.2014 15:23:03 8536 (0x2158)
CcmSetup failed with error code 0x80041013


Any help will be highly appreciated

Thanks
Gaurav






RE: [mssms] SCCM 2012 + Collecting sqlserver info within Hardware Inventory?

2014-05-02 Thread Dan Thomson
I think you're stuck with the three inventory specifications.

I looked at this a couple weeks ago and found the local WMI view provider to be 
a limiter.  I was hoping to create a custom WMI class that joined the various 
source locations of the SQL data.  Unfortunately, the view provider fails to 
perform the join if any specified class does not exist or does not have 
instances.  I'm not a WMI expert and could have missed something that would 
have allowed this to work.

A second thought was to deploy a script that could detect valid SQL classes and 
dynamically create the class described above.  That was a bit complex though.

In the end, I just modified my configuration mof to add the three SQL classes 
and then created a SCCM SQL view that performed a Union All on the three newly 
created inventory tables.

The data was being consumed by another solution, so presentation in SCCM wasn't 
important.

If I had time, I'd probably opt for my second option since it would keep things 
cleaner -even though implementation would be a bit more complex and it relied 
on sw dist.

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of HELMS, DAVID C
Sent: Friday, May 02, 2014 10:49 AM
To: mssms@lists.myitforum.com
Subject: [mssms] SCCM 2012 + Collecting sqlserver info within Hardware 
Inventory?

I am trying to collect information about Sqlserver instances within WMI.  I was 
able to add this class in hardware inventory, but the location of this 
information can differ depending on the version of SQL installed.  Is there an 
easier way to be able to retrieve this without having to have multiple 
Namespace locations?

The Class ID seems to be the same but the namespace will vary.

Below is a snip it from the exported mof from SCCM 2012 on this namespace.  The 
highlighted part is what could be different depending on sql.


[ SMS_Report (TRUE),
  SMS_Group_Name (SqlServiceAdvancedProperty),
  SMS_Class_ID (MICROSOFT|SQLSERVICEADVANCEDPROPERTY|1.0),
  Namespace (rootMicrosoftSqlServerComputerManagement11) ]
class SqlServiceAdvancedProperty : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
UInt32 PropertyIndex;
[ SMS_Report (TRUE), key ]
String PropertyName;
[ SMS_Report (TRUE), key ]
String ServiceName;
[ SMS_Report (TRUE), key ]
UInt32 SqlServiceType;
[ SMS_Report (TRUE) ]
Boolean IsReadOnly;
[ SMS_Report (TRUE) ]
UInt32 PropertyNumValue;
[ SMS_Report (TRUE) ]
String PropertyStrValue;
[ SMS_Report (TRUE) ]
UInt32 PropertyValueType;
};






[mssms] Does file collection still work in SCCM 2012 SP1?

2014-05-02 Thread Lindenfeld, Ivan
Seem to have it setup correctly...nada.

Ivan Lindenfeld
Manager, Enterprise Deployment/SCCM
Fidelity National Financial | Jacksonville, Florida


NOTICE: The information contained in this message is proprietary and/or 
confidential and may be privileged. If you are not the intended recipient of 
this communication, you are hereby notified to: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately.





[mssms] RE: Does file collection still work in SCCM 2012 SP1?

2014-05-02 Thread Garth Jones
Yes it does but... I generally don't recommend using it.  Why are you having 
problems with it?





Garth Jones
Chief Architect

www.Enhansoft.comhttp://www.enhansoft.com/
[Description: Description: 
cid:image001.jpg@01CC63FB.974F4EC0]http://www.enhansoft.com/
Enhancing Your Business
[Description: Description: Description: Description: Description: Description: 
Description: 
cid:image004.png@01CD5E19.F3C3A110]http://be.enhansoft.com/[Description: 
Description: Description: Description: Description: Description: Description: 
cid:image005.png@01CD5E19.F3C3A110]https://twitter.com/enhansoft[Description: 
Description: Description: Description: Description: Description: Description: 
cid:image006.jpg@01CD5E19.F3C3A110]http://www.facebook.com/EnhansoftInc[Description:
 Description: Description: Description: Description: Description: Description: 
Description: Description: Description: Description: Description: Description: 
Description: Description: Enhansoft's YouTube 
Page]http://www.youtube.com/user/Enhansoft/videos[Description: Description: 
Description: Description: Description: Description: Description: 
cid:image007.png@01CD5E19.F3C3A110]http://myitforum.com/myitforumwp/community/groups/enhansoft/
See us at booth #1240http://northamerica.msteched.com/#fbid=poJHUxb29bD
[cid:image007.jpg@01CF6624.A0EB6170]http://northamerica.msteched.com/#fbid=poJHUxb29bD

Ask Me About Our Free SSRS 
Reportshttp://www.enhansoft.com/pages/Free-SSRS-Reports.aspx


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Friday, May 2, 2014 4:33 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Does file collection still work in SCCM 2012 SP1?

Seem to have it setup correctly...nada.

Ivan Lindenfeld
Manager, Enterprise Deployment/SCCM
Fidelity National Financial | Jacksonville, Florida


NOTICE: The information contained in this message is proprietary and/or 
confidential and may be privileged. If you are not the intended recipient of 
this communication, you are hereby notified to: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately.






RE: [mssms] Remove Old Flash

2014-05-02 Thread Sherry Kissinger
Just in case... someone mentioned that here at work recently. What someone 
said... But I haven't confirmed, is that even tho you don't need a reboot... 
post reboot for any other reason and the old files are gone.  Just in case you 
haven't checked if that's the case for you, it's worth a try before you script 
something.

On May 2, 2014 8:31:31 AM CDT, Marcum, John jmar...@babc.com wrote:
Thanks!

From: listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] On Behalf Of Zen Abra
Sent: Friday, May 02, 2014 8:20 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] Remove Old Flash

Adobe has a Flash uninstaller that you can get from their site,
uninstall_flash_player.exe that is supposed to
uninstall older versions. I beleive the silent switch is -uninstall.
On Fri, May 2, 2014 at 9:14 AM, Marcum, John
jmar...@babc.commailto:jmar...@babc.com wrote:
I think someone may have recently posted a script that will uninstall
old Flash versions and install 13. Can you please repost that?

When I install 13 it is leaving 12 behind. Is that normal?








John Marcum
MCITP, MCTS, MCSA
   Sr. Desktop Architect
   Bradley Arant Boult Cummings LLP

  [H_Logo]




Confidentiality Notice: This e-mail is from a law firm and may be
protected by the attorney-client or work product privileges. If you
have received this message in error, please notify the sender by
replying to this e-mail and then delete it from your computer.





Confidentiality Notice: This e-mail is from a law firm and may be
protected by the attorney-client or work product privileges. If you
have received this message in error, please notify the sender by
replying to this e-mail and then delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be
protected by the attorney-client or work product privileges. If you
have received this message in error, please notify the sender by
replying to this e-mail and then delete it from your computer.

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.




Re: [mssms] SCCM 2012 + Collecting sqlserver info within Hardware Inventory?

2014-05-02 Thread Sherry Kissinger
Use this:  
http://myitforum.com/myitforumwp/2012/02/21/installed-sql-05-sql08-and-sql12-version-information-via-configmgr-hardware-inventory/

I haven't checked yet if I need to update that for sql 2014 I'll probably 
know that next week

On May 2, 2014 9:48:44 AM CDT, HELMS, DAVID C dahe...@scana.com wrote:
I am trying to collect information about Sqlserver instances within
WMI.  I was able to add this class in hardware inventory, but the
location of this information can differ depending on the version of SQL
installed.  Is there an easier way to be able to retrieve this without
having to have multiple Namespace locations?

The Class ID seems to be the same but the namespace will vary.

Below is a snip it from the exported mof from SCCM 2012 on this
namespace.  The highlighted part is what could be different depending
on sql.


[ SMS_Report (TRUE),
  SMS_Group_Name (SqlServiceAdvancedProperty),
  SMS_Class_ID (MICROSOFT|SQLSERVICEADVANCEDPROPERTY|1.0),
 Namespace (rootMicrosoftSqlServerComputerManagement11) ]
class SqlServiceAdvancedProperty : SMS_Class_Template
{
[ SMS_Report (TRUE), key ]
UInt32 PropertyIndex;
[ SMS_Report (TRUE), key ]
String PropertyName;
[ SMS_Report (TRUE), key ]
String ServiceName;
[ SMS_Report (TRUE), key ]
UInt32 SqlServiceType;
[ SMS_Report (TRUE) ]
Boolean IsReadOnly;
[ SMS_Report (TRUE) ]
UInt32 PropertyNumValue;
[ SMS_Report (TRUE) ]
String PropertyStrValue;
[ SMS_Report (TRUE) ]
UInt32 PropertyValueType;
};

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.




RE: [mssms] Remove Old Flash

2014-05-02 Thread Johns, Damon (DoJ)
I also found that 12 didn’t always uninstall cleanly when upgrading from 12 to 
13, I’ve included a specific msiexec /x uninstall argument in that script now. 
Seems that at some point, the automatic removal part of the adobe flash active 
x install started to become unreliable. Note that the script removes the 
previous version of 13 and not 12 but you just need to change the script re: 
MSI codes from the registry.

Cheers
Damon



From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Daniel Ratliff
Sent: Friday, 2 May 2014 11:23 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Remove Old Flash

In case that wont, here is Damon’s email.

Daniel Ratliff

From: listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Zen Abra
Sent: Friday, May 02, 2014 9:20 AM
To: mssms@lists.myitforum.commailto:mssms@lists.myitforum.com
Subject: Re: [mssms] Remove Old Flash

Adobe has a Flash uninstaller that you can get from their site, 
uninstall_flash_player.exe that is supposed to
uninstall older versions. I beleive the silent switch is -uninstall.
On Fri, May 2, 2014 at 9:14 AM, Marcum, John 
jmar...@babc.commailto:jmar...@babc.com wrote:
I think someone may have recently posted a script that will uninstall old Flash 
versions and install 13. Can you please repost that?

When I install 13 it is leaving 12 behind. Is that normal?








John Marcum
MCITP, MCTS, MCSA
   Sr. Desktop Architect
   Bradley Arant Boult Cummings LLP

  [H_Logo]




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



The information transmitted is intended only for the person or entity to which 
it is addressed
and may contain CONFIDENTIAL material. If you receive this material/information 
in error,
please contact the sender and delete or destroy the material/information.




CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by 
legal professional privilege, and is intended only for the person or persons to 
whom it is addressed. If you are not such a person, you are warned that any 
disclosure, copying or dissemination of the information is unauthorised. If you 
have received the transmission in error, please immediately contact this office 
by telephone, fax or email, to inform us of the error and to enable 
arrangements to be made for the destruction of the transmission, or its return 
at our cost. No liability is accepted for any unauthorised use of the 
information contained in this transmission.

'
'Script Details:
' --
' This script determines processor architecture and installs Flash 13.0.0.182
'
''
Option Explicit

'Declare Variables and constants
Dim objShell, intErrorCode, varProcessor, objFSO, strUninstallString

'Create objects
Set objShell = CreateObject(WScript.Shell)
Set objFSO = CreateObject(scripting.filesystemobject)
varProcessor = objShell.RegRead(HKLM\SYSTEM\CurrentControlSet\Control\Session 
Manager\Environment\PROCESSOR_ARCHITECTURE)

On Error Resume Next

If varProcessor = x86 Then

'Uninstall previous version of Adobe Flash Player Plugin 13.0.0.182
strUninstallString = 
objShell.RegRead(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{28ADCCAD-3C23-44A1-A93F-47AA176F7AD7}\DisplayName)
If Len(strUninstallString)  0 Then
objShell.Run MsiExec.exe /x {28ADCCAD-3C23-44A1-A93F-47AA176F7AD7} /q 
/norestart,0,True
End If

'Uninstall previous version of Adobe Flash Player Active X Control Plugin 
13.0.0.182
strUninstallString = 
objShell.RegRead(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8F9B1C8E-F50E-4139-8701-45016021E102}\DisplayName)
If Len(strUninstallString)  0 Then
objShell.Run MsiExec.exe /x {8F9B1C8E-F50E-4139-8701-45016021E102} /q 
/norestart,0,True
End If

'Install Flash and copy cfg file
intErrorCode = intErrorCode + objShell.Run(msiexec /i   
objShell.CurrentDirectory  \install_flash_player_13_active_x.msi /qn 
/norestart REBOOT=ReallySuppress EULA_ACCEPT=YES 
SUPPRESS_APP_LAUNCH=YES,0,True)
intErrorCode = objshell.Run(msiexec /i   objShell.CurrentDirectory  
\install_flash_player_13_plugin.msi /qn /norestart REBOOT=ReallySuppress 
EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES,0,True)
objFSO.CopyFile objshell.CurrentDirectory  \mms.cfg, 
C:\windows\system32\Macromed\Flash\mms.cfg, true

Else

'Uninstall previous version of Adobe Flash Player Plugin 13.0.0.182
strUninstallString =