|
|
Browse by Tags
All Tags » System Center (RSS)
Showing page 1 of 38 (371 total posts)
-
For full details see. http://social.technet.microsoft.com/Forums/en-US/configmgrsdk/thread/cf7d80a0-1a7c-430c-b33a-ee47a0efa806
select
CS.Name0,
LCU.date
From
dbo.v_GS_COMPUTER_SYSTEM CS
join ( Select
ResourceID,
max(LastConsoleUse0) as 'date'
from
dbo.v_GS_SYSTEM_CONSOLE_USER ...
-
Talking to individuals who downloaded the System Center 2012 RC from the TechNet Eval Center in December or early January, one of the pieces of feedback I received is that in order to get everything running you needed to install each component individually and that just took too long and also meant that you were potentially responding to over 450 ...
-
In the last little while as we have started to deliver the IT Virtualization Boot Camps as well as go out to various user groups and talk about the Microsoft Virtualization and Private Cloud offerings, I have often been asked where IT Pros can find resources to learn about how our products work, especially by those individuals who are familiar ...
-
Wow! When we announced the IT Virtualization Boot Camps in the TechNet eNewsletter last week, the response from you has been overwhelming. Many of you emailed me saying you wanted an IT Virtualization Boot Camp in your city. The folks on the West Coast, were especially vocal.
Well, I am happy to announce that we will be ...
-
select distinct
SMS_R_System.Name,
SMS_R_System.ResourceId
from
SMS_R_System
where
SMS_R_System.ResourceId in ( select
SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID
from
SMS_G_System_ADD_REMOVE_PROGRAMS
where
SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = ...
-
Tomorrow (January 17th) at 8:30am PST / 11:30am EST there is a really important webcast featuring Satya Nadella, the President of Microsoft’s Server and Tools Business. If you are interested in hearing developments about Microsoft’s Private Cloud strategy including the System Center product line, Hyper-V, and Windows Server, you need to ...
-
With the start of a new year, it is that time again to support the System Center Community, with that in mind I have made my yearly donation of $250 USD to MyITForum (MIF). http://myitforum.com/myitforumwp/aboutus/donations/ MIF is truly a community that helps each other both professionally and personally. But it cost thousands ...
-
Rick’s blog post and call to action to download the System Center 2012 RC products and get a coffee card from that great Canadian chain whose name rhymes with Jim Morton is a great incentive to action, but many folks have asked “What do I do after I have the System Center 2012 RC products to maximize my learning?”. GREAT QUESTION!
Before ...
-
Select
Name0
From
dbo.v_GS_COMPUTER_SYSTEM CS
join dbo.v_FullCollectionMembership FCM on CS.ResourceID = FCM.ResourceID
Where
CS.ResourceId in (select ARP.ResourceId from dbo.v_Add_Remove_Programs ARP Where ARP.Displayname0 = 'Windows Server 2003 Service Pack 2')
and CS.ResourceId in (select ARP.ResourceId from ...
-
Time time of year everyone is rushing to get things done both work and in their home life. As you rush to the get ready for the holidays – you might also be like a lot of IT folks who relish the time in-between December 25th and new years eve. This slower / quieter time at work could open up an opportunity – a brief window of ...
1 ...
|
|
|