|
I don't know much about SCCM or Kaseya. I'm guessing it depends on which enviroment the agent initiating the installation runs in, and what means you have to control it? - Might work in SCCM if it defaults to x86 context on a x64 enviroment.
|
| # ¿ Aug 24, 2010 07:37 |
|
|
| # ¿ May 24, 2013 12:10 |
|
Nomex posted:Sorry, I think I missed this, but why aren't you guys just installing 64 bit Java? Because 32 bit browsers on a 64bit machines needs 32 bit Java. And for some reason the default shortcut to IE on a Windows 7 x64 is to the 32 bit version.
|
| # ¿ Aug 25, 2010 06:03 |
|
Jadus posted:I'm hoping someone can clarify something for me regarding SCCM and licensing. What do you get 'extra' when you have both?
|
| # ¿ Aug 25, 2010 06:07 |
|
Swink posted:I'm preparing the images for our upgrade from XP > Win7. I'm using MDT2010 to prepare the images. How does inserting windows updates work? If I get the latest security update and insert it, will that be installed when I deploy the image, or will it install the update after the deployment, like it does with applications? You can also download and inject .msu's straight into your .wim image. http://technet.microsoft.com/en-us/library/dd744346(WS.10).aspx
|
| # ¿ Oct 11, 2010 18:27 |
|
lol internet. posted:This is totally off topic, but does anyone know how I'll be able to pull part numbers from HP laptops? (Elitebook series.) I'm able to pull model/serial through WMI but having issues with part number. I need this so I can do warranty checks on the whole company inventory. Here's a snippet of what I use: strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\hp\InstrumentedBIOS") Set colItems = objWMIService.ExecQuery( _ "select * from HP_BIOSString",,48) For Each objItem in colItems if objItem.Name="SKU Number" then strProductNumber = objItem.Value End If next
|
| # ¿ Mar 16, 2011 17:36 |
|
Yeah, took a while to figure that one out. I have a script for checking the warrenty online, but it's pretty soiled in CapaInstaller scripting library functions. (I haven't made it my self) I do have a version for Dell and Lenovo that I've made my self.
|
| # ¿ Mar 16, 2011 19:11 |
|
I just got a request from a client. - Any input is appreciated. The client had a computer stolen, but since his setup is HTTPS enabled, the stolen computer is currently in daily contact with the server. - It's public IP has been registered, and the authorities have been notified, but not much is happening in that department so far... So the client wants to wipe the disk and all it's data, the sooner the better. (Lots of homegrown videos I guess) I doubt there is a simple way of doing this in vb, so I'm looking for a 3 party tool (with a reasonable price tag) that runs from the command line. - Alternatively I will push a WinPe to the client, with a fixed start-up script to wipe the disk, but that will take a lot longer to make work.
|
| # ¿ Jul 19, 2011 13:25 |
|
|
| # ¿ May 24, 2013 12:10 |
|
LoKout posted:psexec.exe deltree /y Yeah, remote access. I have scheduled a teamviewer installation next time the computer will come online. - I'm using a (for you guys) unknown deployment system, but since I'm also an employee at this company, it wouldn't be kosher mentioning names here ![]() I suggested the client something similar to the wallpaper switch, but he wants wipe.. For now, I will modify a Winpe image, and just wipe all partitions, unless someone comes up with a easy 3'rd part tool to do this while the system is online.
|
| # ¿ Jul 19, 2011 16:29 |





