-
Posts
197 -
Joined
-
Last visited
-
Days Won
6
Everything posted by Oneone
-
What are you guys running in your lab environments?
Oneone replied to wmmayms's topic in General Chat
Runnig our lab with Server 2012 and all the clients on Hyper V.3 Dont have the HW specs here atm will update later! -
Hello! You should check that you have the requierd ports open to be able to do a push installation, for example turn off the windows firewall and se that the WMI ports are open to the computer so the client cant connect and install. Good luck! Also more here, http://technet.microsoft.com/en-us/library/gg681980.aspx
-
Thank you ! i totally missed that one. I will report back when i have applied the update!4 Wooooooooooooooo it works now after the CU6 patch! lova ya guys The problem is that if you are running SQL Server 2008 R2 and if you are running the database on a NON-default instance the SCCM will have problems locating it because it querys the WMI and looks for the default sql instance. So if you are having this problem and you are running the database in an named instance, you need this patch!
-
Hi, Still having problems with my reports. When i browse the site on the reporing services SQL it looks like this. http://img546.imageshack.us/img546/3026/tomtq.png This does not show up. http://www.windows-n...-1321625640.png if u check the monitoring > Component Status > SMS_SRS_Reporting_POINT it looks like this. The report server service is not running on Reporting Service Point server "XXX.SE"; start the service to enable reporting. And the service IS RUNNING, ive rebooted the servers, restarted the services nothing seems to help. Any ideas?
-
How is everyone sorting out servers and rules? Im currently thinking about doing different collections for different servers, then connect the collections to grups in AD. So it looks something like this. SQL Servers Group > SQL Servers Collection > Endpoint protection malware profile SQL Servers TMG Servers Group > TMG Servers Collection > Endpoint protection malware profile TMG Servers Is this a good setup? or would you guys do it differently? When i use this method i can just add the server i want in the appropriate group then the server will get the right profile. Any thoughts ? suggestions?
-
It depends what kind of computers you want in that collection, if you are going to use direct membership you dont need any rules or querys. If you are going to use a group you could connect that to a ad group for example. You can find more info here. http://www.windows-noob.com/forums/index.php?/topic/892-deploy-software-through-ad-groups-linked-to-collections-in-sccm/ select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM .SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.SystemGroupName = "SCCM2007\\GROUPNAME"
-
using SCCM 2012 in a LAB - Part 1. Installation
Oneone replied to anyweb's topic in Configuration Manager 2012
You login to the machine you want to add the account to, then you ad the account to the administrators group on that machine. -
More info here. http://technet.microsoft.com/en-us/library/gg712288.aspx#BKMK_ClientCache What kind of installation method are you using?
-
Clients cannot install software from Application Catalog
Oneone replied to DoomCrewInc's topic in Configuration Manager 2012
So you havent extrended the schema for SCCM 2012? If you dont your clients wont be able to find the right server for the software cataloge. "When a new Configuration Manager client installs, the client can search Active Directory Domain Services for installation properties. If you do not extend the schema, you must use one of the following workarounds to provide configuration details that computers require to install:" Use client push installation. Before you use client installation method, make sure that all prerequisites are met. For more information, see the section “Installation Method Dependencies” in Prerequisites for Computer Clients. Install clients manually and provide client installation properties by using CCMSetup installation command-line properties. This must include the following: Specify a management point or source path from which the computer can download the installation files by using the CCMSetup property /mp:=<management point name computer name> or /source:<path to client source files> on the CCMSetup command line during client installation. Specify a list of initial management points for the client to use so that it can assign to the site and then download client policy and site settings. Use the CCMSetup Client.msi property SMSMP to do this. [*]Publish the management point in DNS or WINS and configure clients to use this service location method. More info here. http://technet.micro...y/gg712272.aspx -
PXE without DHCP worked, not it doesn't?
Oneone replied to PolishPaul's topic in Configuration Manager 2012
"hese are on a private network and have a Linux DHCP/PXE setup" You dont need DHCP on your SCCM server to be able to get PXE to work, as long as the client get an IP adress you are good to go. Then hopyfully the SCCM will respond after the client has the IP adress.