|
EH-Net
|
|
May 21, 2013, 02:16:47 PM
|
Show Posts
|
|
Pages: [1] 2 3 ... 6
|
|
7
|
Resources / Tools / Re: Remote deployment tools
|
on: March 21, 2013, 11:25:53 PM
|
|
Tried appying WMI filter on GPO for windows 2008 platforms Please help me to verify the below query is incorrect
Select * from Win32_operatingsystem Where (caption Like "microsoft Windows server 2008%) Select * from Win32_operatingsystem where version like "6.1%" and (producttype = "1" or producttype = "3")
thanks
|
|
|
|
|
8
|
Resources / Tools / Re: Remote deployment tools
|
on: March 17, 2013, 11:33:01 PM
|
|
My approach for GPO was primary but due to mix environment of servers ( Windows 2003, 2008) in same OU which is making tough time.. My only target is windows 2008.. also i am using psexec 1.98 version.
Thanks
|
|
|
|
|
9
|
Resources / Tools / Re: Remote deployment tools
|
on: March 17, 2013, 01:19:35 PM
|
|
I am trying to deploy the registry settings on windows 2008 server remotely.. While executing thru PSEXEC from any windows xp or 2008 server it shows access denied...
created a batch file as below
@echo on net use p: \\x.x.x.x\foldername copy p:\xyz.reg c:\ reg import c:\xyz.reg net use p: /delete exit
|
|
|
|
|
10
|
Resources / Tools / Remote deployment tools
|
on: March 16, 2013, 02:14:35 AM
|
|
Hi.. Currently got frustrated with PSexec which fails on Windows 2008 server for remote deployment. looking for free remote deployment tools which work on multiple Microsoft platforms...
Suggestions pls...
Thnks
|
|
|
|
|
Loading...
|