Home
»
WMUG
»
Eswar Koneti's Blog
Eswar Koneti's Blog
WMUG
Windows Management User Group Community blogs
Get this RSS feed
Options
Email Blog Author
RSS for posts
OK
Tags
Advertisement Staus Message ID's
Reports
Software Updates
Troubleshooting Tips
Windows News
Eswar Koneti's Blog
Blog about Configmgr and Virtualization
RSS for posts
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Awarded as Microsoft Community Contributor for 2011
Posted
over 2 years ago
by
eskonr
0
Comments
Today morning I step into office and just checked my mails .I saw mail from microsoftcommunitycontributor saying Dear Eswar Raju, Congratulations! We’re pleased to inform you that your contributions to Microsoft online technical communities have been...
How to Trigger SCCM Machine policy or Hardware inventory action agent on remote computers
Posted
over 2 years ago
by
eskonr
2
Comments
There are lot of tools available like SCCM client center or Collection commander or Right Click Tools etc. to trigger SCCM client agent Actions using these tools but the customer environment doesn’t have any of these tools to use and we had a requirement...
SCCM Report to list Computers with IP address with their Subnets from Given Collection
Posted
over 3 years ago
by
eskonr
0
Comments
Below is the report to list computers with IP address and Subnet information from Given collection. select distinct A.Name0,c.IPAddress0 ,D.IP_Subnets0 from v_R_System A inner join v_FullCollectionMembership B on A.ResourceID=B.ResourceID Inner...
Microsoft Enterprise Desktop Virtualization(MED) v2 Release Candidate is now available for download
Posted
over 3 years ago
by
eskonr
0
Comments
The Microsoft Enterprise Desktop Virtualization v2 Beta Refresh is now available for download on the Microsoft Connect site. The updated software provides fixes to customer reported issues and new features including Workspace packager updates which add...
SCCM report to list all the advertisement that are currently assigned to computer
Posted
over 3 years ago
by
eskonr
0
Comments
When you assign any advertisement (either application or Task sequence) to collection(Group of computers) ,all the advertisement will be tracked(logged) in SCCM Database with its status and other details.The advertisement will run on the computer and...
Report for computers which has their(Next) Maintenance Window settings in SCCM
Posted
over 3 years ago
by
eskonr
0
Comments
Here is another report today ,to list all the computers with their maintenance window setting and are part of which collection. The maintenance window information( collection ID,Description,time etc.) is available from SQL view called v_ServiceWindow...
Report for computers where the discovery agent time is older than 30 days
Posted
over 3 years ago
by
eskonr
0
Comments
Report to list all the computer where the discovery agent time shows older than 30 days. This you can find out if you right click on the computer ,go to properties and see Agent name[0] (ex:SMS_AD_SYSTEM_DISCOVERY) respect to Agent time[0] for the above...
List of Advertisement Status Message IDs with its Description
Posted
over 3 years ago
by
eskonr
0
Comments
Today,I come across several advertisement status message IDs for a particular advertisement which can be viewed under system status--->advertisement status. I,Thought of sharing the excel sheet with you about all the advertisement status message...
SCCM collection to list all the Laptop computers
Posted
over 3 years ago
by
eskonr
0
Comments
If your boss ask to get list of laptops which are managed by SMS or SCCM.what do you do and how do you get that. Right click on computer and go to resource explorer to identify the computer is Laptop or Desktop ? You can identify if the computer is Laptop...
SMS/SCCM Clients installation Troubleshooting Check list
Posted
over 3 years ago
by
eskonr
1
Comments
Seen Lot of questions/helps in many forums on the SCCM client issues like client is not reported to SCCM console ,site code unsuccessful, Client is installed but Console shows NO and many more. Here is the check list which i have prepared to follow...
collection Query/ Report to get computer Model/Serial Number for a given computer
Posted
over 3 years ago
by
eskonr
0
Comments
Create a New report and paste the below query with prompt asking for computer name: select a.name0 ,b.SerialNumber0,c.model0 from v_R_System a,v_GS_PC_BIOS b,v_GS_COMPUTER_SYSTEM c where a.ResourceID=b.ResourceID and a.ResourceID=c.ResourceID AND...
How To Expire Software Updates in System Center Updates Publisher And Synchronize the Expired Updates In Configuration Manager 2007
Posted
over 3 years ago
by
eskonr
0
Comments
System Center Updates Publisher (SCUP) helps users to publish their private updates to Windows Server Update Services (WSUS) and synchronize the updates in Configuration Manager 2007. Typically users synchronize these updates with WSUS by clicking "...