Showing posts with label resource. Show all posts
Showing posts with label resource. Show all posts

Saturday, 15 October 2016

SCCM 2012 R2 Compliance Settings and Computer resource Access issues


SCCM 2012 R2 Compliance Settings and Computer resource Access issues


Compliance Settings and Company Resource Access

The following table lists the log files that contain information related to compliance settings and company resource access.
Log name
Description
Computer with log file
CIAgent.log
Records details about the process of remediation and compliance for compliance settings, software updates, and application management.
Client
CITaskManager.log
Records information about configuration item task scheduling.
Client
DCMAgent.log
Records high-level information about the evaluation, conflict reporting, and remediation of configuration items and applications.
Client
DCMReporting.log
Records information about reporting policy platform results into state messages for configuration items.
Client
DcmWmiProvider.log
Records information about reading configuration item synclets from Windows Management Instrumentation (WMI).
Client

Monday, 5 September 2016

What is Azure resource group and how to create it PowerShell

What is Azure resource group and how to create it PowerShell

What is Resource group:

  • Before deploying any resources to your subscription, you must create a resource group that will contain the resources.

Create a resource group:

  • To create a resource group, use the New-AzureRmResourceGroup cmdlet.

New-AzureRmResourceGroup -Name CognosApp -Location "West US"

  • Uses the Name parameter to specify a name for the resource group and the Location parameter to specify its location.