-
Content Count
242 -
Joined
-
Last visited
-
Days Won
1
jamitupya last won the day on March 11
jamitupya had the most liked content!
Community Reputation
2 NeutralAbout jamitupya
-
Rank
Advanced Member
- Birthday November 4
Contact Methods
-
Website URL
http://www.gahnget.com
Profile Information
-
Gender
Male
-
Location
Tokyo, Japan
-
Nice to see some recognition for your work Niall
-
WDS for Multiple MSP Clients
jamitupya replied to PCgeek215's topic in Windows Deployment Services (WDS)
Edit: for unattended.xml, etc only. is your image the same for all clients? software etc.... you could just not use the VLK key, then build a batchfile to load on first boot to windows with a series of choices.. press 1 for abc, press 2 for def, etc ... then the corresponding batchfile runs, kicks a bunch of customization scripts etc. little complex but would work... i did for a project once, worked well....but is tedious to build -
this can be done MANY ways. i have built this using lpksetup as per http://technet.microsoft.com/en-us/library/dd744278(WS.10).aspx or in the TS when specifying the unattended file, we use a query against the client IP address and then apply the correct apply windows settings and a customized unattended.xml per country... this worked well.
-
i did the same thing for a VDI client at my last company.... checkout halfway down the post here http://www.windows-noob.com/forums/index.php?/topic/2855-build-and-capture-windows-7-enterprise-for-vdi/ for something very similar... we just put a batch file with a bunch of stuff.... .and a simple pause command....once completed, press space bar to continue the TS.... i also have a wsus update script included there, but its not provided... just referenced.... its easy to find one online to automate it though
-
yes it will work. its more to do with windows than sccm. sccm is just the method to apply. that post has various options on how to apply
-
Install Office 2010 based on a variable
jamitupya replied to Kingskawn's topic in Deploy software, applications and drivers
same result? can you send us your smsts.log -
Its a shame you've decided to move on, but to be honest, i understand your pain, it isn't easy to figure out this product but i can say, give it some time, spend an hour running through it every week. You say you want this thread removed, i'll say now i feel this is a valuable thread in terms of internet knowledge. it didn't help you admittedly but did and does show a sampling of the "un-initiated"s experiences, and they are unfortunately all to common. Whilst i get your frustration in not being answered, let me put my 2 cents in: follow this to find out how to access the SMSTS.log
-
BUILD and Capture Windows 7 Enterprise for VDI
jamitupya replied to jamitupya's topic in Configuration Manager 2012
Sorry guys, i've changed jobs to a significantly different business path, i'll try and get a working deploy TS to you all asap but zero guarantee... -
make sure you set the permissions from the root of the source directory. replace ALL the permissions on files, folders and subdirectories and select to replace and inherit on subdirectories... try that.... *source directory e.g. d:¥applications¥ then if your DP's are on separate servers you'll need to re-acl these as well..
-
Install Office 2010 based on a variable
jamitupya replied to Kingskawn's topic in Deploy software, applications and drivers
from memory, this key can be created automatically with one of the later ms updates (without office being installed)....try using a nested key specific to an office app... like word or the registered users name... a thought anyway... -
deploy .ini files through configmgr
jamitupya replied to sccm_freak's topic in Deploy software, applications and drivers
are they customized per machine? is there any reason you cant just create a package with the ini file and run something like a batch file from here http://www.windows-noob.com/forums/index.php?/topic/2758-how-can-i-copy-files-from-a-package/ ? we generally pickup a series of cfg and ini files via a network share this same way.... -
Guidelines for sccm setup
jamitupya replied to msandbu's topic in Troubleshooting, Tools, Hints and Tips
Hi Martin, yes it's possible to delegate a semblance of access, but you would need to do a detailed design prior. if this is th way, I have deployed a similar setup to an organization with much the same reasoning. They required centralized reporting however the costs for toolsets and licensing were borne by the BU's. We created a primary site for each BU hosted on a VM in the datacenter and then only gave the enterprise admins rights to all primary sites. reporting setups and cofigs become a nightmare though so keep that in mind for any custom reports you may build. other -
Guidelines for sccm setup
jamitupya replied to msandbu's topic in Troubleshooting, Tools, Hints and Tips
Welcome, difficult question..... the laptops are a concern but not a huge concern to be honest. also, the number of clients and DP, are relative to the size of the sites involved. we work with every site with 50 devices or more has a DP, and every country has a MP (basic setup, things get complicated real quick) DirectAccess is a series of configurations hooked into group policy.... yes those pc's will be manageable however this is really dependant on your configuration and its firewall settings (if using UAG its possible) i need t dig out sizing guides, will try and gra