RE: [mssms] Duplicate Distribution Points Removal Steps Below:

2014-01-06 Thread Dwayne
Never got a response back so, I thought I’d share how I removed the Duplicate 
Distribution Points from our SCCM 2012 R2 environment.. I had a total of 4 
duplicates out of over 166 branch DP’s. 
 To get a quick tally of total count of Dup’s and the ID’s you may have you can 
quickly run:  
 
Select ID,
Count (*) TotalCount
From
V_DistributionPointInfoBase
Group By Id
Having Count (*) >1
Order by Count (*) Desc
 
 
 
Removing Duplicate Distribution Points from SCCM 2012/SQL DB
Confirm duplicate exist in SQL DB by running query in SQL Management Studio 
against  SCCM   
select * from sc_address Order by DestinationSiteCode
 
Search for your Server Name, if duplicate exist, you will see 2 rows for that 
server.
Then proceed to do the following if Duplicate exists: 
**NOTE** No need to remove content from DP if it already exist. **
1)  Remove “Distribution Point” Role from Branch Server that’s showing a 
Duplicate under “Administration >  Servers & Site Systems Roles”
2)  Remove “Site System” Role the same as noted in step 1.
3)  Run Primary Site Back up at this step.  Remote onto Primary and 
manually start “SMS_Site_Bkup” Service
4)  Pull up and monitor Bkup log on Primary. SMSdbMon.log. and wait till it 
completes.. Last line in log will say services stopped.
Now from SQL Studio run : 
delete from sc_address where destinationsitecode like '%SERVERNAME%'
 
Recheck that duplicate rows are now gone by re-running the original select 
statement but just check for the Servername only.. it should be gone: 
 
select * from sc_address where DestinationSiteCode like '%SERVERNAME%'
 
Once confirmed Duplicate is gone, Re-add DP site Role in SCCM console.. Wait 10 
minutes before adding DP Group association back..
DONE  !
 
 
Dwayne Hebert. MCTS. MCP. A+
SCCM ADMINISTRATOR
Systems Infrastructure
IB Color_blue jpg
 


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com



<>

RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading SCCM to SP1

2014-01-06 Thread Trevor Sullivan
Ivan,

 

To the best of my knowledge, there is no prerequisite to have any version of 
Windows Management Framework Core installed, in order to deploy the ConfigMgr 
2012 SP1 client agent. For example, Windows XP systems with Service Pack 3 does 
not implicitly have any version of WMF installed, but still supports the 
ConfigMgr 2012 SP1 client, right?

 

Cheers,

Trevor Sullivan

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Daniel Ratliff
Sent: Monday, January 6, 2014 6:26 PM
To: 'mssms@lists.myitforum.com'; 'mssms@lists.myitforum.com'
Subject: RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

 

Ours didn't have it with a remote SQL server. It shouldn't be an issue. Not 
sure if it's local.

-Daniel Ratliff

-Original Message-
From: Lindenfeld, Ivan [ivan.lindenf...@fnf.com 
 ]
Sent: Monday, January 06, 2014 07:23 PM Eastern Standard Time
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1




Hi Trevor,

 

I was typing fast.  My concern is will the SCCM 2012 SP1 site upgrade not work 
without WMF 3.0 on the SQL cluster?

 

Thanks.

 

Ivan Lindenfeld

Sr. Systems Engineer

Enterprise Deployment / SCCM

Fidelity National Financial | Jacksonville, Florida

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Trevor Sullivan
Sent: Monday, January 06, 2014 7:15 PM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

 

Ivan,

 

The risk is that, on ConfigMgr 2012 RTM (no Service Pack), that upgrading to 
Windows Management Framework Core 3.0 would cause ccmeval.exe to break WMI and 
the ConfigMgr client. There are some workarounds for this, but I would just 
hold off on deploying WMF 3.0 until after you’ve performed the SP1 upgrade on 
all of your clients.

 

http://trevorsullivan.net/2012/11/21/configmgr-2012-ccmeval-exe-causing-client-corruption/

 

Cheers,

Trevor Sullivan

 

From: listsad...@lists.myitforum.com   
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 6, 2014 5:55 PM
To: mssms@lists.myitforum.com  
Subject: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

 

What is the consequence of not upgrading to WMF 3.0 on my clustered SQL Server 
2008 R2 before upgrading SCCM 2012 to SP1?

 

Thanks.

 

Ivan Lindenfeld

Sr. Systems Engineer

Enterprise Deployment / SCCM

Fidelity National Financial | Jacksonville, Florida

ivan.lindenf...@fnf.com   | 904 854 8178

 

Team email:enterprisedeploym...@fnf.com  

Teamsite:Enterprise Deployment / SCCM 
 

 

 

 



The information transmitted is intended only for the person or entity to which 
it is addressed
and may contain CONFIDENTIAL material. If you receive this material/information 
in error,
please contact the sender and delete or destroy the material/information.

 






RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading SCCM to SP1

2014-01-06 Thread Daniel Ratliff
Ours didn't have it with a remote SQL server. It shouldn't be an issue. Not 
sure if it's local.

-Daniel Ratliff

-Original Message-
From: Lindenfeld, Ivan [ivan.lindenf...@fnf.com]
Sent: Monday, January 06, 2014 07:23 PM Eastern Standard Time
To: mssms@lists.myitforum.com
Subject: RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

Hi Trevor,

I was typing fast.  My concern is will the SCCM 2012 SP1 site upgrade not work 
without WMF 3.0 on the SQL cluster?

Thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Trevor Sullivan
Sent: Monday, January 06, 2014 7:15 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

Ivan,

The risk is that, on ConfigMgr 2012 RTM (no Service Pack), that upgrading to 
Windows Management Framework Core 3.0 would cause ccmeval.exe to break WMI and 
the ConfigMgr client. There are some workarounds for this, but I would just 
hold off on deploying WMF 3.0 until after you’ve performed the SP1 upgrade on 
all of your clients.

http://trevorsullivan.net/2012/11/21/configmgr-2012-ccmeval-exe-causing-client-corruption/

Cheers,
Trevor Sullivan

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 6, 2014 5:55 PM
To: mssms@lists.myitforum.com
Subject: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

What is the consequence of not upgrading to WMF 3.0 on my clustered SQL Server 
2008 R2 before upgrading SCCM 2012 to SP1?

Thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email:enterprisedeploym...@fnf.com
Teamsite:Enterprise Deployment / 
SCCM





The information transmitted is intended only for the person or entity to which 
it is addressed
and may contain CONFIDENTIAL material.  If you receive this 
material/information in error,
please contact the sender and delete or destroy the material/information.



RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading SCCM to SP1

2014-01-06 Thread Lindenfeld, Ivan
Hi Trevor,

I was typing fast.  My concern is will the SCCM 2012 SP1 site upgrade not work 
without WMF 3.0 on the SQL cluster?

Thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Trevor Sullivan
Sent: Monday, January 06, 2014 7:15 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

Ivan,

The risk is that, on ConfigMgr 2012 RTM (no Service Pack), that upgrading to 
Windows Management Framework Core 3.0 would cause ccmeval.exe to break WMI and 
the ConfigMgr client. There are some workarounds for this, but I would just 
hold off on deploying WMF 3.0 until after you've performed the SP1 upgrade on 
all of your clients.

http://trevorsullivan.net/2012/11/21/configmgr-2012-ccmeval-exe-causing-client-corruption/

Cheers,
Trevor Sullivan

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 6, 2014 5:55 PM
To: mssms@lists.myitforum.com
Subject: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading 
SCCM to SP1

What is the consequence of not upgrading to WMF 3.0 on my clustered SQL Server 
2008 R2 before upgrading SCCM 2012 to SP1?

Thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM








RE: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading SCCM to SP1

2014-01-06 Thread Trevor Sullivan
Ivan,

 

The risk is that, on ConfigMgr 2012 RTM (no Service Pack), that upgrading to
Windows Management Framework Core 3.0 would cause ccmeval.exe to break WMI
and the ConfigMgr client. There are some workarounds for this, but I would
just hold off on deploying WMF 3.0 until after you've performed the SP1
upgrade on all of your clients.

 

http://trevorsullivan.net/2012/11/21/configmgr-2012-ccmeval-exe-causing-clie
nt-corruption/ 

 

Cheers,

Trevor Sullivan

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 6, 2014 5:55 PM
To: mssms@lists.myitforum.com
Subject: [mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading
SCCM to SP1

 

What is the consequence of not upgrading to WMF 3.0 on my clustered SQL
Server 2008 R2 before upgrading SCCM 2012 to SP1?

 

Thanks.

 

Ivan Lindenfeld

Sr. Systems Engineer

Enterprise Deployment / SCCM

Fidelity National Financial | Jacksonville, Florida

ivan.lindenf...@fnf.com   | 904 854 8178

 

Team email: enterprisedeploym...@fnf.com
  

Teamsite: Enterprise Deployment / SCCM
 

 

 





[mssms] DBAs say no to WMF 3.0 upgrade on clustered SQL, upgrading SCCM to SP1

2014-01-06 Thread Lindenfeld, Ivan
What is the consequence of not upgrading to WMF 3.0 on my clustered SQL Server 
2008 R2 before upgrading SCCM 2012 to SP1?

Thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM






RE: [mssms] Views missing in SCCM 2012 SP1

2014-01-06 Thread Readenour, Monica
Here is where I am stumped, we have a tool that we have ran for about a year 
now that worked just fine.  It queries those views.  We can't figure out how it 
worked.   It is just the strangest thing.

Thanks,
Monica Readenour
CITS
E-Mail: monica.readen...@oa.mo.gov
(573) 522-1174


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Eswar Koneti
Sent: Tuesday, December 31, 2013 12:19 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Views missing in SCCM 2012 SP1
Importance: High

I dont see them neither in CM12 SP1 nor CM12 R2.I think they are replaced with 
vSMS_Boundary,v_BoundarySiteSystems.
If you are looking for information about boundaries/boundary groups,you can try 
the below report:

select SUBSTRING(BS.SiteSystemName, 1, CHARINDEX('.', BS.SiteSystemName) -1 ) 
AS [Site Server],
B.Value [Boundary],B.DisplayName [Boundary 
Discription],b.CreatedBy,b.CreatedOn,b.ModifiedBy,b.ModifiedOn,
case b.boundarytype when '3' then 'IP Range' when '1' then 'AD Site' when '0' 
then 'IP Subnet' when '2' then 'IPV6' else 'None' End as  'Type'
 from vSMS_Boundary B,v_BoundarySiteSystems BS
 where b.BoundaryID=bs.BoundaryID
 order by bs.SiteSystemName

Via 
http://eskonr.com/2013/12/sccm-2012-ssrs-report-site-servers-and-its-assigned-boundary-information/


Eswar Koneti
Configmgr Consultant
www.eskonr.com


From: monica.readen...@oa.mo.gov
To: mssms@lists.myitforum.com
Date: Mon, 30 Dec 2013 15:53:51 -0600
Subject: [mssms] Views missing in SCCM 2012 SP1

We are missing three of our views.  We don't know when they went away or why.  
Has anyone else see this?  Can someone provide me with the view definition so I 
can try to recreate then?  Should I recreate them or should I go straight to 
support for help with this one.



dbo.v_SiteRoamingBoundary_IPSubnet

dbo.v_SiteBoundary_IPSubnet

dbo.v_SiteRoamingBoundary_IPRange





Thanks,

Monica Readenour

CITS

E-Mail: monica.readen...@oa.mo.gov

(573) 522-1174











RE: [mssms] RE: Views missing in SCCM 2012 SP1

2014-01-06 Thread Readenour, Monica
Thanks Sherry that should help us out.

Thanks,
Monica Readenour
CITS
E-Mail: monica.readen...@oa.mo.gov
(573) 522-1174


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of slkissin...@sbcglobal.net
Sent: Monday, December 30, 2013 6:13 PM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] RE: Views missing in SCCM 2012 SP1

Well, I don't have them in CM12 either.  In our CM07 site, this is what the 
views are:
v_SiteRoamingBoundary_IPSubnet
  select SiteCode, IPSubnet, DownloadExecute, DisplayName from 
dbo.RoamingBoundaryIPSubnet

v_SiteBoundary_IPSubnet
 select SiteCode, IPSubnet from dbo.SiteBoundaryIPSubnet

v_SiteRoamingBoundary_IPRange
 select SiteCode, StartingIP, EndingIP, DownloadExecute, DisplayName from 
dbo.RoamingBoundaryIPRange

