sccm osd run command line
Hi All, How can i stop the service through sccm before i start the OSD? plz advice Example: i need to stop firewall service Cheers Lrok
April 26th, 2012 5:57am

depends on where you want to do this (in winpe or windows) if in WinPe you can script it with a line like so:- wpeutil disablefirewall why do you want to do this anyway ? Step by Step ConfigMgr 2007 Guides | Step by Step ConfigMgr 2012 Guides | I'm on Twitter > ncbrady
Free Windows Admin Tool Kit Click here and download it now
April 26th, 2012 7:04am

Same basic questios as Niall had: What Service? In WinPE, in the current OS, in the deployed OS, on the server, somewhere else? Stopping services is easy in general, just use net stop servicename but without more details, can't say anything more than that.Jason | http://blog.configmgrftw.com | Twitter @JasonSandys
April 26th, 2012 8:54am

Hello Niall, Actually I was testing the command line in TS, So actually what i really want to do is, before start the OSD, I have a command line which bypass the PGP bootgurad, so i want to run that command before start the migration process. This is the command i want to run pgpwde --add-bypass --disk 0 --admin-passphrase 'pgp0123' this pgpwde.exe is in "program files/pgpdesktop" I need to run this in CMD.exe, how can i setup this in TS? plz advice Cheers Lrok
Free Windows Admin Tool Kit Click here and download it now
April 29th, 2012 2:15am

Hello L-Rok, it seems that you have to execute this while the "old" installation is running. So you have to advertise it to the systems you want to update that they can update. If not already done, add a "refresh" step in your TS (to download the PE an reboot then. But think on that you not download the PE to a section, which is after reboot still encrypted) So as this is only an execution of an executable, you can use a run command line. -add a"run command line" task sequence step to your operating system TS before you reboot to WinPE. -type in "%programfiles%\pgpdesktop\pgpwde.exe" --add-bypass --disk 0 --admin-passphrase 'pgp0123' But there seems to be problems with different versions of PGP and SCCM TS Problems with PGP desktop best regards, jabby
April 29th, 2012 8:42am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics