30 August 2008

Anna NTR NT Rama Rao...Reach NTR

http://ntr.telugudesam.org

This web site included most of the NTR life and his movies & songs everything...

Enjoy,

Paddy

Anna NTR NT Rama Rao...Reach NTR

http://ntr.telugudesam.org

This web site included most of the NTR life and his movies & songs everything...

Enjoy,

Paddy

27 August 2008

Love is slow poison...Wife is quick poison!!!

Love is slow poison...Wife is quick poison!!!
Love is a Sweet Poison Lover is a Honey Poison Wife is Quick Poison But Friend Ship is a Good Medicine
Enjoy,
Paddy

Love is slow poison...Wife is quick poison!!!

Love is slow poison...Wife is quick poison!!!
Love is a Sweet Poison Lover is a Honey Poison Wife is Quick Poison But Friend Ship is a Good Medicine
Enjoy,
Paddy

Client Agents

Client Agents
 
 
  1. Hardware Inventory Client Agent
  2. Software Inventory Client Agent
  3. Advertised Programs Client Agent
  4. Computer Client Agent
  5. Desired Configuration Management Client Agent
  6. Mobile Device Agent
  7. Remote Tools Client Agent 
  8. Network Access Protection Client Agent
  9. Software Metering Client Agent
  10. Software Updates Client Agent
Enjoy,
Paddy

Client Agents

Client Agents
 
 
  1. Hardware Inventory Client Agent
  2. Software Inventory Client Agent
  3. Advertised Programs Client Agent
  4. Computer Client Agent
  5. Desired Configuration Management Client Agent
  6. Mobile Device Agent
  7. Remote Tools Client Agent 
  8. Network Access Protection Client Agent
  9. Software Metering Client Agent
  10. Software Updates Client Agent
Enjoy,
Paddy

Site Server Roles:-


Site Server Roles:-
 

1.       Site Server

2.       Site Database Server

3.       Configuration Manager Console

4.       SMS Provider

5.       Component Server

6.       Distribution Point (DP)

7.       Fallback Status Point(FSP)

8.       Management Point (MP)

9.       Pre-boot Execution Environment (PXE) Service Point

10.   Reporting Point (RP)

11.   Server Locator Point (SLP)

12.   State Migration Point (SMP)

13.   Software Update Point (SUP)

14.   System Health Validator Point (SHVP)

 

Enjoy,

Paddy

Site Server Roles:-


Site Server Roles:-
 

1.       Site Server

2.       Site Database Server

3.       Configuration Manager Console

4.       SMS Provider

5.       Component Server

6.       Distribution Point (DP)

7.       Fallback Status Point(FSP)

8.       Management Point (MP)

9.       Pre-boot Execution Environment (PXE) Service Point

10.   Reporting Point (RP)

11.   Server Locator Point (SLP)

12.   State Migration Point (SMP)

13.   Software Update Point (SUP)

14.   System Health Validator Point (SHVP)

 

Enjoy,

Paddy

25 August 2008

Predefined Maintenance Task Schedules

Predefined Maintenance Task Schedules

The following table displays the predefined maintenance tasks and their default schedules.

Maintenance Task Enabled by default Default schedule

Backup ConfigMgr Site Server

No

None.

Clear Install Flag

No

Sunday between midnight and 5:00 A.M.

Delete Aged Client Access License Data

No

Saturday between midnight and 5:00 A.M.

Delete Aged Collected Files

Yes

Saturday between midnight and 5:00 A.M.

Delete Aged Computer Association Data

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Configuration Management Data

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Discovery Data

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Inventory History

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Software Metering Data

Yes

Daily, between midnight and 5:00 A.M.

Delete Aged Software Metering Summary Data

Yes

Sunday between midnight and 5:00 A.M.

Delete Aged Status Messages

Yes

Daily, between midnight and 5:00 A.M.

Delete Inactive Client Discovery

No

Saturday between midnight and 5:00 A.M.

Delete Obsolete Client Discovery Data

No

Saturday between midnight and 5:00 A.M.

Monitor Keys

Yes

Sunday, between midnight and 5:00 A.M.

Rebuild Indexes

Yes

Sunday, between midnight and 5:00 A.M.

Summarize Client Access License Weekly Usage Data

No

Saturday between midnight and 5:00 A.M.

Summarize Software Metering File Usage Data

Yes

Daily, between midnight and 5:00 A.M.

Summarize Software Metering Monthly Usage Data

Yes

Daily, between midnight and 5:00 A.M.

 
 
Enjoy,
Paddy

Predefined Maintenance Task Schedules

Predefined Maintenance Task Schedules

The following table displays the predefined maintenance tasks and their default schedules.

Maintenance Task Enabled by default Default schedule

Backup ConfigMgr Site Server

No

None.

Clear Install Flag

No

Sunday between midnight and 5:00 A.M.

Delete Aged Client Access License Data

No

Saturday between midnight and 5:00 A.M.

Delete Aged Collected Files

Yes

Saturday between midnight and 5:00 A.M.

Delete Aged Computer Association Data

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Configuration Management Data

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Discovery Data

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Inventory History

Yes

Saturday, between midnight and 5:00 A.M.

Delete Aged Software Metering Data

Yes

Daily, between midnight and 5:00 A.M.

Delete Aged Software Metering Summary Data

Yes

Sunday between midnight and 5:00 A.M.

Delete Aged Status Messages

Yes

Daily, between midnight and 5:00 A.M.

Delete Inactive Client Discovery

No

Saturday between midnight and 5:00 A.M.

Delete Obsolete Client Discovery Data

No

Saturday between midnight and 5:00 A.M.

Monitor Keys

Yes

Sunday, between midnight and 5:00 A.M.

Rebuild Indexes

Yes

Sunday, between midnight and 5:00 A.M.

Summarize Client Access License Weekly Usage Data

No

Saturday between midnight and 5:00 A.M.

Summarize Software Metering File Usage Data

Yes

Daily, between midnight and 5:00 A.M.

Summarize Software Metering Monthly Usage Data

Yes

Daily, between midnight and 5:00 A.M.

 
 
Enjoy,
Paddy

WQL Query list reboot date timestamp X Days


WQL Query to list all of the machines that have a reboot date timestamp of more than x Day's

Select

Sms_R_System.Name,

Sms_G_System_Operating_System.LastBootUpTime

From SMS_R_System

Inner Join Sms_G_System_Operating_System

On Sms_G_System_Operating_System.ResourceId = Sms_R_System.ResourceId

Where DatePart(DD,Sms_G_System_Operating_System.LastBootUpTime) >= X

Enjoy,

Paddy


WQL Query list reboot date timestamp X Days


WQL Query to list all of the machines that have a reboot date timestamp of more than x Day's

Select

Sms_R_System.Name,

Sms_G_System_Operating_System.LastBootUpTime

From SMS_R_System

Inner Join Sms_G_System_Operating_System

On Sms_G_System_Operating_System.ResourceId = Sms_R_System.ResourceId

Where DatePart(DD,Sms_G_System_Operating_System.LastBootUpTime) >= X

Enjoy,

Paddy