Note, I do NOT have any tables called dbo.RoamingBoundaryIPRange, nor 
SiteBoundaryIPSubnet, nor RoamingBoundaryIPSubnet in CM12… so the view 
definitions from CM07 likely aren’t as useful as you think they may be.

I think what you’ll want to look at is what’s inside dbo.BoundaryEx

select * from boundaryEx

I’m not sure what you were doing/had done where those views existed for you; 
but at least for 3 environments now… they don’t exist (in CM12).

From: Readenour, Monica
Sent: ‎Monday‎, ‎December‎ ‎30‎, ‎2013 ‎5‎:‎02‎ ‎PM
To: mssms@lists.myitforum.com

Not 100% but we were using them last week and they worked.   I wonder if 
someone from Microsoft could confirm that for us?

Thanks,
Monica Readenour
CITS
E-Mail: monica.readen...@oa.mo.gov
(573) 522-1174


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Daniel Ratliff
Sent: Monday, December 30, 2013 3:58 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Views missing in SCCM 2012 SP1

Are you sure these are 2012 views? We don’t have them either, 2012 SP1 CU3.

[cid:image001.jpg@01CF0AFC.FA30EB20]

Daniel Ratliff

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Readenour, Monica
Sent: Monday, December 30, 2013 4:54 PM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Views missing in SCCM 2012 SP1
Importance: High

We are missing three of our views.  We don’t know when they went away or why.  
Has anyone else see this?  Can someone provide me with the view definition so I 
can try to recreate then?  Should I recreate them or should I go straight to 
support for help with this one.

dbo.v_SiteRoamingBoundary_IPSubnet
dbo.v_SiteBoundary_IPSubnet
dbo.v_SiteRoamingBoundary_IPRange


Thanks,
Monica Readenour
CITS
E-Mail: monica.readen...@oa.mo.gov
(573) 522-1174




The information transmitted is intended only for the person or entity to which 
it is addressed
and may contain CONFIDENTIAL material. If you receive this material/information 
in error,
please contact the sender and delete or destroy the material/information.




<>

RE: [mssms] Differences between Server 2008 and Server 2012

2014-01-06 Thread Bruce Hethcote
They would be integers if we had evolved (or were created, so we can be 
all-inclusive here) where we had 16 fingers on each hand and used base 32 as 
our numbering system.  In that case:

server2008 = 1001517078347784
server2012 = 1001517078347810

Thus, the difference is really -26 (or -q)

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Trevor Sullivan
Sent: Monday, January 6, 2014 4:58 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Differences between Server 2008 and Server 2012

Mike,

"Server2008" and "Server2012" are strings, not integers. Therefore, you cannot 
perform mathematical operations on them without first transforming them into 
something different (eg. an array of Bytes).

Besides, even if you were to assume that he wanted the difference between 
[Int32]2008 and [Int32]2012, the term "difference" implies subtraction, in the 
context of mathematics. Because the smaller number came before the larger 
number, the true "difference" would be -4, not 4.

Cheers,
Trevor Sullivan

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Michael Mott
Sent: Monday, January 6, 2014 3:52 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Differences between Server 2008 and Server 2012

I wanted to answer in a literal sense

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Trevor Sullivan
Sent: Monday, January 06, 2014 4:45 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Differences between Server 2008 and Server 2012

Liam,

I have two links for you:

TechNet - What's New in Windows Server 
2012
TechNet - What's New in Windows Server 2012 
R2

Cheers,
Trevor Sullivan

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Liam Doyle
Sent: Monday, January 6, 2014 11:43 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Differences between Server 2008 and Server 2012


Hello everyone,

Can I anyone suggest me a link that explains the difference between Server2008 
and Server2012.

Thanks






DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.







RE: [mssms] Differences between Server 2008 and Server 2012

2014-01-06 Thread Trevor Sullivan
Mike,

 

"Server2008" and "Server2012" are strings, not integers. Therefore, you
cannot perform mathematical operations on them without first transforming
them into something different (eg. an array of Bytes).

 

Besides, even if you were to assume that he wanted the difference between
[Int32]2008 and [Int32]2012, the term "difference" implies subtraction, in
the context of mathematics. Because the smaller number came before the
larger number, the true "difference" would be -4, not 4.

 

Cheers,

Trevor Sullivan

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Michael Mott
Sent: Monday, January 6, 2014 3:52 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Differences between Server 2008 and Server 2012

 

I wanted to answer in a literal sense

 

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Trevor Sullivan
Sent: Monday, January 06, 2014 4:45 PM
To: mssms@lists.myitforum.com  
Subject: RE: [mssms] Differences between Server 2008 and Server 2012

 

Liam,

 

I have two links for you:

 

TechNet - What  's
New in Windows Server 2012

TechNet - What  's
New in Windows Server 2012 R2

 

Cheers,

Trevor Sullivan

 

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Liam Doyle
Sent: Monday, January 6, 2014 11:43 AM
To: mssms@lists.myitforum.com  
Subject: [mssms] Differences between Server 2008 and Server 2012

 

Hello everyone,

Can I anyone suggest me a link that explains the difference between
Server2008 and Server2012.

Thanks

 

 

 

  _  



DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user
of this email address. If you are not the intended recipient, please delete
without copying and kindly advise us by e-mail of the mistake in delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any
order or other contract unless pursuant to explicit written agreement or
government initiative expressly permitting the use of e-mail for such
purpose.

 





RE: [mssms] Differences between Server 2008 and Server 2012

2014-01-06 Thread Michael Mott
I wanted to answer in a literal sense

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Trevor Sullivan
Sent: Monday, January 06, 2014 4:45 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Differences between Server 2008 and Server 2012

Liam,

I have two links for you:

TechNet - What's New in Windows Server 
2012
TechNet - What's New in Windows Server 2012 
R2

Cheers,
Trevor Sullivan

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Liam Doyle
Sent: Monday, January 6, 2014 11:43 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Differences between Server 2008 and Server 2012


Hello everyone,

Can I anyone suggest me a link that explains the difference between Server2008 
and Server2012.

Thanks






DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.





RE: [mssms] Differences between Server 2008 and Server 2012

2014-01-06 Thread Trevor Sullivan
Liam,

 

I have two links for you:

 

TechNet - What  's
New in Windows Server 2012

TechNet - What  's
New in Windows Server 2012 R2

 

Cheers,

