Tag Archives: Microsoft - Page 3

Determine the differences and usage scenarios for using local audit policies and advanced auditing policies

Determine the differences and usage scenarios for using local audit policies and advanced auditing policies

We can enable auditing of various items in Windows Server 2016 by configuring both local audit policies and advanced audit policies with group policy. We will determine the differences and usage scenarios for using local audit policies and advanced auditing policies in this post.

Read more »

Implement Auditing Using Group Policy and AuditPol.exe

Implement Auditing Using Group Policy and AuditPol.exe

We can implement auditing using group policy and auditpol.exe in Windows Server 2016. This will allow us to log very specific events that take place within the operating system. We’ll demonstrate how to configure audit policies with both of these methods here.

Read more »

Create Expression-Based Audit Policies

Create Expression-Based Audit Policies

We can create expression-based audit policies which allow us to define a custom condition for an audit policy to apply to. The conditions that we can create are quite powerful as they use claim types and resource properties, allowing us to customize exactly how the audit policy should apply.

Read more »

Create and Configure Central Access Rules and Policies

Create and Configure Central Access Rules and Policies

We can create and configure Central Access Rules and policies that are automatically deployed to all file servers in our Active Directory based domain.

Central Access Rules (CARs) are used to control access to files and folders based on the resource properties that we have created.

The central access rule uses the user and device claims with resource properties to determine the permissions that should be set on particular files.

Read more »

Create and Configure Resource Properties and Lists

Create and configure resource properties and lists

We can create and configure resource properties and lists to specify extra properties that can be used on files and folders. A resource list simply contains one or more resource properties, both are created through Active Directory Administrative Center as we’ll see in the examples.

These are needed as part of a Dynamic Access Control (DAC) solution to create and configure central access rules.

Additional properties can be set on a file or folder using resource properties. This is similar to file classification but instead works at the domain level rather than only on the file server. We can use these resource properties to configure access to the file that they are applied to.

Read more »

Configure User and Device Claim Types

We can configure user and device claim types in Active Directory which can be used as part of Dynamic Access Control (DAC) in a Windows based environment.

DAC was added in Windows Server 2012 to allow administrators to configure custom authorization to a file server by using conditional logic using user and device claim types. This is quite powerful, we can have permissions to a user change and update automatically based on changes to attributes to the user or device itself.

Read more »

Perform Access-Denied Remediation in Windows Server 2016

Perform Access-Denied Remediation

Access-denied remediation, also known as access-denied assistance, allows us to set a predefined error message to be provided to a user that attempts to access a file or folder that they do not have permissions to. Rather than receiving a generic permission denied error, an administrator can instead customize the error message. We can perform access-denied remediation by both setting it up manually on a file server, or automatically for many file servers through group policy.

Read more »

Configure File Access Auditing in Windows Server 2016

We can configure file access auditing in Windows Server 2016 so that events are logged every time a specified user or group successfully accesses or attempts and fails to access a specified file or folder. This post will show you how to configure file access auditing in Windows Server 2016.

Read more »

Configure File Classification Infrastructure (FCI) Using FSRM

We can configure file classification infrastructure (FCI) using File Server Resource Manager (FSRM) in Windows to classify different files based on various attributes. While files have the usual properties on them such as creation date and owner for example, we can use FCI to add our own custom properties to a file. This allows us to classify files in our environment automatically based on the contents of the file.

Read more »

Deploy Configurations to Domain and Non-Domain Joined Servers with Security Compliance Manager (SCM)

We can deploy security baseline configurations to domain and non-domain joined servers with Security Compliance Manager (SCM). This is done by first exporting the security baseline as a GPO, and then importing it either as group policy or local policy depending on whether or not the client is a member of an active directory domain.

Read more »