Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
I've got working solution with the following Run Command Line -step 
during WinPE -phase, after Apply OS -step:


/%windir%\system32\dism.exe /Image:%OSDisk% 
/ScratchDir:%OSDisk%\Windows\Temp /Add-Package /Package/PackagePath:%CD%/


And of course the package used in the step is the package that contains 
the KMDF. Same works for language packs also.





On 16.9.2014 16:48, Daniel Ratliff wrote:


could never get it to work, when the machine would run through windows 
setup the update would install and then windows setup would bomb 
because this update was needed.


If I rebooted the machine and looked at the image from WinPE, DISM 
showed the update as ‘Install Pending’.


We ended up rebuilding our image.








Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen

Just try the method I described earlier:

/%windir%\system32\dism.exe /Image:%OSDisk% 
/ScratchDir:%OSDisk%\Windows\Temp /Add-Package /Package/PackagePath:%CD%



/

On 16.9.2014 20:15, Taxter, Latisha wrote:


Here are the logs from a few minutes ago.. I will go peruse them 
myself to see if they point me to what the issue is.


*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling

*Sent:* Tuesday, September 16, 2014 7:11 AM
*To:* mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I looked a little deeper at what I did - it works successfully.  I 
have the steps to inject the KMDF directly after the Apply Operating 
System Step and prior to installation of any other driver packages.


It's working successfully at the one client where I implemented it.  
As others have said, it's likely easiest to use DISM to update your 
WIM; however, I was not in a position to do that at the time I 
implemented this.


So, try moving your KMDF steps to just after the OS gets applied and 
see if that helps.


Thanks,

Jeff



From: dratl...@humana.com mailto:dratl...@humana.com
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 13:48:30 +

I tried Dustin’s method as well, because of new models that needed the 
KMDF and we were not ready to rebuild our base image.


We could never get it to work, when the machine would run through 
windows setup the update would install and then windows setup would 
bomb because this update was needed.


If I rebooted the machine and looked at the image from WinPE, DISM 
showed the update as ‘Install Pending’.


We ended up rebuilding our image.

*Daniel Ratliff*

*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling

*Sent:* Tuesday, September 16, 2014 9:24 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

Try checking the box for Package  and select the package that 
contains the KMDF install.


Jeff



From: ltax...@kh.org mailto:ltax...@kh.org
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 00:06:17 +

Thanks.

This is what I have.. tried it both with command line and package.. I 
am assuming I don’t have something set correctly.


*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling

*Sent:* Monday, September 15, 2014 5:03 PM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I've done it successfully at a client.  I will get exactly what I did 
and send it to you tomorrow, unless someone else responds sooner.


Jeff

Sent from my Windows Phone



*From: *Taxter, Latisha mailto:ltax...@kh.org
*Sent: *‎9/‎15/‎2014 6:07 PM
*To: *mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject: *[mssms]Kernel Mode Driver Framework

Has anyone been able to inject this using command line? Following this 
article :- 
http://deploymentramblings.wordpress.com/2013/10/24/osd-injecting-the-windows-7-kernel-mode-driver-framework-kmdf/


It fails after creating the scratch directory and I can’t find 
anything is smsts.log that helps.


Any other ways of doing this other than updating the image directly?

Thanks.

*Latisha Taxter*