Trevor Sullivan

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Liam Doyle
Sent: Monday, January 6, 2014 11:43 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Differences between Server 2008 and Server 2012

 

Hello everyone,

Can I anyone suggest me a link that explains the difference between
Server2008 and Server2012.

Thanks

 





[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Troy Martin
+1

Save yourself the hassle and use SCUP to deploy SP1 and CU3

Troy L. Martin | Principal Consultant
1E | Empowering Efficient IT
US Mobile: +1 (678) 898-6147
UK Phone : +44 208 326 9141
troy.mar...@1e.com | www.1e.com

Facebook | 
Twitter | 
YouTube | Blogs | 
RSS
Please consider the environment before printing this e-mail

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Barnes,Chris
Sent: Monday, January 6, 2014 3:09 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Correct, it will only work to upgrade to SP1, or R2, not the CU's in between.

That one bit me as well. I used SCUP to deploy the CU with no issues.


Chris Barnes
Senior Technical Specialist - Penske Automotive Group

cbar...@penskeautomotive.com
Desk:  (248) 648-2528
Cell: (248) 767-4415

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ewing, Scott L
Sent: Monday, January 6, 2014 3:02 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM










Penske Automotive Group and its affiliates will never sell or rent your email 
address in violation of applicable law. This email and any files transmitted 
with it are confidential and intended solely for use of the individual or 
entity to whom they are addressed. Please delete all copies if you are not the 
intended recipien

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread David O'Brien
Don't forget to tick that box when doing the upgrade. I believe there ticked by 
default, but check please. Otherwise no packages will be created.

Good luck!
David

Microsoft MVP for Enterprise Client Management

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Montag, 6. Januar 2014 21:28
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Right, thanks.  That was deep in my memory.


Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ewing, Scott L
Sent: Monday, January 06, 2014 3:26 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

When you install CU3 it will create a traditional package/program that you can 
deploy to your clients to upgrade them.

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 3:16 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Well then I'm glad I have a Sr. PFE on the hook that told me to do it that way.

I can install SCUP, I've used it before, but if I don't use it what are my 
other options?  Software deployment?  Is it an MSP?

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Barnes,Chris
Sent: Monday, January 06, 2014 3:09 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Correct, it will only work to upgrade to SP1, or R2, not the CU's in between.

That one bit me as well. I used SCUP to deploy the CU with no issues.


Chris Barnes
Senior Technical Specialist - Penske Automotive Group

cbar...@penskeautomotive.com
Desk:  (248) 648-2528
Cell: (248) 767-4415

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ewing, Scott L
Sent: Monday, January 6, 2014 3:02 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com

RE: [mssms] Differences between Server 2008 and Server 2012

2014-01-06 Thread Michael Mott
4

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Liam Doyle
Sent: Monday, January 06, 2014 12:43 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Differences between Server 2008 and Server 2012


Hello everyone,

Can I anyone suggest me a link that explains the difference between Server2008 
and Server2012.

Thanks





DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.





[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Lindenfeld, Ivan
Right, thanks.  That was deep in my memory.


Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ewing, Scott L
Sent: Monday, January 06, 2014 3:26 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

When you install CU3 it will create a traditional package/program that you can 
deploy to your clients to upgrade them.

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 3:16 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Well then I'm glad I have a Sr. PFE on the hook that told me to do it that way.

I can install SCUP, I've used it before, but if I don't use it what are my 
other options?  Software deployment?  Is it an MSP?

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Barnes,Chris
Sent: Monday, January 06, 2014 3:09 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Correct, it will only work to upgrade to SP1, or R2, not the CU's in between.

That one bit me as well. I used SCUP to deploy the CU with no issues.


Chris Barnes
Senior Technical Specialist - Penske Automotive Group

cbar...@penskeautomotive.com
Desk:  (248) 648-2528
Cell: (248) 767-4415

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ewing, Scott L
Sent: Monday, January 6, 2014 3:02 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manag

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Ewing, Scott L
When you install CU3 it will create a traditional package/program that you can 
deploy to your clients to upgrade them.

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 3:16 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Well then I'm glad I have a Sr. PFE on the hook that told me to do it that way.

I can install SCUP, I've used it before, but if I don't use it what are my 
other options?  Software deployment?  Is it an MSP?

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Barnes,Chris
Sent: Monday, January 06, 2014 3:09 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Correct, it will only work to upgrade to SP1, or R2, not the CU's in between.

That one bit me as well. I used SCUP to deploy the CU with no issues.


Chris Barnes
Senior Technical Specialist - Penske Automotive Group

cbar...@penskeautomotive.com
Desk:  (248) 648-2528
Cell: (248) 767-4415

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ewing, Scott L
Sent: Monday, January 6, 2014 3:02 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image001.png@01CF0AF3.9612AA10]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image001.png@01CF0AF3.9612AA10]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

RE: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Dzikowski, Michael
The CUs create a program, for deployment.

Sent with Good (www.good.com)


-Original Message-
From: Lindenfeld, Ivan [ivan.lindenf...@fnf.com]
Sent: Monday, January 06, 2014 02:17 PM Central Standard Time
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Well then I’m glad I have a Sr. PFE on the hook that told me to do it that way.

I can install SCUP, I’ve used it before, but if I don’t use it what are my 
other options?  Software deployment?  Is it an MSP?

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email:enterprisedeploym...@fnf.com
Teamsite:Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Barnes,Chris
Sent: Monday, January 06, 2014 3:09 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Correct, it will only work to upgrade to SP1, or R2, not the CU’s in between.

That one bit me as well. I used SCUP to deploy the CU with no issues.


Chris Barnes
Senior Technical Specialist – Penske Automotive Group

cbar...@penskeautomotive.com
Desk:  (248) 648-2528
Cell: (248) 767-4415

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ewing, Scott L
Sent: Monday, January 6, 2014 3:02 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don’t use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure – Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email:enterprisedeploym...@fnf.com
Teamsite:Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You’ll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure – Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From:listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we’re prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Dep

[mssms] security scope for software update groups generated by an ADR

2014-01-06 Thread Krueger, Jeff
When an ADR runs and creates a new software update group that group is set to 
the default security scope, we have a group responsible for deploying and 
monitoring software updates and we would like to limit their scope to only show 
what they need deploy/monitor.  I can change the security scope on the SUG 
after the rule runs, but that would be a manual process for me to do every 
month.  Anyone have suggestion on automatically changing the security scope on 
update groups that are generated automatically?

