Meilleur auteur de réponses
Problème de remonté des clients dans la console SCCM

Question
-
Bonjour,
Actuellement en plein déploiement de SCCM 2007, je rencontre un soucis lors du déploiement de mes clients.
La découverte par AD des postes s'est effectuée correctement, le déploiement des clients sur mes postes XP/SEVEN aussi, seulement voila, même si les clients se sont installé correctement et ont bien récupéré le code site, ma console SCCM ne détecte que certains clients comme installés (environ 90/200) .
Lorsque je me rend sur mon client et que je lance la collecte de données de découverte, mon client apparaît assez rapidement.
Autre détail, j'ai fait un test en supprimant tous les postes de la console SCCM, puis relancé un découverte. Même résultat, seulement se ne sont pas exactement les postes qui sont correctement remonté.
Voila si quelqu'un connais une solution ou tous du moin un axe de recherche, parce que la je suis perdu.
Merci
Cordialement
Réponses
-
Tu as fait une migration sur place ou bien côte à côte ? Note que lorsqu'on est sur une migration côte à côte (un nouveau serveur ConfigMgr, un nouveau code de site, ...) avant de commencer l"installation du client ConfigMgr il faut rediriger l'ancien client vers le nouveau serveur de site et cela peut être fait via un script vbs (juste il faut montionné le nouveau code à la place de EnterNewSiteCode) :
'replace with your Site Code
sSiteCode = "EnterNewSiteCode"
sMachine = "."
set oCCMNamespace = GetObject("winmgmts://" & sMachine & "/root/ccm")
Set oInstance = oCCMNamespace.Get("SMS_Client")
set oParams = oInstance.Methods_("SetAssignedSite").inParameters.SpawnInstance_()
oParams.sSiteCode = sSiteCode
oCCMNamespace.ExecMethod "SMS_Client", "SetAssignedSite", oParamsEnsuite je préfère utiliser la méthode software distribution pour installer le nouveau client http://technet.microsoft.com/en-us/library/bb632690.aspx
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1- Modifié Bechir GharbiModerator vendredi 30 décembre 2011 13:35
- Proposé comme réponse Bechir GharbiModerator vendredi 30 décembre 2011 16:55
- Marqué comme réponse Florin Ciuca mardi 3 janvier 2012 12:09
-
puis-je encore exécuter le script pour rattraper mon erreur?
Oui bien sûr.
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1- Proposé comme réponse Bechir GharbiModerator vendredi 30 décembre 2011 16:55
- Marqué comme réponse Florin Ciuca mardi 3 janvier 2012 12:09
Toutes les réponses
-
Est ce une migration des clients SMS 2003 vers 2007 ou bien une nouvelle installation ? Sinon, il faut chercher dans les fichiers logs sur les machines ou une machine type pour trouver la cause (clientlocation.log, locationservices.log, ClientIDManagerStartup.log). Enfin, à noter que c'est possible de lancer la collecte de données de découverte sur toutes ou un lot de machines en installation sur le serveur de site le right-click-tool dispo sur http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1 -
Oui effectivement c'est une migration de SMS 2003 vers 2007, j'ai oublié de le préciser.
J'ai regarder les logs et je ne vois rien de suspect:
LocationServices.log
]LOG]!><time="12:19:53.290+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="3480" file="event.cpp:525"> <![LOG[Refreshing trusted key information]LOG]!><time="12:19:53.293+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="3480" file="lssecurity.cpp:749"> <![LOG[Raising event: instance of CCM_CcmHttp_Status { ClientID = "GUID:5A7782A0-A9DB-4CFF-8008-83522BCF1BE7"; DateTime = "20111229111953.316000+000"; HostName = "MEESRV-WSUS.MEESCHAERT.DOM"; HRESULT = "0x00000000"; ProcessID = 3156; StatusCode = 0; ThreadID = 3480; }; ]LOG]!><time="12:19:53.316+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="3480" file="event.cpp:525"> <![LOG[Persisting the management point authentication information in WMI]LOG]!><time="12:19:53.319+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="3480" file="lssecurity.cpp:763"> <![LOG[Persisted Management Point Authentication Information locally]LOG]!><time="12:19:53.326+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="3480" file="lssecurity.cpp:770"> <![LOG[The 'Certificate Store' is empty in the registry, using default store name 'MY'.]LOG]!><time="12:19:53.328+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="ccmcert.cpp:204"> <![LOG[Refreshing client operational settings over AD]LOG]!><time="12:19:53.330+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:4810"> <![LOG[Refreshed security settings over AD]LOG]!><time="12:19:53.337+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:4839"> <![LOG[No security settings update detected.]LOG]!><time="12:19:53.341+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lssecurity.cpp:4340"> <![LOG[Executing Task LSRefreshLocationsTask]LOG]!><time="12:19:53.582+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="scheduledcleanupendpoint.cpp:121"> <![LOG[Executing Task LSRefreshLocationsTask]LOG]!><time="13:19:53.393+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="2776" file="scheduledcleanupendpoint.cpp:121"> <![LOG[Executing Task LSRefreshLocationsTask]LOG]!><time="14:19:53.192+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="2224" file="scheduledcleanupendpoint.cpp:121"> <![LOG[Executing Task LSRefreshLocationsTask]LOG]!><time="15:19:53.007+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="2384" file="scheduledcleanupendpoint.cpp:121"> <![LOG[Executing Task LSRefreshLocationsTask]LOG]!><time="16:19:52.808+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="2752" file="scheduledcleanupendpoint.cpp:121"> <![LOG[Attempting to retrieve default management point from AD]LOG]!><time="16:46:15.595+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:2537"> <![LOG[Retrieved Default Management Point from AD: MEESRV-WSUS.MEESCHAERT.DOM]LOG]!><time="16:46:15.716+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:2543"> <![LOG[Persisting the default management point in WMI]LOG]!><time="16:46:15.716+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:3878"> <![LOG[Persisted Default Management Point Location locally]LOG]!><time="16:46:15.831+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:3891"> <![LOG[Attempting to retrieve proxy MP from AD]LOG]!><time="16:46:15.859+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsproxymp.cpp:938"> <![LOG[Unknown task LSProxyMPModificationTask in non-quarantine - ignoring.]LOG]!><time="16:46:15.886+-60" date="12-29-2011" component="LocationServices" context="" type="2" thread="2384" file="scheduledcleanupendpoint.cpp:404"> <![LOG[Current AD site of machine is Paris]LOG]!><time="16:46:15.890+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:457"> <![LOG[Retrieved Proxy Management Point from AD: MEESRV-WSUS.MEESCHAERT.DOM]LOG]!><time="16:46:15.967+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsproxymp.cpp:945"> <![LOG[Unknown task LSProxyMPModificationTask in non-quarantine - ignoring.]LOG]!><time="16:46:16.056+-60" date="12-29-2011" component="LocationServices" context="" type="2" thread="2384" file="scheduledcleanupendpoint.cpp:404"> <![LOG[Attempting to retrieve local MP from AD]LOG]!><time="16:46:16.062+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:3778"> <![LOG[Current AD site of machine is Paris]LOG]!><time="16:46:16.075+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:457"> <![LOG[Retrieved local Management Point from AD: MEESRV-WSUS.MEESCHAERT.DOM]LOG]!><time="16:46:16.094+-60" date="12-29-2011" component="LocationServices" context="" type="1" thread="1992" file="lsad.cpp:3790">
ClientIDManagerStartup.log
<![LOG[Computed HardwareID=2:0E7757023691C04E41ADB82E2487CF22A155134F Win32_SystemEnclosure.SerialNumber=S4XF705 Win32_SystemEnclosure.SMBIOSAssetTag= Win32_BaseBoard.SerialNumber= Win32_BIOS.SerialNumber=S4XF705 Win32_NetworkAdapterConfiguration.MACAddress=70:F3:95:00:27:A3]LOG]!><time="11:45:10.049+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="3840" file="ccmid.cpp:673"> <![LOG[Persisted hardware IDs in CCM_ClientIdentificationInformation=@: HardwareID1=2:0E7757023691C04E41ADB82E2487CF22A155134F HardwareID2=71940800010000FC]LOG]!><time="11:45:10.050+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="3840" file="ccmid.cpp:780"> <![LOG[RegTask - Executing registration task synchronously.]LOG]!><time="12:13:15.189+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="regtask.cpp:779"> <![LOG[Reg Task: Client is registered, exiting.]LOG]!><time="12:13:15.191+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="regtask.cpp:660"> <![LOG[Read SMBIOS (encoded): 5300340058004600370030003500]LOG]!><time="12:13:15.220+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="smbiosident.cpp:118"> <![LOG[Evaluated SMBIOS (encoded): 5300340058004600370030003500]LOG]!><time="12:13:15.226+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="smbiosident.cpp:185"> <![LOG[No SMBIOS Changed]LOG]!><time="12:13:15.226+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="smbiosident.cpp:65"> <![LOG[SMBIOS unchanged]LOG]!><time="12:13:15.226+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="ccmid.cpp:919"> <![LOG[SID unchanged]LOG]!><time="12:13:15.227+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="ccmid.cpp:936"> <![LOG[HWID unchanged]LOG]!><time="12:13:15.232+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="ccmid.cpp:952"> <![LOG[GetSystemEnclosureChassisInfo: IsFixed=TRUE, IsLaptop=FALSE]LOG]!><time="12:13:15.249+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="ccmid.cpp:434"> <![LOG[Computed HardwareID=2:0E7757023691C04E41ADB82E2487CF22A155134F Win32_SystemEnclosure.SerialNumber=S4XF705 Win32_SystemEnclosure.SMBIOSAssetTag= Win32_BaseBoard.SerialNumber= Win32_BIOS.SerialNumber=S4XF705 Win32_NetworkAdapterConfiguration.MACAddress=70:F3:95:00:27:A3]LOG]!><time="12:13:15.274+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="ccmid.cpp:673"> <![LOG[Persisted hardware IDs in CCM_ClientIdentificationInformation=@: HardwareID1=2:0E7757023691C04E41ADB82E2487CF22A155134F HardwareID2=71940800010000FC]LOG]!><time="12:13:15.275+-60" date="12-26-2011" component="ClientIDManagerStartup" context="" type="1" thread="2692" file="ccmid.cpp:780"> <![LOG[RegTask - Executing registration task synchronously.]LOG]!><time="10:19:55.816+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="regtask.cpp:779"> <![LOG[Reg Task: Client is registered, exiting.]LOG]!><time="10:19:55.833+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="regtask.cpp:660"> <![LOG[Read SMBIOS (encoded): 5300340058004600370030003500]LOG]!><time="10:19:55.856+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="smbiosident.cpp:118"> <![LOG[Evaluated SMBIOS (encoded): 5300340058004600370030003500]LOG]!><time="10:19:55.862+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="smbiosident.cpp:185"> <![LOG[No SMBIOS Changed]LOG]!><time="10:19:55.862+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="smbiosident.cpp:65"> <![LOG[SMBIOS unchanged]LOG]!><time="10:19:55.862+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="ccmid.cpp:919"> <![LOG[SID unchanged]LOG]!><time="10:19:55.863+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="ccmid.cpp:936"> <![LOG[HWID unchanged]LOG]!><time="10:19:55.868+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="ccmid.cpp:952"> <![LOG[GetSystemEnclosureChassisInfo: IsFixed=TRUE, IsLaptop=FALSE]LOG]!><time="10:19:55.883+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="ccmid.cpp:434"> <![LOG[Computed HardwareID=2:0E7757023691C04E41ADB82E2487CF22A155134F Win32_SystemEnclosure.SerialNumber=S4XF705 Win32_SystemEnclosure.SMBIOSAssetTag= Win32_BaseBoard.SerialNumber= Win32_BIOS.SerialNumber=S4XF705 Win32_NetworkAdapterConfiguration.MACAddress=70:F3:95:00:27:A3]LOG]!><time="10:19:55.904+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="ccmid.cpp:673"> <![LOG[Persisted hardware IDs in CCM_ClientIdentificationInformation=@: HardwareID1=2:0E7757023691C04E41ADB82E2487CF22A155134F HardwareID2=71940800010000FC]LOG]!><time="10:19:55.905+-60" date="12-27-2011" component="ClientIDManagerStartup" context="" type="1" thread="1568" file="ccmid.cpp:780">
ClientLocation.log
<![LOG[GetCurrentManagementPointEx]LOG]!><time="16:38:42.204+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="3656" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:38:42.207+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="3656" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:39:42.191+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="3656" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:39:42.195+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="3656" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:40:42.202+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2052" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:40:42.205+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2052" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:41:42.223+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2052" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:41:42.227+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2052" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:42:42.227+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2384" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:42:42.230+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2384" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:43:42.247+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2104" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:43:42.250+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2104" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:44:42.248+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2384" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:44:42.251+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="2384" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:45:42.259+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="1868" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:45:42.262+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="1868" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:46:42.267+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="1868" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:46:42.270+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="1868" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:47:42.272+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="5084" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:47:42.275+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="5084" file="smsclientclass.cpp:1094"> <![LOG[GetCurrentManagementPointEx]LOG]!><time="16:48:42.293+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="5084" file="smsclientclass.cpp:1039"> <![LOG[Current Management Point is MEESRV-WSUS.MEESCHAERT.DOM with version 6487 and capabilities: <Capabilities SchemaVersion="1.0"> </Capabilities>.]LOG]!><time="16:48:42.296+-60" date="12-29-2011" component="ClientLocation" context="" type="1" thread="5084" file="smsclientclass.cpp:1094">
Merci pour votre aide.
Cordialement
-
-
-
Bonjour,
Peux-tu lancer la collecte de données de découverte sur toutes ou un lot de machines en utilisant le right-click-tool dispo sur http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx (installe le sur le serveur de site).
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1 -
-
Est ce que tu as mis à jour ta collection puis un refresh dérrière. Sinon, est ce que les limites de site sont configurées dans ConfigMgr et supprimées de SMS 2003, de plus est ce que les clients SMS 2003 pointent déjà vers ConfigMgr avant le déploiement du client ConfigMgr ?
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1 -
Les limites de site ont bien été supprimées de SMS 2003 et reconfigurées dans ConfigMgr et j'ai bien effectué une mise à jour de la collection et un refresh.
Pour les clients SMS 2003,je crois qu'ils ne pointaient pas vers ConfigMgr.
Se que je trouve vraiment étrange c'est qu'il n'y a aucune logique dans ce problème, sur les 90 postes remontés, ils font partis de différentes plage IP et un des configurations différentes (XP et Seven). Alors que des postes ayant les mêmes configuration ne remonte pas du tout.
-
Tu as fait une migration sur place ou bien côte à côte ? Note que lorsqu'on est sur une migration côte à côte (un nouveau serveur ConfigMgr, un nouveau code de site, ...) avant de commencer l"installation du client ConfigMgr il faut rediriger l'ancien client vers le nouveau serveur de site et cela peut être fait via un script vbs (juste il faut montionné le nouveau code à la place de EnterNewSiteCode) :
'replace with your Site Code
sSiteCode = "EnterNewSiteCode"
sMachine = "."
set oCCMNamespace = GetObject("winmgmts://" & sMachine & "/root/ccm")
Set oInstance = oCCMNamespace.Get("SMS_Client")
set oParams = oInstance.Methods_("SetAssignedSite").inParameters.SpawnInstance_()
oParams.sSiteCode = sSiteCode
oCCMNamespace.ExecMethod "SMS_Client", "SetAssignedSite", oParamsEnsuite je préfère utiliser la méthode software distribution pour installer le nouveau client http://technet.microsoft.com/en-us/library/bb632690.aspx
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1- Modifié Bechir GharbiModerator vendredi 30 décembre 2011 13:35
- Proposé comme réponse Bechir GharbiModerator vendredi 30 décembre 2011 16:55
- Marqué comme réponse Florin Ciuca mardi 3 janvier 2012 12:09
-
Je vais une migration côte à côte, effectivement je n'ai pas redirigé les anciens client vers le nouveau site étant données que le nouveau client est déjà déployé sur mes postes, puis-je encore exécuter le script pour rattraper mon erreur?
Ce que je trouve étrange, c'est que mes clients on tous le bon site d'assigné, même si ils ne sont pas remontés dans ConfiMgr
- Modifié darkay vendredi 30 décembre 2011 13:45
-
puis-je encore exécuter le script pour rattraper mon erreur?
Oui bien sûr.
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1- Proposé comme réponse Bechir GharbiModerator vendredi 30 décembre 2011 16:55
- Marqué comme réponse Florin Ciuca mardi 3 janvier 2012 12:09
-
-
Très bien et n'oublie pas de marquer la ou les bonnes réponses pour que cela soit benefique pour la communauté. Merci encore et n'hésite pas à revenir sur les forums si tu auras d'autres soucis.
Bechir Gharbi | http://myitforum.com/myitforumwp/community/members/bgharbi/ | Time zone : GMT+1