-
Posts
87 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Bendes
-
Check this out, especially the end of the article about the Task Sequence advertisement options : http://blogs.msdn.com/b/steverac/archive/2008/10/19/setting-up-multicasting-in-sccm.aspx
- 1 reply
-
- sccm 2007
- distribution
-
(and 1 more)
Tagged with:
-
"ccmsetup.exe /noservice" should register the client in SCCM. This EXE switch is only used to not create a service to run ccmsetup.exe as SYSTEM account but with credential that's be used to launch it. Two solutions with your error messages to try : http://www.myitforum.com/forums/SCCM-2012-RC2-Client-Install-Issue-m234865.aspx http://www.windows-noob.com/forums/index.php?/topic/7248-failed-to-get-dp-locations-as-the-expected-version-error-0x87d00215/
-
Permissions are reset by the permissions given in SCCM2012 Console. You must create a Security Role as explained here : http://blog.coretech.dk/kea/creating-the-reporting-user-role-in-configmgr-2012/
-
Yes, if you have a internet connection established...
-
Execute : C:\Windows\System32\cscript.exe C:\Windows\System32\slmgr.vbs -ato !! Big problem: a Internet connection is mandatory during this phase... !!
-
Clean 'All computers' collection of old, inactive computers
Bendes replied to Stian M.'s topic in Configuration Manager 2012
Uhm, Sorry I thought that the function would do the job Manual way : - Open "All Systems" Collection - Sort list by a column of your choice - Select all necessary objects - and Delete- 7 replies
-
- SCCM 2012
- Collections
-
(and 2 more)
Tagged with:
-
Clean 'All computers' collection of old, inactive computers
Bendes replied to Stian M.'s topic in Configuration Manager 2012
You can enable a predefined task under Site settings -> Site Maintenance. There is a task called "Delete obsolete client data". Hope it will help.- 7 replies
-
- SCCM 2012
- Collections
-
(and 2 more)
Tagged with:
-
Hi, I use the same way, except for command line : - Extract msi from exe installer - Command line: jre_1.7.0_25.msi IEXPLORER=1 STATIC=1 JU=0 JAVAUPDATE=0 /norestart /qn IEXPLORER: Enable JRE for Internet Explorer STATIC: Install JRE in a folder named with version, allowing to have multiple JRE installed JU, JAVAUPDATE: Disable JRE auto-updates http://www.oracle.com/technetwork/java/javase/silent-136552.html
-
http://www.windows-noob.com/forums/index.php?/topic/1133-setting-computername-during-deployment/ http://www.techygeekshome.co.uk/2012/09/setting-computer-name-automatically.html