Jeff Krueger
IT - Endpoint Design Services
Henry Ford Health System
jkrue...@hfhs.org
248.853.4466




CONFIDENTIALITY NOTICE: This email contains information from the sender that 
may be CONFIDENTIAL, LEGALLY PRIVILEGED, PROPRIETARY or otherwise protected 
from disclosure. This email is intended for use only by the person or entity to 
whom it is addressed. If you are not the intended recipient, any use, 
disclosure, copying, distribution, printing, or any action taken in reliance on 
the contents of this email, is strictly prohibited. If you received this email 
in error, please contact the sending party by reply email, delete the email 
from your computer system and shred any paper copies.

Note to Patients: There are a number of risks you should consider before using 
e-mail to communicate with us. See our Privacy & Security page on 
www.henryford.com for more detailed information as well as information 
concerning MyChart, our new patient portal. If you do not believe that our 
policy gives you the privacy and security protection you need, do not send 
e-mail or Internet communications to us.





[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Lindenfeld, Ivan
Well then I'm glad I have a Sr. PFE on the hook that told me to do it that way.

I can install SCUP, I've used it before, but if I don't use it what are my 
other options?  Software deployment?  Is it an MSP?

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Barnes,Chris
Sent: Monday, January 06, 2014 3:09 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Correct, it will only work to upgrade to SP1, or R2, not the CU's in between.

That one bit me as well. I used SCUP to deploy the CU with no issues.


Chris Barnes
Senior Technical Specialist - Penske Automotive Group

cbar...@penskeautomotive.com
Desk:  (248) 648-2528
Cell: (248) 767-4415

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ewing, Scott L
Sent: Monday, January 6, 2014 3:02 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM










Penske Automotive Group and its affiliates will never sell or rent your email 
address in violation of applicable law. This email and any files transmitted 
with it are confidential and intended solely for use of the individual or 
entity to whom they are addressed. P

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Barnes,Chris
Correct, it will only work to upgrade to SP1, or R2, not the CU's in between.

That one bit me as well. I used SCUP to deploy the CU with no issues.


Chris Barnes
Senior Technical Specialist - Penske Automotive Group

cbar...@penskeautomotive.com
Desk:  (248) 648-2528
Cell: (248) 767-4415

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ewing, Scott L
Sent: Monday, January 6, 2014 3:02 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image001.png@01CF0AF1.3B640340]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image001.png@01CF0AF1.3B640340]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM










Penske Automotive Group and its affiliates will never sell or rent your email 
address in violation of applicable law. This email and any files transmitted 
with it are confidential and intended solely for use of the individual or 
entity to whom they are addressed. Please delete all copies if you are not the 
intended recipient.



<>

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Ewing, Scott L
Automatic Client Upgrade will not deploy Cumulative Update client upgrades. It 
only works for Service Pack upgrades (I think).

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 2:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image001.png@01CF0AF0.46756040]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image001.png@01CF0AF0.46756040]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM










<>

RE: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Trevor Sullivan
I don't think you're missing anything major, but look through the KB
articles for CU1,2,3. Links below.

 

http://support.microsoft.com/kb/2882125

http://support.microsoft.com/kb/2854009

http://support.microsoft.com/kb/2817245 

 

Cheers,

Trevor Sullivan

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]
On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 6, 2014 1:39 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

 

We are rolling SP1 no CU tonight to workstations, same to servers Sunday
then upgrading to CU3 and enabling Automatic Client Upgrade that day as
well.

 

We told our users not to expect stability until CU 3 is deployed.

 

Is it that bad without it?  We don't use OSD.

 

Ivan Lindenfeld

Sr. Systems Engineer

Enterprise Deployment / SCCM

 

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com  
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

 

Are you going to CU3 at least? 

 

http://support.microsoft.com/kb/2882125

 

 

Michael Dzikowski

Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting



 

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com  
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

 

Many thanks.

 

Ivan Lindenfeld

Sr. Systems Engineer

Enterprise Deployment / SCCM

Fidelity National Financial | Jacksonville, Florida

ivan.lindenf...@fnf.com   | 904 854 8178

 

Team email: enterprisedeploym...@fnf.com
  

Teamsite: Enterprise Deployment / SCCM
 

 

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com  
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

 

You'll want this handy: 

http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-
and-resolutions/

 

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-an
d-workarounds/

 

 

Michael Dzikowski

Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting



 

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com  
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

 

We have a big complex environment.  I think we're prepared.  But we sure
could use some well wishes!

 

We already pre-staged the client to 18,000 PCs.  That went well.

 

Is a troll for luck on topic?  

 

Thanks in advance!

 

Ivan Lindenfeld

Sr. Systems Engineer

Enterprise Deployment / SCCM

 

 

 

 

 

 

 



<>

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Lindenfeld, Ivan
We are rolling SP1 no CU tonight to workstations, same to servers Sunday then 
upgrading to CU3 and enabling Automatic Client Upgrade that day as well.

We told our users not to expect stability until CU 3 is deployed.

Is it that bad without it?  We don't use OSD.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 2:10 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM









<>

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Dzikowski, Michael
Are you going to CU3 at least?

http://support.microsoft.com/kb/2882125


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:31 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM








<>

RE: [mssms] Differences between Server 2008 and Server 2012

2014-01-06 Thread Jason Sandys
That's not a link, it's a book. Also, if you are truly talking about 2008, then 
that's three complete versions of the OS to get to the latest.

Changes in Functionality from Windows Server 2008 to Windows Server 2008 R2: 
http://technet.microsoft.com/en-us/library/dd391932(v=ws.10).aspx
What's New in Windows Server 2012: 
http://technet.microsoft.com/en-us/library/hh831769.aspx
What's New in Windows Server 2012 R2: 
http://technet.microsoft.com/en-us/library/dn250019.aspx

J

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Liam Doyle
Sent: Monday, January 6, 2014 11:43 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Differences between Server 2008 and Server 2012


Hello everyone,

Can I anyone suggest me a link that explains the difference between Server2008 
and Server2012.

Thanks






Re: [mssms] RE: Software True-up reporting questions

2014-01-06 Thread Phil Wilcock
might as well throw this in 

