xSystemSecurity

1.5.1

This module contains DSC resources for configuring and managing computer security.

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name xSystemSecurity

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name xSystemSecurity

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright the DSC Community contributors. All rights reserved.

Package Details

Author(s)

  • DSC Community

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

xIEEsc xUAC xFileSystemAccessRule

Dependencies

This module has no dependencies.

Release Notes

## [1.5.1] - 2020-03-13

### Deprecated

- **THIS MODULE HAS BEEN DEPRECATED**. It will no longer be released. Please use
 the following modules instead:
 - The resource `xIEEsc` have been replaced by `IEEnhancedSecurityConfiguration`
   in the module [ComputerManagementDsc](https://github.com/dsccommunity/ComputerManagementDsc).
 - The resource `xUac` have been replaced by `UserAccountControl`
   in the module [ComputerManagementDsc](https://github.com/dsccommunity/ComputerManagementDsc).
 - The resource `xFileSystemAccessRule` have been replaced by `FileSystemAccessRule`
   in the module [FileSystemDsc](https://github.com/dsccommunity/FileSystemDsc).

### Fixed

- Fixes issue with importing composite resources ([issue #34](https://github.com/dsccommunity/xSystemSecurity/issues/34)).

## [1.5.0] - 2020-01-29

### Added

- xSystemSecurity
 - Added continuous delivery with a new CI pipeline.

### Fixed

- xSystemSecurity
 - Fixed the correct URL on status badges.
- xFileSystemAccessRule
 - Corrected flag handling so that the `Test-TargetResource` passes
   correctly.
 - Using `Ensure = 'Absent'` with no rights specified will now correctly
   remove existing ACLs for the specified identity, rather than silently
   leaving them there.
 - Correctly returns property `Ensure` from the function `Get-TargetResource`.

## [1.4.0.0] - 2018-06-13

- Changes to xFileSystemAccessRule
 - Fixed issue when cluster shared disk is not present on the server
   ([issue #16](https://github.com/dsccommunity/xSystemSecurity/issues/16)).
   [Dan Reist (@randomnote1)](https://github.com/randomnote1)

#

## [1.3.0.0] - 2017-12-20

- Updated FileSystemACL Set

#

## [1.2.0.0] - 2016-09-21

- Converted appveyor.yml to install Pester from PSGallery instead of from
 Chocolatey.
- Added xFileSystemAccessRule resource

#

## [1.1.0.0] - 2015-09-11

- Fixed encoding

#

## [1.0.0.0] - 2015-04-23

- Initial release with the following resources
 - xUAC
 - xIEEsc

FileList

Version History

Version Downloads Last updated
1.5.1 (current version) 236,236 3/13/2020
1.5.1-previe... 17 3/13/2020
1.5.0 9,193 1/29/2020
1.5.0-previe... 14 1/29/2020
1.4.0.0 101,771 6/13/2018
1.3.0.0 8,748 12/20/2017
1.2.0.0 18,822 9/21/2016
1.1.0.0 40,845 9/11/2015
1.0.1 626 5/13/2014
1.0 58 4/8/2014
Show more