SCCM by Davis
|
- Peter Daalmans wrote a new post, Adding PowerShell support to WinPE from ConfigMgr 2012 SP1 console
- Rafal Pe posted an update in the group Operating System Deployment:
- Rafal Pe joined the group Operating System Deployment
- Garth Jones wrote a new post, PC with MAC Address
- PC with MAC Address
- Garth Jones wrote a new post, Softwares installed in last 90 days on a collection of PC
- Garth Jones wrote a new post, Count of Video Controller details.
- Softwares installed in last 90 days on a collection of PC
- SCCM by Davis
Posted: 18 Nov 2012 10:50 AM PST
| |||||||||||||||||||||||||||||||||
Posted: 18 Nov 2012 05:20 AM PST
SCCM – OSD Dynamic computer naming (dynamically generate computer name)
I have noticed that a lot of people is missing that funcionality in SCCM (2007 and suprise 2012). I honestly dont know why Microsoft has not built that in. I have been using custom builds of services or scripts to do that but in my case of big enviroment those solutions just did not work as expected. Therefore I have written my own custom Web Services (available in codeplex and here).Benefits are:
Comments: 0 | |||||||||||||||||||||||||||||||||
Posted: 18 Nov 2012 05:06 AM PST
Comments: 0
| |||||||||||||||||||||||||||||||||
Posted: 17 Nov 2012 03:42 PM PST
For full details see http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/6c00b44f-1b92-4c1b-924e-fd79c191d5e9 Select
R.Netbios_Name0, MAC.MAC_Addresses0 from dbo.v_R_System R […] Comments: 0 | |||||||||||||||||||||||||||||||||
Posted: 17 Nov 2012 03:42 PM PST
For full details see
http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/6c00b44f-1b92-4c1b-924e-fd79c191d5e9 Select R.Netbios_Name0, MAC.MAC_Addresses0 from dbo.v_R_System R join dbo.v_RA_System_MACAddresses MAC ON R.ResourceID = MAC.ResourceID Where MAC.MAC_Addresses0 in ( SELECT MAC.MAC_Addresses0 FROM dbo.v_RA_System_MACAddresses MAC GROUP BY MAC.MAC_Addresses0 having (Count(MAC.MAC_Addresses0)>1) ) | |||||||||||||||||||||||||||||||||
Posted: 17 Nov 2012 01:38 PM PST
For full details, please see http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/80c794d7-a55f-4d13-985b-9b84efd6f9e7 SELECT
R.Name0 as 'PC', CS.Manufacturer0 as 'Man', […] Comments: 0 | |||||||||||||||||||||||||||||||||
Posted: 17 Nov 2012 12:58 PM PST
For full details, please see http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/38f8a5c1-3b82-4ca4-b664-167b6c8226c5 select
r.netbios_name0 as nm, Count(r.netbios_name0) from […] Comments: 0 | |||||||||||||||||||||||||||||||||
Posted: 17 Nov 2012 01:38 PM PST
For full details, please see
http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/80c794d7-a55f-4d13-985b-9b84efd6f9e7 SELECT R.Name0 as 'PC', CS.Manufacturer0 as 'Man', CS.Model0 as 'Model', ARP.DisplayName0 as 'DisplayName', ARP.Version0 as 'Version', installdate0 as 'IDate', datediff(dd,convert(datetime,cast(installdate0 as datetime),101),getdate()) as 'DateD' into #temp FROM dbo.v_R_System R JOIN dbo.v_ADD_REMOVE_PROGRAMS ARP ON R.ResourceID = ARP.ResourceID and isdate(arp.installdate0) = 1 JOIN dbo.v_GS_COMPUTER_SYSTEM CS ON R.ResourceID = CS.ResourceID JOIN dbo.v_FullCollectionMembership FCM ON R.ResourceID = FCM.ResourceID and CollectionID = 'SMS00001' WHERE ARP.DisplayName0 NOT LIKE '%Update%' Select t.PC, t.Man, t.Model, t.DisplayName, t.Version, t.IDate from #temp t where T.Dated < 90 Drop table #temp | |||||||||||||||||||||||||||||||||
Posted: 17 Nov 2012 01:46 PM PST
|
No hay comentarios:
Publicar un comentario