*/Server Administrator III/*


Kootenai Health

2003 Kootenai Health Way

Coeur D’Alene, Idaho 83814

(///208-625-4192/
*/ltax...@kh.org mailto:ltax...@kh.org/*

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

cid:image001.jpg@01CEFC06.C6A6DA30


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]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
That's because you didn't mark the checkbox next to the package in the 
Run Commandline Step you posted earlier...


-T


On 16.9.2014 20:25, Taxter, Latisha wrote:


So dism log is correct.. I checked on c:\ in the packages folder and 
that package was not copied down to the ts package location.  I’m not 
sure why. Checking package settings


*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Taxter, Latisha

*Sent:* Tuesday, September 16, 2014 10:16 AM
*To:* mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

Here are the logs from a few minutes ago.. I will go peruse them 
myself to see if they point me to what the issue is.


*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling

*Sent:* Tuesday, September 16, 2014 7:11 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I looked a little deeper at what I did - it works successfully.  I 
have the steps to inject the KMDF directly after the Apply Operating 
System Step and prior to installation of any other driver packages.


It's working successfully at the one client where I implemented it.  
As others have said, it's likely easiest to use DISM to update your 
WIM; however, I was not in a position to do that at the time I 
implemented this.


So, try moving your KMDF steps to just after the OS gets applied and 
see if that helps.


Thanks,

Jeff



From: dratl...@humana.com mailto:dratl...@humana.com
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 13:48:30 +

I tried Dustin’s method as well, because of new models that needed the 
KMDF and we were not ready to rebuild our base image.


We could never get it to work, when the machine would run through 
windows setup the update would install and then windows setup would 
bomb because this update was needed.


If I rebooted the machine and looked at the image from WinPE, DISM 
showed the update as ‘Install Pending’.


We ended up rebuilding our image.

*Daniel Ratliff*

*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling

*Sent:* Tuesday, September 16, 2014 9:24 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

Try checking the box for Package  and select the package that 
contains the KMDF install.


Jeff



From: ltax...@kh.org mailto:ltax...@kh.org
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 00:06:17 +

Thanks.

This is what I have.. tried it both with command line and package.. I 
am assuming I don’t have something set correctly.


*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling

*Sent:* Monday, September 15, 2014 5:03 PM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I've done it successfully at a client.  I will get exactly what I did 
and send it to you tomorrow, unless someone else responds sooner.


Jeff

Sent from my Windows Phone



*From: *Taxter, Latisha mailto:ltax...@kh.org
*Sent: *‎9/‎15/‎2014 6:07 PM
*To: *mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject: *[mssms]Kernel Mode Driver Framework

Has anyone been able to inject this using command line? Following this 
article :- 
http://deploymentramblings.wordpress.com/2013/10/24/osd-injecting-the-windows-7-kernel-mode-driver-framework-kmdf/


It fails after creating the scratch directory and I can’t find 
anything is smsts.log that helps.


Any other ways of doing this other than updating the image directly?

Thanks.

*Latisha Taxter*

*/Server Administrator III/*


Kootenai Health

2003 Kootenai Health Way

Coeur D’Alene, Idaho 83814

(///208-625-4192/
*/ltax...@kh.org mailto:ltax...@kh.org/*

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

cid:image001.jpg@01CEFC06.C6A6DA30


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]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
%CD% = Current Directory and when you have the package used in the Run 
Commandline -step,
the %CD% resolves to the path where the actual package content is 
downloaded.




On 16.9.2014 20:30, Taxter, Latisha wrote:


What is %cd%.

I have OSDisk defined. Don’t have CD

*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Tuomo Leppänen

*Sent:* Tuesday, September 16, 2014 10:26 AM
*To:* mssms@lists.myitforum.com
*Subject:* Re: [mssms]Kernel Mode Driver Framework

Just try the method I described earlier:

/%windir%\system32\dism.exe /Image:%OSDisk% 
/ScratchDir:%OSDisk%\Windows\Temp /Add-Package /Package/PackagePath:%CD%




/

On 16.9.2014 20:15, Taxter, Latisha wrote:

Here are the logs from a few minutes ago.. I will go peruse them
myself to see if they point me to what the issue is.

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling
*Sent:* Tuesday, September 16, 2014 7:11 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I looked a little deeper at what I did - it works successfully.  I
have the steps to inject the KMDF directly after the Apply
Operating System Step and prior to installation of any other
driver packages.

It's working successfully at the one client where I implemented
it.  As others have said, it's likely easiest to use DISM to
update your WIM; however, I was not in a position to do that at
the time I implemented this.

So, try moving your KMDF steps to just after the OS gets applied
and see if that helps.

Thanks,

Jeff



From: dratl...@humana.com mailto:dratl...@humana.com
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 13:48:30 +

I tried Dustin’s method as well, because of new models that needed
the KMDF and we were not ready to rebuild our base image.

We could never get it to work, when the machine would run through
windows setup the update would install and then windows setup
would bomb because this update was needed.

If I rebooted the machine and looked at the image from WinPE, DISM
showed the update as ‘Install Pending’.

We ended up rebuilding our image.

*Daniel Ratliff*

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling
*Sent:* Tuesday, September 16, 2014 9:24 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

Try checking the box for Package  and select the package that
contains the KMDF install.

Jeff



From: ltax...@kh.org mailto:ltax...@kh.org
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 00:06:17 +

Thanks.

This is what I have.. tried it both with command line and
package.. I am assuming I don’t have something set correctly.

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling
*Sent:* Monday, September 15, 2014 5:03 PM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I've done it successfully at a client.  I will get exactly what I
did and send it to you tomorrow, unless someone else responds sooner.

Jeff

Sent from my Windows Phone



*From: *Taxter, Latisha mailto:ltax...@kh.org
*Sent: *‎9/‎15/‎2014 6:07 PM
*To: *mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject: *[mssms]Kernel Mode Driver Framework

Has anyone been able to inject this using command line? Following
this article :-

http://deploymentramblings.wordpress.com/2013/10/24/osd-injecting-the-windows-7-kernel-mode-driver-framework-kmdf/

It fails after creating the scratch directory and I can’t find
anything is smsts.log that helps.

Any other ways of doing this other than updating the image directly?

Thanks.

*Latisha Taxter*

*/Server Administrator III/*


Kootenai Health

2003 Kootenai Health Way

Coeur D’Alene, Idaho 83814

(///208-625-4192/
*/ltax...@kh.org mailto:ltax...@kh.org/*

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

cid:image001.jpg@01CEFC06.C6A6DA30


The information transmitted is intended only for the person or
entity to which it is addressed

Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen

Also, noted that I typoed the command, it should be:

/%windir%\system32\dism.exe /Image:%OSDisk% 
/ScratchDir:%OSDisk%\Windows\Temp /Add-Package /PackagePath:%CD%/


Just make sure you've checked the box next to Package in your step and 
you're using the correct package.




On 16.9.2014 20:30, Taxter, Latisha wrote:


What is %cd%.

I have OSDisk defined. Don’t have CD

*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Tuomo Leppänen

*Sent:* Tuesday, September 16, 2014 10:26 AM
*To:* mssms@lists.myitforum.com
*Subject:* Re: [mssms]Kernel Mode Driver Framework

Just try the method I described earlier:

/%windir%\system32\dism.exe /Image:%OSDisk% 
/ScratchDir:%OSDisk%\Windows\Temp /Add-Package /Package/PackagePath:%CD%




/

On 16.9.2014 20:15, Taxter, Latisha wrote:

Here are the logs from a few minutes ago.. I will go peruse them
myself to see if they point me to what the issue is.

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling
*Sent:* Tuesday, September 16, 2014 7:11 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I looked a little deeper at what I did - it works successfully.  I
have the steps to inject the KMDF directly after the Apply
Operating System Step and prior to installation of any other
driver packages.

It's working successfully at the one client where I implemented
it.  As others have said, it's likely easiest to use DISM to
update your WIM; however, I was not in a position to do that at
the time I implemented this.

So, try moving your KMDF steps to just after the OS gets applied
and see if that helps.

Thanks,

Jeff



From: dratl...@humana.com mailto:dratl...@humana.com
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 13:48:30 +

I tried Dustin’s method as well, because of new models that needed
the KMDF and we were not ready to rebuild our base image.

We could never get it to work, when the machine would run through
windows setup the update would install and then windows setup
would bomb because this update was needed.

If I rebooted the machine and looked at the image from WinPE, DISM
showed the update as ‘Install Pending’.

We ended up rebuilding our image.

*Daniel Ratliff*

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling
*Sent:* Tuesday, September 16, 2014 9:24 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

Try checking the box for Package  and select the package that
contains the KMDF install.

Jeff



From: ltax...@kh.org mailto:ltax...@kh.org
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework
Date: Tue, 16 Sep 2014 00:06:17 +

Thanks.

This is what I have.. tried it both with command line and
package.. I am assuming I don’t have something set correctly.

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling
*Sent:* Monday, September 15, 2014 5:03 PM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I've done it successfully at a client.  I will get exactly what I
did and send it to you tomorrow, unless someone else responds sooner.

Jeff

Sent from my Windows Phone



*From: *Taxter, Latisha mailto:ltax...@kh.org
*Sent: *‎9/‎15/‎2014 6:07 PM
*To: *mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject: *[mssms]Kernel Mode Driver Framework

Has anyone been able to inject this using command line? Following
this article :-

http://deploymentramblings.wordpress.com/2013/10/24/osd-injecting-the-windows-7-kernel-mode-driver-framework-kmdf/

It fails after creating the scratch directory and I can’t find
anything is smsts.log that helps.

Any other ways of doing this other than updating the image directly?

Thanks.

*Latisha Taxter*

*/Server Administrator III/*


Kootenai Health

2003 Kootenai Health Way

Coeur D’Alene, Idaho 83814

(///208-625-4192/
*/ltax...@kh.org mailto:ltax...@kh.org/*

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

cid:image001.jpg@01CEFC06.C6A6DA30

Re: [mssms]Kernel Mode Driver Framework

2014-09-15 Thread Tuomo Leppänen
Are you using x64 boot image on your task sequence? I'm not 100% sure, 
but you should then also use x64 boot image if you're running dism.





On 16.9.2014 6:08, Taxter, Latisha wrote:
Jason I got the command lines from an article at the ultimate I 
posted. Thus article is linked on myitforum. I did not try mounting 
the image and adding the driver. I'll post smsts.log tomorrow.



Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: Jason Sandys
Date:09/15/2014 5:58 PM (GMT-08:00)
To: mssms@lists.myitforum.com
Subject: RE: [mssms]Kernel Mode Driver Framework

Also, why would you run dism by first calling cmd? DISM is a 
stand-alone exe and can be directly executed like every other exe.


I concur that direct offline servicing of the image is best, why don’t 
you want to do it that way?


Please post the entire relevant and unedited snippet of the smsts.log.

There is a log that dism generates automatically at 
%WINDIR%\Logs\Dism\dism.log that you should review also.


Finally, I would get rid of the trailing slash from the /Image option. 
This always has the potential to throw things off.


J

*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *steven hosking

*Sent:* Monday, September 15, 2014 7:36 PM
*To:* mssms@lists.myitforum.com
*Subject:* Re: [mssms]Kernel Mode Driver Framework

From memory we did it a little differently we actually grabbed the WIM 
from the SCCM server and DISM'ed the hotfix in outside of the actual 
Task Sequence, it made the whole process pretty painless and it 
saved needing to installing it during the Task Sequence’s.


Hope that helps.

Cheers

Steve

*From:*Taxter, Latisha mailto:ltax...@kh.org
*Sent:* ‎Tuesday‎, ‎16‎ ‎September‎ ‎2014 ‎10‎:‎07‎ ‎AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com

Thanks.

This is what I have.. tried it both with command line and package.. I 
am assuming I don’t have something set correctly.


*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling

*Sent:* Monday, September 15, 2014 5:03 PM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms]Kernel Mode Driver Framework

I've done it successfully at a client.  I will get exactly what I did 
and send it to you tomorrow, unless someone else responds sooner.


Jeff

Sent from my Windows Phone



*From: *Taxter, Latisha mailto:ltax...@kh.org
*Sent: *‎9/‎15/‎2014 6:07 PM
*To: *mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject: *[mssms]Kernel Mode Driver Framework

Has anyone been able to inject this using command line? Following this 
article :- 
http://deploymentramblings.wordpress.com/2013/10/24/osd-injecting-the-windows-7-kernel-mode-driver-framework-kmdf/


It fails after creating the scratch directory and I can’t find 
anything is smsts.log that helps.


Any other ways of doing this other than updating the image directly?

Thanks.

*Latisha Taxter*

*/Server Administrator III/*


Kootenai Health

2003 Kootenai Health Way

Coeur D’Alene, Idaho 83814

(///208-625-4192/
*/ltax...@kh.org mailto:ltax...@kh.org/*

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

cid:image001.jpg@01CEFC06.C6A6DA30










Re: [mssms] OT: Hyper-V in Production

2014-08-23 Thread Tuomo Leppänen
I'd look the features more than is someone else using it or not...  
Everyone uses what suites them the best.
Hyper-V is likely cheaper solution than VMware, but then again, if 
you've already bought the licenses


-T





On 22.8.2014 17:19, Jason Sandys wrote:


He's just an uninformed snob/bigot/hater. Not much you can do there -- 
except call him out in front of his peers, call him stupid, and show 
him this: http://www.aidanfinn.com/?p=15186. j/k, but do pass him the 
link.


J

*From:* listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Roland Janus

*Sent:* Friday, August 22, 2014 7:12 AM
*To:* mssms@lists.myitforum.com
*Subject:* RE: [mssms] OT: Hyper-V in Production

That's what I was saying to the one server guy here, but he keeps 
insisting on that there aren't any big companies doing it because it 
isn't good enough yet (his quote not mine).


Of course he's not really saying why, throwing in random terms what 
isn't good enough.


-R

*From:* listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jason Sandys

*Sent:* Donnerstag, 21. August 2014 18:35
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms] OT: Hyper-V in Production

Absolutely. Have you seen the real market share numbers? VMWare is 
dropping like a rock and Hyper-V is catching up quickly.


J

*From:* listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Wood, Sandy

*Sent:* Thursday, August 21, 2014 11:01 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms] OT: Hyper-V in Production

We're 100% Hyper-V

Sandy Wood

Network Engineer

Orange County District Attorney

(714) 347-8775

*From:* listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Roland Janus

*Sent:* Thursday, August 21, 2014 8:55 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* [mssms] OT: Hyper-V in Production

Hi,

I know, completely off topic, but that's a forum with enough members 
to ask this.


Are there any companies really using Hyper-V in a production environment?

Maybe even some which moved away from VMWare?

-roland




CONFIDENTIALITY NOTICE: This communication with its contents may 
contain confidential and/or legally privileged information. It is 
solely for the use of the intended recipient(s). Unauthorized 
interception, review, use or disclosure is prohibited and may violate 
applicable laws including the Electronic Communications Privacy Act. 
If you are not the intended recipient, please contact the sender and 
destroy all copies of the communication.









Re: [mssms] OSD custom task sequence to skip the restart (3010)

2014-04-05 Thread Tuomo Leppänen
If you're using ConfigMgr 2012 applications, you can configure your 
application so that
ConfigMgr client will force a reboot. This way, the machine reboots and 
continues

executing the task sequence after that.

-T


On 5.4.2014 12:26, Ranvir singh wrote:
due to some process constraints i cont change the program or source of 
that package..


Is their any way to suppress the restart settings in task sequence 
itself.. or if i add any variable in TS is it possible



On Sat, Apr 5, 2014 at 1:24 PM, David O'Brien 
obrien.da...@outlook.com mailto:obrien.da...@outlook.com wrote:


Tell the application to suppress the restart.
Don't ever let an application restart without you explicitly
telling it to do so...

Sent from my Windows Phone

From: Ranvir singh
Sent: 5/04/2014 5:41 PM
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: [mssms] OSD custom task sequence to skip the restart (3010)


Hi All,

I have a custom task sequence which have 5 applications ..

When I deploy the task sequence to the machine,  2nd  sequence
application getting rebooted with  3010.. So How I can skip the
reboot,When it executed with error 3010..

Ideally I want to restart the machine after all 5 application
installed, not after 2nd application installed..
How i can achieve with Task sequence










[mssms] Windows 8.1 Update available on TechNet

2014-04-02 Thread Tuomo Leppänen

Both, the .iso for Windows 8.1 with Update and the standalone Update
are now available through TechNet subscription.






Re: [mssms] Next maintenance window report ?

2014-03-27 Thread Tuomo Leppänen

This could do the trick:

http://sccmfaq.wordpress.com/2013/08/22/sccm-2012-show-next-effective-maintenance-window/

-T



On 26.3.2014 21:33, Spinelli, Robert J wrote:


I found a few things on the web and was wondering if anyone has found 
a way to report on next maint window?


If someone has maintenance window set for last Friday of every month 
that would be March 28^th this month but would be April 25^th next 
month. Would be nice to able to have some report that shows the next 
maint window of a server for example.


Thank you.

Robert Spinelli | CTS | GTI | 575 Washington Boulevard, Jersey City, 
NJ, 07310, United States| T: +1.201.595.6820 | C: +1.917.538.6192 | 
robert.j.spine...@jpmchase.com mailto:robert.j.spine...@jpmchase.com


This communication is for informational purposes only. It is not 
intended as an offer or solicitation for the purchase or sale of any 
financial instrument or as an official confirmation of any 
transaction. All market prices, data and other information are not 
warranted as to completeness or accuracy and are subject to change 
without notice. Any comments or statements made herein do not 
necessarily reflect those of JPMorgan Chase  Co., its subsidiaries 
and affiliates. This transmission may contain information that is 
proprietary, privileged, confidential and/or exempt from disclosure 
under applicable law. If you are not the intended recipient, you are 
hereby notified that any disclosure, copying, distribution, or use of 
the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. Although this transmission and any attachments 
are believed to be free of any virus or other defect that might affect 
any computer system into which it is received and opened, it is the 
responsibility of the recipient to ensure that it is virus free and no 
responsibility is accepted by JPMorgan Chase  Co., its subsidiaries 
and affiliates, as applicable, for any loss or damage arising in any 
way from its use. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format. Thank you. Please 
refer to http://www.jpmorgan.com/pages/disclosures for disclosures 
relating to European legal entities.









Re: [mssms] Moving SCCM 2012 DB

2014-03-12 Thread Tuomo Leppänen

Your environment size is small, why do you want to complicate things?

Local SQL just works for ConfigMgr way better than remote.


-T


On 12.3.2014 16:34, Brian McDonald wrote:

Hi everyone,

My DBA has asked me to move my local SQL install remote. I have a 
single primary site with 64 GB of memory and service only 1200 clients 
total. I see no reason to move the SQL to a remote location. They 
basically told me there reasoning was from a security standpoint. 
First reason was because local install required a local SQL instance 
(licensing), which we explained to them we are using STD edition and 
licensing is included.


I need a strong business case to keep my SQL install local. I see no 
reason to move it off-box.


Any suggestions?

Thanks,

Brian







[mssms] WIMBoot?

2014-03-06 Thread Tuomo Leppänen

Just noticed this post:

http://wzascok.livejournal.com/22550.html

Any thoughts on that? Pretty interesting features in the upcoming ADK...







Re: [mssms] XP EOL Notification

2014-03-04 Thread Tuomo Leppänen

  
  
Switch to Windows 7 / 8.1 ?

-T


On 4.3.2014 18:14, Barnes,Chris wrote:


  
  
  
  
  
Anyone
  see this yet? The blog post says that it affects
  Professional versions as well. Anyone know if this will
  impact VL copies of XP? If so, any ideas on how to
  suppress it?

http://www.theregister.co.uk/2014/03/04/windows_xp_end_of_life_warning/



  
  Chris
Barnes
  
  Senior
  Technical Specialist
  
  Penske
Automotive Group, Inc.
  Desk:
  (248) 648-2528
  Cell:
  (248) 767-4415
  
  
  PENSKECARS.COM
  


  
  
  
  Penske Automotive Group
and its affiliates will never sell or rent your email address in
violation of applicable law. This email and any files
transmitted with it are confidential and intended solely for use
of the individual or entity to whom they are addressed. Please
delete all copies if you are not the intended recipient.
  
  


  




Re: [mssms] Is it possible to stop a timed reboot?

2014-02-28 Thread Tuomo Leppänen

..or you could just use: net stop ccmexec

-T


On 28.2.2014 19:45, Daniel Ratliff wrote:


If this is ConfigMgr prompting the reboot though, you may have to 
remove the deployment before it reboots. Make sure the machines update 
policy as well so they know not to run.


*Daniel Ratliff*

*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Trevor Sullivan

*Sent:* Friday, February 28, 2014 12:41 PM
*To:* mssms@lists.myitforum.com
*Subject:* RE: [mssms] Is it possible to stop a timed reboot?

You should be able to abort timed shutdowns using *shutdown.exe -a*.

Cheers,

Trevor Sullivan

*From:* listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Chris Carbone

*Sent:* Friday, February 28, 2014 11:37 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* [mssms] Is it possible to stop a timed reboot?

I deployed IE9 to all of our production servers and set timers of when 
these deployments should go off. Two of them worked correctly while 
the other ten decided to deploy whenever they wanted. Now on these ten 
servers there's a message that the server will reboot in x amount of 
hours. Is there a way I can stop this reboot from happening?


Thanks,

Chris Carbone

IT Department

Fairmount Minerals Ltd.

Office: 440-285-3132 x50263

Service desk: 440-279-0224

This electronic mail transmission may contain confidential information 
intended only for the use of the individual(s) identified as 
addressee(s). If you are not the intended recipient, you are hereby 
notified that any disclosure, copying, distribution or the taking of 
any action in reliance on the contents of this electronic mail 
transmission is strictly prohibited. If you have received this 
transmission in error, please notify me by telephone immediately.



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] Applications with no source files in task sequences

2014-02-27 Thread Tuomo Leppänen

Do you have anything in the content setting of the deploymen type?

How about adding an empty folder for the content?

-T


On 27.2.2014 10:58, Matt Wilkinson wrote:


Hi

I have an application that has no source files. When I add it to a 
task sequence I get this error when editing the task sequence and the 
2^nd when deploying it. If I remove the application then deploy the ts 
and add the application its fine. Anybody come across this before or 
how to avoid it?



_
This email has been scanned by the MessageLabs Email Security System 
on behalf

of Leeds College of Building.
For more information please visit http://www.symanteccloud.com
_







Re: [mssms] Install an application when another application is uninstalled

2014-02-24 Thread Tuomo Leppänen
I'd do this with supersedence. Basically I'd do an application of 
Acrobat and configure Reader application to supersede the Acrobat.


-T


On 25.2.2014 6:22, Corkill, Daniel wrote:


Is it possible to trigger the installation of an application if 
another is uninstalled? To be specific, I'd like to set things up so 
if Acrobat is uninstalled from a computer, Reader is immediately 
installed following the uninstall. I'm talking applications, not pakages.


Daniel.**



*
This email, including any attachment, is confidential to the intended 
recipient.  It may also be privileged and may be subject to copyright.  If you 
have received this email in error, please notify the sender immediately and 
delete all copies of the email.  Any confidentiality or privilege is not 
waived.  Neither the Council nor the sender warrant that this email does not 
contain any viruses or other unsolicited items.

This email is an informal Council communication.  The Council only accepts 
responsibility for information sent under official letterhead and duly signed 
by, or on behalf of, the Chief Executive Officer.

Privacy Collection Notice
Logan City Council may collect your personal information, e.g. name, 
residential address, phone number etc, in order to conduct its business and/or 
meet its statutory obligations. The information will only be accessed by 
employees and/or Councillors of Logan City Council for Council business related 
activities only. If your personal information will be passed onto a third 
party, Council will advise you of this disclosure, the purpose of the 
disclosure and reason why. Your information will not be given to any other 
person or agency unless you have given us permission or we are required by law.









Re: [mssms] Task Sequence Step to Find AD object and Delete it

2014-02-04 Thread Tuomo Leppänen
Actually, you don't need web service or MDT.  I've got a TS where the AD 
account used for this is hidden inside collection variable. Vbscript 
checks for the computer name and if found in the domain A, disables it 
there and moves to correct OU (disabled and moved). After this the 
computer is joined to domain B.


-T


On 4.2.2014 18:51, Nick sullivan wrote:
Thanks I'll give it a shot.  I found some information about moving AD 
account around using Maik's web service so im assuming I will be ale 
to delete them some how as well.


http://myitforum.com/cs2/blogs/maikkoster/archive/2010/04/08/moving-computers-in-active-directory-during-mdt-deployments-step-by-step.aspx



From: jmar...@babc.com
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Task Sequence Step to Find AD object and Delete it
Date: Tue, 4 Feb 2014 16:29:16 +

You have to do it in the full OS using Maik's web service.

*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*



*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Daniel Ratliff

*Sent:* Tuesday, February 04, 2014 10:01 AM
*To:* mssms@lists.myitforum.com
*Subject:* RE: [mssms] Task Sequence Step to Find AD object and Delete it

Not personally but I have seen others use MDT web service or 
Orchestrator to do it with ease.


*Daniel Ratliff*

*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Nick sullivan

*Sent:* Tuesday, February 04, 2014 10:58 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* [mssms] Task Sequence Step to Find AD object and Delete it

Has anyone every used a step in the task sequence to find the machine 
being reimaged in AD and Delete it via the task sequence? Maybe using 
MDT or some other method.



Thanks,


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: 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] Deploy Office 2013

2014-01-30 Thread Tuomo Leppänen

Are Lync Client updates here also?



On 30.1.2014 17:53, Harjit Dhaliwal wrote:
Yes, that is correct.  You add the .msp files into the Updates 
folder.  MS Office Cummulative Updates are released every quarter.  
The process is tedious and requires some patience.

http://blogs.technet.com/b/messaging_with_communications/archive/2014/01/02/q1-2014-current-cumulative-updates-for-office.aspx

You'll need to download each individual CU, extract the zip which will 
expose the .glb file.  Then, you'll need to extract the .msp from the 
.glb using the extract command.

http://technet.microsoft.com/en-us/library/cc178995.aspx

*outlook2013-kb2737132-fullfile-x86-glb.exe /extract:c:\ExtractFiles

*Hope this helps.  Details are found in the links I provided.

-Harjit

On 1/30/2014 10:31 AM, Gerlak, Matthew wrote:


Guys,

I have another question. For you all as well I am building an office 
2013 deployment package and I want to include all the patches for office.


From what I read you can copy the msp patch files to the updates 
folder and they will automatically be installed.


Just wondering how you get all the MSP files. Anyone have any 
suggestions?


Thanks
Matt











[mssms] Custom report

2014-01-11 Thread Tuomo Leppänen

Hi all...

I'm in need for a custom report that would show statuses of all 
deployments of all computers in a specific collection,
so that the deployment ID wouldn't have to be specified, is it even 
possible?








Re: [mssms] SCCM R2 slow download in WinPE 5.0 Hotfix released

2013-11-10 Thread Tuomo Leppänen

Does the client version change after applying this patch?

-T

On 10.11.2013 10:22, Johns, Damon (DoJ) wrote:


FYI -- Hotfix has been released:

http://support.microsoft.com/kb/2905002




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.








Re: [mssms] OT: App-V Questions

2013-10-31 Thread Tuomo Leppänen

  
  
If SCCM infrastructure is in place, I
  wouldn't go with the App-V 5.0 server infrastructure at all, I'd
  do the deployments with SCCM.
  
  The time really depends on the applications, if the packager knows
  how they install and how they work, it shouldn't take too long per
  app (if the packager knows what he/she is doing). Packaking takes
  the same time that you'd install the full app + modifications.
  Then the package is delivered to SCCM and made in to the
  application model package there.
  
  You should also consider about the App-V 5 client deployment, it's
  a little bit tricky if you're using Windows 7 on the client
  systems.
  
  -T
  
  
  
  On 1.11.2013 3:42, Mark Mears wrote:


  
  
  
  
  
We are scoping for an engagement where the
  customer has an App-V 5.0 server and infrastructure in place.
  Im looking for is a time estimate as to how long it might
  take someone just starting in App-V to migrate the App-V
  applications (they have 50-ish) to use a SCCM 2012 environment
  for the delivery of those applications with the assumptions
  being that the SCCM infrastructure is up and functional.
  Migration and configuration time is what Im asking for here.

Appreciate any and all comments!


  

  
Thanks,

  
  


  


  

Mark Mears
mark.me...@cireson.com
Phone: (757) 945-2651
  
  


  


  


  Check
out our System Center App Store:
  www.cireson.com/app-store

  


  

  

  
  

  



  
  


  




Re: [mssms] RE: Slow download in 2012 R2 WinPe

2013-10-28 Thread Tuomo Leppänen

I have noticed the slowness also.

Running on VMware ESXi 5.1... Another thing I also experienced after the 
SP1 - R2 upgrade,
I got my ESXi host (the one with SCCM server) crashing with purple 
screen when the WinPE started to download the .wim
image for the OS deployment that was targeted on VM that was on the same 
host (ESXi server)

that SCCM server was...

Deployment to another host didn't crash the SCCM server's host...

I re-produced this with two different HW, after moving the SCCM server 
between hosts, same thing happend every time.


We didn't have this kind of problem with SP1 and I'm not really sure is 
this a VMware bug or SCCM bug, haven't tested

with ESXi 5.5 yet.



On 28.10.2013 11:47, Niall Brady wrote:
it seems that others that are seeing 
http://www.windows-noob.com/forums/index.php?/topic/9312-slow-image-deployment-download-since-sccm-2012-r2-upgrade/#entry35196 
this have Vmware back end servers, could this be part of the problem 
(only reason I'm saying this is I havn't seen the issue and i'm using 
hyperV only) ?





On Mon, Oct 28, 2013 at 10:39 AM, Johns, Damon (DoJ) 
damon.jo...@justice.tas.gov.au 
mailto:damon.jo...@justice.tas.gov.au wrote:


Hi Robert,

My configuration prior to the upgrade was Config Mgr 2012 SP1 with
MDT 2012 Update 1 integration enabled – Boot images were MDT WinPE
4.0 generated within the Config Mgr console with Dart v7. OS wim
files etc downloading normally under WinPE. This was running on a
fully patched Server 2008 R2 instance with local minimum SQL 2008
R2 level DB instance.

My PXE enabled DP’s are also running Server 2008 R2. I had one
instance of WDS failing on one of the DP’s after the upgrade,
removing WDS and reinstalling the role corrected the problem.

Upgrade path as follows:

Uninstalled ADK 8.0 via add remove programs

Installed ADK 8.1

Installed MDT 2013 which updated the MDT 2012 Update 1 instance

Installed Config Manager 2012 R2

Re-ran MDT Integration following successful upgrade to R2

Removed existing WinPE 4.0 boot images from distribution points
and left them intact within the console

Created new MDT 2013 generated WinPE 5.0 boot images and
replicated to DPs

Created new MDT 2013 files package in Config Mgr after upgrading
my MDT deployment share

Adjusted Task Sequences etc, etc

I do have the Dart 7.0 components in my MDT WinPE 5.0 boot images
however I don’t believe this is related to the slow downloads
within the PE environment. No other additional components have
been added when creating the WinPE 5.0 boot images and I don’t
have any additional files or pre-exec hook’s built into the boot
images. Just standard MDT generated with the Dart 7.0 component.

OS wim files were captured using MDT 2012 Update 1 (for Win 7) and
MDT 2013 (for Win 8.1) with standard sysprep and capture TS.
Source wim images built and captured using Hyper V on Windows 8
Enterprise.

Hope a fix is found soon!

Cheers

Damon

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com] *On Behalf Of *Robert
Marshall
*Sent:* Monday, 28 October 2013 7:59 PM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms] RE: Slow download in 2012 R2 WinPe

From the thread, it seems several have logged with CSS, should be
quick now.

Is there anything “Exotic” about your configuration that stands
right out? Anything done to these OS, there is a variable involved
here, some are seeing the issue and others are not L

Robert

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jason Sandys
*Sent:* 28 October 2013 01:02
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* [mssms] RE: Slow download in 2012 R2 WinPe

They’ve had a hard time repro-ing this internally but are well
aware of the many folks having the issue and are actively working
to address it. Your best bet is to contact CSS and provide
information about the environment and issue – the more info that
they have, the better they will be able to find the root cause and
provide the fix (whether that be code or configuration).

J

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Johns,
Damon (DoJ)
*Sent:* Sunday, October 27, 2013 7:36 PM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* [mssms] Slow download in 2012 R2 WinPe

For everyone’s information on this email group:



Re: [mssms] RE: KB2522623

2013-10-01 Thread Tuomo Leppänen

Change the boot image to x64 and try again.

-T


On 1.10.2013 17:59, Marcum, John wrote:


I'm using x86 boot image with an x64 Windows 7 deployment.

*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*



*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Tuomo Leppänen

*Sent:* Monday, September 30, 2013 9:36 PM
*To:* mssms@lists.myitforum.com
*Subject:* Re: [mssms] RE: KB2522623

Is the boot image x86 and the os x64?

I'm not 100% sure, but I think it makes a difference which bitness of 
dism you're using...


In my scenario I use x64 boot images and x64 os:es... and like I said, 
works every time.


-T

On 30.9.2013 22:46, Marcum, John wrote:

Fails as an offline update for me just like when I tried to apply
it online. :-(

*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*



*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jason Sandys
*Sent:* Friday, September 27, 2013 10:49 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* RE: [mssms] RE: KB2522623

Yes, thanks for the correction.

J

*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com]
mailto:[mailto:listsad...@lists.myitforum.com] *On Behalf Of
*Tuomo Leppänen
*Sent:* Friday, September 27, 2013 10:23 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* Re: [mssms] RE: KB2522623

I think you meant that %CD% *is not* a batch file parameter.

Works for me everytime.

-T


On 27.9.2013 15:03, Jason Sandys wrote:

CD is “Current Directory”. I’ve never explicitly tried it and
typically use %~dp0 instead when needed. %CD% is a batch file
parameter though so can be used outside of a batch file. There
are times it doesn’t work though – but like I said I don’t use
it so don’t know what all the caveats are.

J

*From:* listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Marcum,
John
*Sent:* Thursday, September 26, 2013 11:03 PM
*To:* 'mssms@lists.myitforum.com
mailto:mssms@lists.myitforum.com'
*Subject:* RE: [mssms] RE: KB2522623

What's the %CD% specify? DO I literally type that or the
actual msu name?

DId you place this in the install or maybe the post install phase?

*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*



*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Tuomo
Leppänen
*Sent:* Thursday, September 26, 2013 11:48 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* Re: [mssms] RE: KB2522623

Like I said, not 100% sure about this but it's getting
there... I can confirm the exact command I'm using tomorrow.

-T


On 26.9.2013 19:37, Erik Wold wrote:

Is the space just a typo?: /no restart. :)

Mvh

Erik


Den 26. sep. 2013 kl. 18:28 skrev Tuomo Leppänen
tuomo.leppa...@kinnula.fi
mailto:tuomo.leppa...@kinnula.fi:

Ok, the command line is getting in to my mind after
seeing this...

1. Create a package with the KB2526623
2. In the TS, add a step to run a command line AFTER
Apply the OS step and use the package created in step 1
3. Command line: dism /Image:%OSDISK% /Add-Package
/PackagePath:%CD% /ScratchDir:%OSDISK%\Windows\Temp

This is assuming you've configured %OSDISK% -variable
in the Partition Disk -phase of the TS.

Not 100% sure is it right, but atleast getting you to
the right track...

-T


On 26.9.2013 19:04, Bull, John wrote:

You may want to look at
http://blog.configmgrftw.com/?p=505

Re: [mssms] RE: KB2522623

2013-09-30 Thread Tuomo Leppänen

Is the boot image x86 and the os x64?

I'm not 100% sure, but I think it makes a difference which bitness of 
dism you're using...


In my scenario I use x64 boot images and x64 os:es... and like I said, 
works every time.


-T

On 30.9.2013 22:46, Marcum, John wrote:


Fails as an offline update for me just like when I tried to apply it 
online. :-(


*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*



*From:*listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jason Sandys

*Sent:* Friday, September 27, 2013 10:49 AM
*To:* mssms@lists.myitforum.com
*Subject:* RE: [mssms] RE: KB2522623

Yes, thanks for the correction.

J

*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] 
mailto:[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Tuomo 
Leppänen

*Sent:* Friday, September 27, 2013 10:23 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* Re: [mssms] RE: KB2522623

I think you meant that %CD% *is not* a batch file parameter.

Works for me everytime.

-T


On 27.9.2013 15:03, Jason Sandys wrote:

CD is “Current Directory”. I’ve never explicitly tried it and
typically use %~dp0 instead when needed. %CD% is a batch file
parameter though so can be used outside of a batch file. There are
times it doesn’t work though – but like I said I don’t use it so
don’t know what all the caveats are.

J

*From:* listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Marcum, John
*Sent:* Thursday, September 26, 2013 11:03 PM
*To:* 'mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com'
*Subject:* RE: [mssms] RE: KB2522623

What's the %CD% specify? DO I literally type that or the actual
msu name?

DId you place this in the install or maybe the post install phase?

*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*



*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Tuomo Leppänen
*Sent:* Thursday, September 26, 2013 11:48 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* Re: [mssms] RE: KB2522623

Like I said, not 100% sure about this but it's getting there... I
can confirm the exact command I'm using tomorrow.

-T


On 26.9.2013 19:37, Erik Wold wrote:

Is the space just a typo?: /no restart. :)

Mvh

Erik


Den 26. sep. 2013 kl. 18:28 skrev Tuomo Leppänen
tuomo.leppa...@kinnula.fi mailto:tuomo.leppa...@kinnula.fi:

Ok, the command line is getting in to my mind after seeing
this...

1. Create a package with the KB2526623
2. In the TS, add a step to run a command line AFTER Apply
the OS step and use the package created in step 1
3. Command line: dism /Image:%OSDISK% /Add-Package
/PackagePath:%CD% /ScratchDir:%OSDISK%\Windows\Temp

This is assuming you've configured %OSDISK% -variable in
the Partition Disk -phase of the TS.

Not 100% sure is it right, but atleast getting you to the
right track...

-T


On 26.9.2013 19:04, Bull, John wrote:

You may want to look at
http://blog.configmgrftw.com/?p=505




*From:*listsad...@lists.myitforum.com
mailto:listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com] *On Behalf Of
*Marcum, John
*Sent:* Thursday, September 26, 2013 8:44 AM
*To:* SMS List (mssms@lists.myITforum.com
mailto:mssms@lists.myITforum.com)
*Subject:* [mssms] KB2522623

Has anyone seen a case where the hotfix for
applications failing to install during an OS task
sequence fails to install? I am speaking of KB2522623
which Jason mentions in his blog here
http://blog.configmgrftw.com/?p=490 It is consistently
failing in my TS. This is a Windows 7 x64 TS and in my
package the program command line is
Windows6.1-KB2522623-x64.msu /quiet /no restart

Re: [mssms] KB2522623

2013-09-26 Thread Tuomo Leppänen
I'm applying the patch offline (in WinPE) -phase, using dism. Works 
everytime. Cannot get the right command at the moment though...


-T



On 26.9.2013 18:44, Marcum, John wrote:


Has anyone seen a case where the hotfix for applications failing to 
install during an OS task sequence fails to install? I am speaking of 
KB2522623 which Jason mentions in his blog here 
http://blog.configmgrftw.com/?p=490 It is consistently failing in my 
TS. This is a Windows 7 x64 TS and in my package the program command 
line is Windows6.1-KB2522623-x64.msu /quiet /no restart


*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*






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] RE: KB2522623

2013-09-26 Thread Tuomo Leppänen

Ok, the command line is getting in to my mind after seeing this...

1. Create a package with the KB2526623
2. In the TS, add a step to run a command line AFTER Apply the OS step 
and use the package created in step 1
3. Command line: dism /Image:%OSDISK% /Add-Package /PackagePath:%CD% 
/ScratchDir:%OSDISK%\Windows\Temp


This is assuming you've configured %OSDISK% -variable in the Partition 
Disk -phase of the TS.


Not 100% sure is it right, but atleast getting you to the right track...

-T


On 26.9.2013 19:04, Bull, John wrote:

You may want to look at http://blog.configmgrftw.com/?p=505


*From:* listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Marcum, John

*Sent:* Thursday, September 26, 2013 8:44 AM
*To:* SMS List (mssms@lists.myITforum.com)
*Subject:* [mssms] KB2522623

Has anyone seen a case where the hotfix for applications failing to 
install during an OS task sequence fails to install? I am speaking of 
KB2522623 which Jason mentions in his blog here 
http://blog.configmgrftw.com/?p=490 It is consistently failing in my 
TS. This is a Windows 7 x64 TS and in my package the program command 
line is Windows6.1-KB2522623-x64.msu /quiet /no restart


*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*






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] RE: KB2522623

2013-09-26 Thread Tuomo Leppänen
Like I said, not 100% sure about this but it's getting there... I can 
confirm the exact command I'm using tomorrow.


-T


On 26.9.2013 19:37, Erik Wold wrote:

Is the space just a typo?: /no restart. :)

Mvh
Erik

Den 26. sep. 2013 kl. 18:28 skrev Tuomo Leppänen 
tuomo.leppa...@kinnula.fi mailto:tuomo.leppa...@kinnula.fi:



Ok, the command line is getting in to my mind after seeing this...

1. Create a package with the KB2526623
2. In the TS, add a step to run a command line AFTER Apply the OS 
step and use the package created in step 1
3. Command line: dism /Image:%OSDISK% /Add-Package 
/PackagePath:%CD% /ScratchDir:%OSDISK%\Windows\Temp


This is assuming you've configured %OSDISK% -variable in the 
Partition Disk -phase of the TS.


Not 100% sure is it right, but atleast getting you to the right track...

-T


On 26.9.2013 19:04, Bull, John wrote:

You may want to look at http://blog.configmgrftw.com/?p=505


*From:* listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Marcum, John

*Sent:* Thursday, September 26, 2013 8:44 AM
*To:* SMS List (mssms@lists.myITforum.com)
*Subject:* [mssms] KB2522623

Has anyone seen a case where the hotfix for applications failing to 
install during an OS task sequence fails to install? I am speaking 
of KB2522623 which Jason mentions in his blog here 
http://blog.configmgrftw.com/?p=490 It is consistently failing in my 
TS. This is a Windows 7 x64 TS and in my package the program command 
line is Windows6.1-KB2522623-x64.msu /quiet /no restart


*

*

*John Marcum*
*/Sr. Desktop Architect/*

*/Bradley Arant Boult Cummings LLP/*






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] RE: KB2522623

2013-09-26 Thread Tuomo Leppänen

Hi John

The exact command is as follows:

cmd.exe /c dism.exe /Image:%OSDTargetDrive%\ Add-Package  
/PackagePath:%CD% /ScratchDir:%OSDTargetDrive%\Windows\Temp /NoRestart



%CD% refers to the package directory you specify in the Run Command  
Line -step, think of it like Start in.


I apply the step right after Apply Operating System Image -step, so  
you're still in WinPE in this phase. The same method works also for  
language packs.




Lainaus Marcum, John jmar...@babc.com:


What's the %CD% specify? DO I literally type that or the actual msu name?
DId you place this in the install or maybe the post install phase?







John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com  
[mailto:listsad...@lists.myitforum.com] On Behalf Of Tuomo Leppänen

Sent: Thursday, September 26, 2013 11:48 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] RE: KB2522623

Like I said, not 100% sure about this but it's getting there... I  
can confirm the exact command I'm using tomorrow.


-T


On 26.9.2013 19:37, Erik Wold wrote:
Is the space just a typo?: /no restart. :)

Mvh
Erik

Den 26. sep. 2013 kl. 18:28 skrev Tuomo Leppänen  
tuomo.leppa...@kinnula.fimailto:tuomo.leppa...@kinnula.fi:

Ok, the command line is getting in to my mind after seeing this...

1. Create a package with the KB2526623
2. In the TS, add a step to run a command line AFTER Apply the OS  
step and use the package created in step 1
3. Command line: dism /Image:%OSDISK% /Add-Package  
/PackagePath:%CD% /ScratchDir:%OSDISK%\Windows\Temp


This is assuming you've configured %OSDISK% -variable in the  
Partition Disk -phase of the TS.


Not 100% sure is it right, but atleast getting you to the right track...

-T


On 26.9.2013 19:04, Bull, John wrote:
You may want to look at http://blog.configmgrftw.com/?p=505


From:  
listsad...@lists.myitforum.commailto:listsad...@lists.myitforum.com  
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John

Sent: Thursday, September 26, 2013 8:44 AM
To: SMS List (mssms@lists.myITforum.commailto:mssms@lists.myITforum.com)
Subject: [mssms] KB2522623
Has anyone seen a case where the hotfix for applications failing to  
install during an OS task sequence fails to install? I am speaking  
of KB2522623 which Jason mentions in his blog here  
http://blog.configmgrftw.com/?p=490 It is consistently failing in my  
TS. This is a Windows 7 x64 TS and in my package the program command  
line is Windows6.1-KB2522623-x64.msu /quiet /no restart



John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP





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] RE: [MDT-OSD] RE: Windows 8.1 RTM and Windows Server 2012 R2 RTM available...

2013-09-10 Thread Tuomo Leppänen

  
  
Any guides on the upgrade from Windows
  Server 2012 + SCCM 2012 SP1 CU2 - Windows 2012 R2 + SCCM 2012
  R2 ?
  
  Is it even supported?
  
  
  
  On 10.9.2013 22:37, Todd Hemsell wrote:


  That is a long time away :-(
  

On Tue, Sep 10, 2013 at 1:51 PM, Rod
  Trent rodtr...@myitforum.com
  wrote:
  

  
At
public availability (October 18).


Rod Trent

  

From:
listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com]
On Behalf Of Todd Hemsell
Sent: Tuesday, September 10, 2013 2:43 PM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] RE: [MDT-OSD] RE:
Windows 8.1 RTM and Windows Server 2012 R2 RTM
available...


  I thought there was a new CM
release at the same time as server 2012? any news on
that?


  

  
On Mon, Sep 9, 2013 at 1:23 PM,
  Rod Trent rodtr...@myitforum.com
  wrote:

  

  Now, we know
  what the 90-day TechNet extension was
  about.
  
  

Rod Trent

  
  
  

  
From: listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com]
On Behalf Of Daniel Ratliff
Sent: Monday, September 09, 2013
2:10 PM
To: mdt...@lists.myitforum.com;
mssms@lists.myitforum.com
Subject: [MDT-OSD] RE: Windows
8.1 RTM and Windows Server 2012 R2 RTM
available...

  
  
  Nice! Thanks Johan. 
  

  
Daniel Ratliff 
  
  
  

  From:
  listsad...@lists.myitforum.com
  [mailto:listsad...@lists.myitforum.com]
  On Behalf Of Johan Arwidmark
  Sent: Monday, September 09,
  2013 1:56 PM
  To: mdt...@lists.myitforum.com;
  mssms@lists.myitforum.com
  Subject: [MDT-OSD] Windows 8.1
  RTM and Windows Server 2012 R2 RTM
  available...

  
  
  My first cross-post,
worth it...:)
  
  Windows 8.1 RTM and
Windows Server 2012 R2 RTM
available... 
  http://blogs.msdn.com/b/stevengu/archive/2013/09/09/download-windows-8-1-rtm-visual-studio-2013-rc-and-windows-server-2012-r2-rtm-today.aspx
  
  / Johan
  
  
  Johan Arwidmark | Chief Technical Architect | Knowledge Factory
  Torsgatan 8 | SE 111 23 Stockholm 
  Mobile:
  +46-70-454 30 07
| Switchboard:
  +46 8 465012 70
www.knowledgefactory.se

  
  
  
  
  
  
The information transmitted is intended only
for the person or entity to which it is
addressed
   

Re: [mssms] RE: Host intrusion

2013-08-08 Thread Tuomo Leppänen

One word: F-Secure.

Their current AV solution has device blocking (USB and other) built-in, 
also comes with

3rd party application patching solution.

http://www.f-secure.com/en/web/business_global/products/business-suite/overview


On 8.8.2013 15:40, Thomas Gonzalez wrote:

Same, we aren't using hips, but we are implementing hdlp

Sent from my Windows Phone

From: Kent, Mark mailto:ken...@buffalostate.edu
Sent: ‎8/‎8/‎2013 7:37 AM
To: mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
Subject: [mssms] RE: Host intrusion

I guess with locked down machines and patched OS’s/apps, it’s not as 
huge a concern for us.  Perhaps if we had more time and staff, maybe 
it would be something we could investigate. We almost used HIPS but at 
the time I had heard grumblings about the time and effort to set it up 
properly.


Mark Kent (MCP)

Sr. Desktop Systems Engineer

Computing  Technology Services - SUNY Buffalo State

*From:* listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Murray, Mike

*Sent:* Wednesday, August 07, 2013 7:34 PM
*To:* mssms@lists.myitforum.com
*Subject:* [mssms] RE: Host intrusion

So, is host intrusion not a concern for anyone? Just curious what your 
thoughts are…


*From:* listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Murray, Mike

*Sent:* Wednesday, August 07, 2013 10:07 AM
*To:* mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com
*Subject:* [mssms] Host intrusion

Posted this in the FEP group, not much response, so going for a wider 
audience.  :)


Curious about those of you who have moved to EP after using another 
product. We’re running the McAfee suite, which includes AV  HIPS. If 
we get rid of McAfee (the goal), we lose host intrusion prevention. Is 
anyone using another product, or is this even a concern for you?


Best Regards,

Mike Murray

Desktop Management Coordinator - IT Support Services

California State University, Chico

530.898.4357
mmur...@csuchico.edu mailto:mmur...@csuchico.edu










Re: [mssms] ConfigMgr CU2 silent install

2013-07-22 Thread Tuomo Leppänen

  
  
Using the same method here, works fine,
  haven't got any issues with it. With 2007 there were some issues
  that the ccmsetup parameters weren't applied when using this
  method, with 2012 I've noticed that the client actually installs
  the normal SP1 client first (with the setted parameters) and
  applies the msp afterwards.
  
  I haven't heard that anyone has had any issues with CM12.
  
  -T
  
  
  On 22.7.2013 19:32, Jason Sandys wrote:


  
  
  
  
  
This
is totally and explicitly unsupported because it is known to
have issues  it is essentially left over code from SMS
2003. I would recommend not using it all.

J


  
From:
listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com]
On Behalf Of Ewing, Scott L
Sent: Monday, July 22, 2013 11:16 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] ConfigMgr CU2 silent install
  


I
realize this is not an answer to your question but here it
is anyway. We place the
configmgr2012ac-sp1-kb2854009-i386.msp in primary
site server folder \Program Files\Microsoft
  Configuration Manager\Client\i386\ClientPatch. CU2
then installs during a client install without any CCMSETUP
command line switches.


  Scott
Ewing



  
From:
listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com]
On Behalf Of Trond Karstensen
Sent: Tuesday, July 16, 2013 4:43 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] ConfigMgr CU2 silent install
  


I
am talking about the initial install on the site server.

I
have a scripted install of CM12 and want to add the
installation of CU2.

Regards
Trond


  
From:
listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com]
On Behalf Of Trevor Sullivan
Sent: 16. juli 2013 22:25
To: mssms@lists.myitforum.com
Subject: RE: [mssms] ConfigMgr CU2 silent install
  


Are
you talking about the ConfigMgr 2012 SP1 Cumulative Update 2
for the client?


  Cheers,
  Trevor
Sullivan
  




  
From:
listsad...@lists.myitforum.com
[mailto:listsad...@lists.myitforum.com]
On Behalf Of Trond Karstensen
Sent: Tuesday, July 16, 2013 2:53 PM
To: mssms@lists.myitforum.com
Subject: [mssms] ConfigMgr CU2 silent install
  


Hi.

Is
it possible to script the installation of ConfigMgr 2012 SP1
CU2 by using install switches ?

Regards
Trond




  
  


  




VS: [mssms] ConfigMgr CU2 silent install

2013-07-22 Thread Tuomo Leppänen
I'd love to see similar post for CM12.. Or at least some info about seen 
problems in CM12.. Like I said, haven't heard of any.

- Alkuperäinen viesti -
Lähettäjä: Jason Sandys ja...@sandys.us
Lähetetty: ‎22.‎7.‎2013 22:42
Vastaanottaja: mssms@lists.myitforum.com mssms@lists.myitforum.com
Aihe: RE: [mssms] ConfigMgr CU2 silent install

http://blogs.technet.com/b/configmgrteam/archive/2009/04/08/automatically-applying-hotfixes-to-the-configuration-manager-2007-client-during-installation.aspx
 
That’s for 2007, nothing has changed in 2012 – trust me, I’ve asked.
 
Also remember, not everything is documented – in fact, very few things compared 
to the number of possibilities is actually documented.
 
J
 
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of James Massardo
Sent: Monday, July 22, 2013 2:29 PM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] ConfigMgr CU2 silent install
 
Is that listed in the Technet documentation or are there any MS blog posts 
about it?
 
Thanks,
James Massardo
 
From: Jason Sandys ja...@sandys.us
Reply-To: mssms@lists.myitforum.com mssms@lists.myitforum.com
Date: Monday, July 22, 2013 2:22 PM
To: mssms@lists.myitforum.com mssms@lists.myitforum.com
Subject: RE: [mssms] ConfigMgr CU2 silent install
 
Exactly what I said before: CSS. They have explicitly stated it’s not supported 
because there are known issues and it’s abandoned code.
 
J
 
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Todd Hemsell
Sent: Monday, July 22, 2013 2:14 PM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] ConfigMgr CU2 silent install
 
who said it has risks other than you?
what are the risks?
On Mon, Jul 22, 2013 at 1:57 PM, Jason Sandys ja...@sandys.us wrote:
Actually it has – he’s doing something he’s been explicitly told has risks and 
should not do.
 
J
 
From:listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Todd Hemsell
Sent: Monday, July 22, 2013 1:50 PM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] ConfigMgr CU2 silent install
 
it has not been established he is going the wrong way.
On Mon, Jul 22, 2013 at 12:54 PM, Jason Sandys ja...@sandys.us wrote:
So, when you hit the car head-on because you’re going down the freeway the 
wrong way is when you’ll decide to stop doing something?
 
J
 
From:listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ewing, Scott L
Sent: Monday, July 22, 2013 12:43 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] ConfigMgr CU2 silent install
 
When it stops working we’ll stop using it. J
 
Scott Ewing
 
From:listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Tuomo Leppänen
Sent: Monday, July 22, 2013 1:04 PM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] ConfigMgr CU2 silent install
 
Using the same method here, works fine, haven't got any issues with it. With 
2007 there were some issues that the ccmsetup parameters weren't applied when 
using this method, with 2012 I've noticed that the client actually installs the 
normal SP1 client first (with the setted parameters) and applies the msp 
afterwards.

I haven't heard that anyone has had any issues with CM12.

-T


On 22.7.2013 19:32, Jason Sandys wrote:
This is totally and explicitly unsupported because it is known to have issues – 
it is essentially left over code from SMS 2003. I would recommend not using it 
all.
 
J
 
From:listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ewing, Scott L
Sent: Monday, July 22, 2013 11:16 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] ConfigMgr CU2 silent install
 
I realize this is not an answer to your question but here it is anyway. We 
place the configmgr2012ac-sp1-kb2854009-i386.msp in primary site server folder 
\Program Files\Microsoft Configuration Manager\Client\i386\ClientPatch. CU2 
then installs during a client install without any CCMSETUP command line 
switches.

[Alkuperäinen viesti ei sisälly mukaan kokonaisuudessaan.]




Re: [mssms] RE: Question/Help about uninstall app in CM12

2013-07-04 Thread Tuomo Leppänen

I would do exactly the same, the command should then be something like this:

Setup.exe /uninstall LyncEntry /config lyncentry.ww\config.xml

In my opinion, much better way to handle configurations...


On 5.7.2013 3:12, CESAR.ABREG0 wrote:
I would include the XML file with your source files within the same 
app and will be found on the cached app at runtime.


Cesar A.
Meaning is NOT in words, but inside people! Dr. Myles Munroe
My iPad takes half the blame for misspells.

On Jul 4, 2013, at 4:54 PM, Johns, Damon (DoJ) 
damon.jo...@justice.tas.gov.au 
mailto:damon.jo...@justice.tas.gov.au wrote:


Thinking about this a little more, you could also modify the path to 
your xml file removing the spaces. It may also be worth setting up an 
actual share with appropriate access so you’re not trying to 
reference an xml file sitting on a hidden file share. (d$)


So

Setup.exe /uninstall LyncEntry /config 
\\servername\mysharedlyncsourcefolder\config.xml 
file:///%5C%5Cservername%5Cmysharedlyncsourcefolder%5Cconfig.xml


I’m assuming the setup.exe requires an explicit path to the 
config.xml file otherwise you could just include it in an application 
with all of the source files and call it?


*From:*listsad...@lists.myitforum.com 
mailto:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] *On Behalf Of *Kevin Johnston

*Sent:* Friday, 5 July 2013 9:33 AM
*To:* 'mssms@lists.myitforum.com mailto:mssms@lists.myitforum.com'
*Subject:* [mssms] Question/Help about uninstall app in CM12

I have been working on creating an uninstall application package to 
remove Lync 2013 Basic from machines.


I have made the uninstall as follows:

setup.exe /uninstall LyncEntry /config 
\\servername\d$\Source\Software\Lync 
2013\BasicX86\lyncentry.ww\config.xml 
file:///%5C%5Cservername%5Cd$%5CSource%5CSoftware%5CLync%202013%5CBasicX86%5Clyncentry.ww%5Cconfig.xml


The config file contains the “silent” stuff, as stated on the MS site.

When I run the uninstaller in my AppEnforce log file I have the 
following:


++ App enforcement completed (3 seconds) for App DT Microsoft 
LyncEntry 2013 - Windows Installer (*.msi file) 
[ScopeId_FCBF917E-15D8-4B74-99F7-2478A740373B/DeploymentType_84152d30-f0d6-42a3-a1a6-f5a845395d3f], 
Revision: 10, User SID: ] ++ AppEnforce 7/4/2013 4:02:36 
PM   2776 (0x0AD8)


+++ Starting Uninstall enforcement for App DT Microsoft LyncEntry 
2013 - Windows Installer (*.msi file) ApplicationDeliveryType - 
ScopeId_FCBF917E-15D8-4B74-99F7-2478A740373B/DeploymentType_84152d30-f0d6-42a3-a1a6-f5a845395d3f, 
Revision - 12, ContentPath - C:\Windows\ccmcache\v, Execution Context 
- System AppEnforce7/4/2013 4:30:00 PM   4700 
(0x125C)


A user is logged on to the system.   AppEnforce
7/4/2013 4:30:00 PM   4700 (0x125C)


Performing detection of app deployment type Microsoft LyncEntry 
2013 - Windows Installer (*.msi 
file)(ScopeId_FCBF917E-15D8-4B74-99F7-2478A740373B/DeploymentType_84152d30-f0d6-42a3-a1a6-f5a845395d3f, 
revision 12) for system. AppEnforce7/4/2013 4:30:00 PM   
4700 (0x125C)


+++ Discovered application [AppDT Id: 
ScopeId_FCBF917E-15D8-4B74-99F7-2478A740373B/DeploymentType_84152d30-f0d6-42a3-a1a6-f5a845395d3f, 
Revision: 12]AppEnforce7/4/2013 4:30:00 PM   4700 
(0x125C)


App enforcement environment:

Context: Machine

Command line: setup.exe /uninstall LyncEntry /config 
\\servername\d$\Source\Software\Lync 
file:///%5C%5Cservername%5Cd$%5CSource%5CSoftware%5CLync 
2013\BasicX86\lyncentry.ww\config.xml


Allow user interaction: No

UI mode: 0

User token: null

Session Id: 4294967295

Content path: C:\Windows\ccmcache\v

Working directory:  AppEnforce7/4/2013 4:30:00 
PM   4700 (0x125C)


Prepared working directory: C:\Windows\ccmcache\v 
AppEnforce7/4/2013 4:30:00 PM   4700 (0x125C)


Prepared command line: C:\Windows\ccmcache\v\setup.exe 
/uninstall LyncEntry /config \\ servername \d$\Source\Software\Lync 
2013\BasicX86\lyncentry.ww\config.xml AppEnforce7/4/2013 
4:30:00 PM   4700 (0x125C)


Executing Command line: C:\Windows\ccmcache\v\setup.exe 
/uninstall LyncEntry /config \\ servername \d$\Source\Software\Lync 
2013\BasicX86\lyncentry.ww\config.xml with system context   
AppEnforce7/4/2013 4:30:00 PM  4700 (0x125C)


Working directory C:\Windows\ccmcache\v   AppEnforce 7/4/2013 
4:30:00 PM   4700 (0x125C)


Post install behavior is BasedOnExitCodeAppEnforce 
7/4/2013 4:30:00 PM   4700 (0x125C)


Waiting for process 1340 to finish.  Timeout = 120 minutes. 
AppEnforce7/4/2013 4:30:00 PM   4700 (0x125C)


Process 1340 terminated with exitcode: 30045 AppEnforce
7/4/2013 4:30:04 PM   4700 (0x125C)


Looking for exit code 30045 in exit codes table... 
AppEnforce7/4/2013 4:30:04 PM   4700 (0x125C)