We have C-SAM – Cloud based, and pretty low cost if you only want to do some MS 
true-up stuff. Connects your SCCM DB to our Azure based 
normalization/recognition service so our guys do all the leg work and you get a 
link to some lovely reports. 

http://services.atea.com/services_uk/services/cloud-software-asset-management.aspx
 

ta

Best Regards,

Phil Wilcock








Atea Global Services
Krokslätts Fabriker 14
431 37 Mölndal, Sweden
www.ateaglobal.com

www.ateasolutions.info 









The Atea Group is the leading Nordic and Baltic supplier of IT infrastructure 
products and services. Business areas span in all the IT value chain from 
hardware and software to service, outsourcing, project management, 
installation, infrastructure, operations and education. The Group has 
approximately 6000 employees and is present in 79 cities in Norway, Sweden, 
Denmark, Finland, Lithuania, Latvia and Estonia. The Group has revenue of 
approximately EUR 2.3 billion. The company is listed on the Oslo Stock 
Exchange. 






From: Ed Aldrich 
Sent: Monday, January 6, 2014 4:56 PM
To: mssms@lists.myitforum.com 
Subject: [mssms] RE: Software True-up reporting questions

“...Procurement won’t be asking me for licensing reports anymore”

 

BRILLIANT!!

 

Ed Aldrich | Solutions Engineer

1E | Empowering Efficient IT

Mobile: (401) 924-2293

ed.aldr...@1e.com | www.1e.com

 Ent Cli Mgmt (2003-2013))

Please consider the environment before printing this e-mail

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 11:53 AM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Software True-up reporting questions

 

I always ran the built in Asset Intelligence reports, but you have to plan 
ahead to enable the feature.

 

They don’t work well for accuracy, but for reporting Microsoft licenses to 
Microsoft, as long as they are inaccurate in your favor, hey, you’re using a 
Microsoft product so they can’t complain.

 

We recently purchased a normalization suite, Provance.  I have no feedback 
except that Procurement won’t be asking me for licensing reports anymore, it’s 
on their side of the fence now.  It uses SCCM data.

 

I have an Office SQL query that I stole from Marcum and edited a bit.  It 
essentially already has the list of odd product names figured in.  Since he’s 
in the thread, let’s see if he has a later version of that report otherwise 
I’ll shoot you my revision.

 

Ivan Lindenfeld

Sr. Systems Engineer

Enterprise Deployment / SCCM

Fidelity National Financial | Jacksonville, Florida

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ed Aldrich
Sent: Monday, January 06, 2014 11:45 AM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Software True-up reporting questions

 

...and I typically use AppClarity.

 

Ed Aldrich | Solutions Engineer

1E | Empowering Efficient IT

Mobile: (401) 924-2293

ed.aldr...@1e.com | www.1e.com

 Ent Cli Mgmt (2003-2013))

Please consider the environment before printing this e-mail

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Marcum, John
Sent: Monday, January 06, 2014 11:32 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] RE: Software True-up reporting questions

 

Some type of normalization software. Personally I use BDNA. 

 




John Marcum
Sr. Desktop Architect

Bradley Arant Boult Cummings LLP




 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

 

I have been asked to provide a list of software for Microsoft True-up. I don’t 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

 

I have 2 issues that I am wondering how most admins deal with this.

 

1.   Old data – if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it’s just a naming thing.

 

I think my best interest is maybe finding a custom report that will give me 
this info.

 

So I ask, how do you deal with software true-up reports?

 

Thanks,

 

Kevin Johnston

 

 





Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the at

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Ewing, Scott L
Come on in! The waters fine.

We migrated to SCCM 2012 SP1 CU3 in October and it's running fine for us. We 
have 15,000+ Windows workstation and server clients.


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM








[mssms] Differences between Server 2008 and Server 2012

2014-01-06 Thread Liam Doyle
Hello everyone,

Can I anyone suggest me a link that explains the difference between
Server2008 and Server2012.

Thanks




[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Lindenfeld, Ivan
Many thanks.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida
ivan.lindenf...@fnf.com | 904 854 8178

Team email: enterprisedeploym...@fnf.com
Teamsite: Enterprise Deployment / 
SCCM

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Dzikowski, Michael
Sent: Monday, January 06, 2014 12:15 PM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Rolling with SCCM 2012 SP1 tonight

You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM







<>

[mssms] RE: Software True-up reporting questions

2014-01-06 Thread Dzikowski, Michael
LOL.


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ed Aldrich
Sent: Monday, January 06, 2014 11:45 AM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Software True-up reporting questions

...and I typically use AppClarity.

Ed Aldrich | Solutions Engineer
1E | Empowering Efficient IT
Mobile: (401) 924-2293
ed.aldr...@1e.com | www.1e.com
[Description: Description: cid:image011.png@01CAD56A.EFDE3F90] Ent Cli Mgmt 
(2003-2013))
Please consider the environment before printing this e-mail

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
Sent: Monday, January 06, 2014 11:32 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] RE: Software True-up reporting questions

Some type of normalization software. Personally I use BDNA.


John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.





DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.




<>

[mssms] RE: Software True-up reporting questions

2014-01-06 Thread Michael Mott
Ironic!

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ed Aldrich
Sent: Monday, January 06, 2014 11:45 AM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Software True-up reporting questions

...and I typically use AppClarity.

Ed Aldrich | Solutions Engineer
1E | Empowering Efficient IT
Mobile: (401) 924-2293
ed.aldr...@1e.com | www.1e.com
[Description: Description: cid:image011.png@01CAD56A.EFDE3F90] Ent Cli Mgmt 
(2003-2013))
Please consider the environment before printing this e-mail

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
Sent: Monday, January 06, 2014 11:32 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] RE: Software True-up reporting questions

Some type of normalization software. Personally I use BDNA.


John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.





DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.




<>

[mssms] RE: Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Dzikowski, Michael
You'll want this handy:
http://myitforum.com/myitforumwp/docs/configuration-manager-2012-sp1-issues-and-resolutions/

http://myitforum.com/myitforumwp/docs/system-center-2012-sp1-woes-gotchas-and-workarounds/


Michael Dzikowski
Senior Systems Engineer |  Ally Technical Infrastructure - Windows Hosting
[cid:image002.gif@01CDF887.776259A0]

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 12:12 PM
To: mssms@lists.myitforum.com
Subject: [mssms] Rolling with SCCM 2012 SP1 tonight

We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM






<>

[mssms] Rolling with SCCM 2012 SP1 tonight

2014-01-06 Thread Lindenfeld, Ivan
We have a big complex environment.  I think we're prepared.  But we sure could 
use some well wishes!

We already pre-staged the client to 18,000 PCs.  That went well.

Is a troll for luck on topic?

Thanks in advance!

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM







[mssms] RE: Software True-up reporting questions

2014-01-06 Thread Ed Aldrich
"...Procurement won't be asking me for licensing reports anymore"

BRILLIANT!!

Ed Aldrich | Solutions Engineer
1E | Empowering Efficient IT
Mobile: (401) 924-2293
ed.aldr...@1e.com | www.1e.com
[Description: Description: cid:image011.png@01CAD56A.EFDE3F90] Ent Cli Mgmt 
(2003-2013))
Please consider the environment before printing this e-mail

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Lindenfeld, Ivan
Sent: Monday, January 06, 2014 11:53 AM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Software True-up reporting questions

I always ran the built in Asset Intelligence reports, but you have to plan 
ahead to enable the feature.

They don't work well for accuracy, but for reporting Microsoft licenses to 
Microsoft, as long as they are inaccurate in your favor, hey, you're using a 
Microsoft product so they can't complain.

We recently purchased a normalization suite, Provance.  I have no feedback 
except that Procurement won't be asking me for licensing reports anymore, it's 
on their side of the fence now.  It uses SCCM data.

I have an Office SQL query that I stole from Marcum and edited a bit.  It 
essentially already has the list of odd product names figured in.  Since he's 
in the thread, let's see if he has a later version of that report otherwise 
I'll shoot you my revision.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Ed Aldrich
Sent: Monday, January 06, 2014 11:45 AM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Software True-up reporting questions

...and I typically use AppClarity.

Ed Aldrich | Solutions Engineer
1E | Empowering Efficient IT
Mobile: (401) 924-2293
ed.aldr...@1e.com | www.1e.com
[Description: Description: cid:image011.png@01CAD56A.EFDE3F90] Ent Cli Mgmt 
(2003-2013))
Please consider the environment before printing this e-mail

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
Sent: Monday, January 06, 2014 11:32 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] RE: Software True-up reporting questions

Some type of normalization software. Personally I use BDNA.


John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.





DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.





<>

[mssms] RE: Software True-up reporting questions

2014-01-06 Thread Lindenfeld, Ivan
I always ran the built in Asset Intelligence reports, but you have to plan 
ahead to enable the feature.

They don't work well for accuracy, but for reporting Microsoft licenses to 
Microsoft, as long as they are inaccurate in your favor, hey, you're using a 
Microsoft product so they can't complain.

We recently purchased a normalization suite, Provance.  I have no feedback 
except that Procurement won't be asking me for licensing reports anymore, it's 
on their side of the fence now.  It uses SCCM data.

I have an Office SQL query that I stole from Marcum and edited a bit.  It 
essentially already has the list of odd product names figured in.  Since he's 
in the thread, let's see if he has a later version of that report otherwise 
I'll shoot you my revision.

Ivan Lindenfeld
Sr. Systems Engineer
Enterprise Deployment / SCCM
Fidelity National Financial | Jacksonville, Florida

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Ed Aldrich
Sent: Monday, January 06, 2014 11:45 AM
To: mssms@lists.myitforum.com
Subject: [mssms] RE: Software True-up reporting questions

...and I typically use AppClarity.

Ed Aldrich | Solutions Engineer
1E | Empowering Efficient IT
Mobile: (401) 924-2293
ed.aldr...@1e.com | www.1e.com
[Description: Description: cid:image011.png@01CAD56A.EFDE3F90] Ent Cli Mgmt 
(2003-2013))
Please consider the environment before printing this e-mail

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Marcum, John
Sent: Monday, January 06, 2014 11:32 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] RE: Software True-up reporting questions

Some type of normalization software. Personally I use BDNA.


John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.





DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.




<>

[mssms] RE: Software True-up reporting questions

2014-01-06 Thread Ed Aldrich
...and I typically use AppClarity.

Ed Aldrich | Solutions Engineer
1E | Empowering Efficient IT
Mobile: (401) 924-2293
ed.aldr...@1e.com | www.1e.com
[Description: Description: cid:image011.png@01CAD56A.EFDE3F90] Ent Cli Mgmt 
(2003-2013))
Please consider the environment before printing this e-mail

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Marcum, John
Sent: Monday, January 06, 2014 11:32 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] RE: Software True-up reporting questions

Some type of normalization software. Personally I use BDNA.


John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.





DISCLAIMER: This is a PRIVATE AND CONFIDENTIAL message for the ordinary user of 
this email address. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind 1E to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.



<>

[mssms] RE: Software True-up reporting questions

2014-01-06 Thread Kevin Johnston
What is the name of the software?

I will take a look and see if it is something that the company would look at 
purchasing.

Thanks
From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Marcum, John
Sent: Monday, January 06, 2014 11:32 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] RE: Software True-up reporting questions

Some type of normalization software. Personally I use BDNA.


John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.






[mssms] RE: Software True-up reporting questions

2014-01-06 Thread Marcum, John
Some type of normalization software. Personally I use BDNA.


John Marcum
Sr. Desktop Architect
Bradley Arant Boult Cummings LLP


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Kevin Johnston
Sent: Monday, January 06, 2014 10:29 AM
To: 'mssms@lists.myitforum.com'
Subject: [mssms] Software True-up reporting questions

I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston




Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.



Confidentiality Notice: This e-mail is from a law firm and may be protected by 
the attorney-client or work product privileges. If you have received this 
message in error, please notify the sender by replying to this e-mail and then 
delete it from your computer.




[mssms] Software True-up reporting questions

2014-01-06 Thread Kevin Johnston
I have been asked to provide a list of software for Microsoft True-up. I don't 
have any custom reports, I am just running the basic report on all software 
then finding the typical (Visio and Project).

I have 2 issues that I am wondering how most admins deal with this.


1.   Old data - if the software was installed on a machine and has been 
repurposed or decommissioned the data is still In the data base, so how to you 
filter out what is really accurate and what is old data?

2.   Microsoft feels the need to name the same product a few different ways 
(Microsoft Office Visio 2010, Microsoft Visio 2010) but it seems the machines 
are the same in both reports, which tells me it's just a naming thing.

I think my best interest is maybe finding a custom report that will give me 
this info.

So I ask, how do you deal with software true-up reports?

Thanks,

Kevin Johnston






RE: [mssms] Hardware Inventory not processing

2014-01-06 Thread Garth Jones
No it is no need for SWM but it is used by SWM to create the “Automatic rules”, 
I recommend turn off both the Shortcut AI data and the auto create SWM rules as 
they are just messy. 

 

 

 

 

 

Garth Jones

Chief Architect

 

  www.Enhansoft.com

  Description: Description: 
cid:image001.jpg@01CC63FB.974F4EC0

Enhancing Your Business

  Description: Description: Description: Description: 
Description: Description: Description: cid:image004.png@01CD5E19.F3C3A110 
 Description: Description: Description: 
Description: Description: Description: Description: 
cid:image005.png@01CD5E19.F3C3A110  
Description: Description: Description: Description: Description: Description: 
Description: cid:image006.jpg@01CD5E19.F3C3A110 
 Description: Description: 
Description: Description: Description: Description: Description: Description: 
Description: Description: Description: Description: Description: Description: 
Description: Enhansoft's YouTube Page 
 Description: 
Description: Description: Description: Description: Description: Description: 
cid:image007.png@01CD5E19.F3C3A110

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of HELMS, DAVID C
Sent: Monday, January 6, 2014 9:04 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

 

Question about disabling the Recently Used Applications in Hardware inventory 
classes.

 

Is this needed for Metering Software to work?

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Nash Pherson
Sent: Friday, January 3, 2014 4:15 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

 

The public version of the Powershell Right Click Tools currently triggers a 
delta (not a full) inventory update.  The new ones will give you an option, but 
I don’t know when the public beta will be out.

 

On the devices where you triggered a full inventory, did the hardware inventory 
successfully update?  If so, go ahead and try that on those other 20 devices.  
If not, trace it through and figure out where it failed.

 

If it was because of exceeding the max MIF size, modify the registry key that 
Garth pointed out (or reduce the size of what you are inventorying like I 
pointed out).

 

 

 

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of HELMS, DAVID C
Sent: Friday, January 3, 2014 1:25 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

 

After running the 2 commands, i was able to see it running a full hardware 
inventory.

 

Will I need to perform this delete on those other clients?

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Nash Pherson
Sent: Friday, January 3, 2014 1:56 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

 

Which right click tools are you using?

 

Try doing it from the command line with these two command lines:

 

WMIC /namespace:\\root\ccm\invagt path inventoryActionStatus where 
InventoryActionID="{----0001}" DELETE /NOINTERACTIVE

 

WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule 
"{----0001}" /NOINTERACTIVE

 

 

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of HELMS, DAVID C
Sent: Friday, January 3, 2014 12:51 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

 

I thought I was doing a full with the right click tools.  I just tried this on 
a server using the right click tools and it’s only doing a delta and not full.  
 Curious to why this changed or maybe I’m using a wrong version of right click 
tools

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Nash Pherson
Sent: Friday, January 3, 2014 12:39 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

 

>> Attempts to force a full hinv using right click tools hasn’t resolved this 
>> issue. 

 

When you trace the full (not delta) report through, what error do see?

 

 

 

 

 

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of HELMS, DAVID C
Sent: Friday, January 3, 2014 11:31 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Hardware Inventory not processing

 

I have about 20 clients out of 1600 that hardware inventory isn’t working on, 
but software is.  I have verified that the clients are successfully running 
hinv and sending it to the MP.   The site server receives the xml, converts it 
to a mif, but then fails to process due to

RE: [mssms] Hardware Inventory not processing

2014-01-06 Thread HELMS, DAVID C
Question about disabling the Recently Used Applications in Hardware inventory 
classes.

Is this needed for Metering Software to work?


From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Nash Pherson
Sent: Friday, January 3, 2014 4:15 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

The public version of the Powershell Right Click Tools currently triggers a 
delta (not a full) inventory update.  The new ones will give you an option, but 
I don’t know when the public beta will be out.

On the devices where you triggered a full inventory, did the hardware inventory 
successfully update?  If so, go ahead and try that on those other 20 devices.  
If not, trace it through and figure out where it failed.

If it was because of exceeding the max MIF size, modify the registry key that 
Garth pointed out (or reduce the size of what you are inventorying like I 
pointed out).





From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of HELMS, DAVID C
Sent: Friday, January 3, 2014 1:25 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

After running the 2 commands, i was able to see it running a full hardware 
inventory.

Will I need to perform this delete on those other clients?

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Nash Pherson
Sent: Friday, January 3, 2014 1:56 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

Which right click tools are you using?

Try doing it from the command line with these two command lines:

WMIC /namespace:\\root\ccm\invagt path inventoryActionStatus where 
InventoryActionID="{----0001}" DELETE /NOINTERACTIVE

WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule 
"{----0001}" /NOINTERACTIVE




From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of HELMS, DAVID C
Sent: Friday, January 3, 2014 12:51 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

I thought I was doing a full with the right click tools.  I just tried this on 
a server using the right click tools and it’s only doing a delta and not full.  
 Curious to why this changed or maybe I’m using a wrong version of right click 
tools

From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of Nash Pherson
Sent: Friday, January 3, 2014 12:39 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] Hardware Inventory not processing

>> Attempts to force a full hinv using right click tools hasn’t resolved this 
>> issue.

When you trace the full (not delta) report through, what error do see?





From: listsad...@lists.myitforum.com 
[mailto:listsad...@lists.myitforum.com] On Behalf Of HELMS, DAVID C
Sent: Friday, January 3, 2014 11:31 AM
To: mssms@lists.myitforum.com
Subject: [mssms] Hardware Inventory not processing

I have about 20 clients out of 1600 that hardware inventory isn’t working on, 
but software is.  I have verified that the clients are successfully running 
hinv and sending it to the MP.   The site server receives the xml, converts it 
to a mif, but then fails to process due to a DeltaMismatch.   It has been 
almost 2 weeks since hinv was successfully processed on these servers.   
Attempts to force a full hinv using right click tools hasn’t resolved this 
issue.  Hinv is set to run every 18 hours.

[cid:image001.png@01CF0ABE.05A69160]

Any ideas on what the issue could be or best way to resolve?  Would deleting 
the record from the site server resolve?









<>