77 Commits

Author SHA1 Message Date
Mike Hendrickson 4a7f80d3b9 Port Style Upgrades from xPSDesiredStateConfiguration - Post Review #1 2019-06-06 09:05:45 -07:00
Mike Hendrickson 587bfe50a1 Port Style Upgrades from xPSDesiredStateConfiguration 2019-06-05 07:37:32 -07:00
Mike Hendrickson ef370fb036 Port Style Upgrades from xPSDesiredStateConfiguration 2019-06-05 07:37:32 -07:00
Mike Hendrickson bea0fdda19 Port Style Upgrades from xPSDesiredStateConfiguration 2019-06-05 07:37:32 -07:00
Mike Hendrickson 3df514c8a4 Port Style Upgrades from xPSDesiredStateConfiguration 2019-06-05 07:37:32 -07:00
Mike Hendrickson 91408140db Port Style Upgrades from xPSDesiredStateConfiguration 2019-06-05 07:37:32 -07:00
Simon Heather 59b6a3d318 Merge branch 'dev' into BOM-Fix 2019-06-03 08:09:45 +01:00
Mike Hendrickson 4db36d52e8 Update CommonResourceHelper.psm1 2019-06-02 18:15:24 -07:00
Mike Hendrickson f3f0dea56b Merge branch 'dev' into Test-IsNanoServer 2019-06-02 17:46:20 -07:00
Mike Hendrickson 7b99a2e008 Fix MsiPackage tests... for real this time 2019-05-31 12:56:16 -07:00
Simon Heather 0296410859 Merge branch 'dev' into Test-IsNanoServer 2019-05-24 21:45:12 +01:00
Simon Heather 0e8ebb900a Fix PSDscResources dir BOM files 2019-04-28 19:04:10 +01:00
Simon Heather db25196796 Remove incorrect additional Parameter 2019-04-26 10:38:25 +01:00
Simon Heather 28ff903ad1 More PSScriptAnalyzer Fixes 2019-04-25 09:42:29 +01:00
Simon Heather c0043d4ba9 PSScriptAnalyzer Fixes 2019-04-25 09:28:44 +01:00
Simon Heather 01a7cace8d Make requested changes 2019-04-23 07:45:25 +01:00
Simon Heather 9dff32a4df Add check for ServerLevels Reg Key for Non-Server 2019-04-18 14:16:47 +01:00
Simon Heather 33d408aee4 Test-Is NanoServer speed improvement
Replace Get-ComputerInfo with Registry Value Test
2019-04-18 12:39:33 +01:00
Katie Kragenbrink 52942260cf Releasing version 2.10.0.0 2019-02-20 11:27:43 -08:00
Daniel Scott-Raynsford 22a1c18a15 Completed GroupResource unit test refactoring and fixed Nano Tests 2019-01-28 12:58:02 +13:00
Daniel Scott-Raynsford cf681adc2e Correct Get-TimestampFromFile to actually return DateTime 2019-01-19 15:52:16 +11:00
Daniel Scott-Raynsford c75a92a264 Fix Archive test failures and forward port changes from xPSDesiredStateConfiguration 2019-01-12 15:16:00 +13:00
avkaur 52d68a1d5b dsc resources description (#106)
* dsc resources description

* removed the non composite resources and updated readme file

* updated release notes

* Update MSFT_MsiPackage.psm1

* Update MSFT_Archive.psm1

* Update MSFT_WindowsPackageCab.psm1
2018-07-03 10:50:06 -07:00
Katie Keim 0f3aa7bead Registry: Fixed bug when registry name contains drive (#78)
* Add integration test for registry key with drive name

* Fix Get-PathRoot to handle extra drive names in the registry key name

* Update release notes with Registry fix
2017-07-10 17:09:22 -07:00
Katie Keim dcba5f0d7c Fix Archive culture problems with timestamp (#74)
* Fix Archive culture issue by removing call to Get-Date

* Update Archive integration tests to accomodate date formatting change

* Update README with release notes
2017-07-06 10:31:06 -07:00
Katie Keim 4aa12e090c Update Test-IsNanoServer to return false if Get-ComputerInfo fails (#75)
* Update Test-IsNanoServer to return false if Get-ComputerInfo fails

* Update unit tests for Test-IsNanoServer
2017-07-05 17:18:15 -07:00
Katie Keim b5a1775bb0 Archive: Added handling for directory archive entries that end in a foward slash 2017-06-27 14:11:27 -07:00
Rastislav Novotný dad5e0ecf8 Verify InstalledOn date in correct culture in MSFT_MsiPackage unit test of Get-ProductEntryInfo function 2017-04-21 01:07:28 +02:00
Mariah Breakey 8303c0e7fc adding msiPackage 2017-04-19 13:42:53 -07:00
Katie Keim 2938bfb184 Fixed a typo 2017-03-07 13:58:17 -08:00
Katie Keim 16a8697816 Fix Get-DscConfiguration for Registry 2017-03-07 12:33:42 -08:00
Katie Keim b8a9a0c88b Attempt to fix Get-DscConfig issue 2017-03-07 12:33:41 -08:00
Katie Keim 55575aa9a7 Add tests for Test-IsNanoServer and Test-CommandExists in CommonResourceHelper 2017-02-23 15:14:48 -08:00
Katie Keim cb95a7ede0 Update Test-IsNanoServer to correctly check for a Nano server 2017-02-23 11:58:35 -08:00
Katie Keim 1f0238b206 Add Archive resource 2017-02-22 16:50:19 -08:00
AndreasSobczyk 57f1377dba Reinsert verbose. 2017-02-20 09:28:40 +01:00
AndreasSobczyk f8933979a6 Get-MembersOnNanoServer Output Type changed back
missed correction
2017-02-20 09:21:16 +01:00
AndreasSobczyk 020b5a7cb6 Added support for domain based group members
$groupMembers = Get-MembersOnNanoServer -Group $group is now typecasted to an array to support the .Count method.

Get-MembersOnNanoServer now also returns domain based members
2017-02-17 13:02:41 +01:00
Katie Keim ffd2a3ef7b Add BuiltIn to list of local scopes 2017-02-02 18:22:18 -08:00
Katie Keim e9df7cde0f Add NT Service to list of local scopes 2017-02-02 18:22:17 -08:00
Mariah Breakey 94e0d15c7f switching single quotes back to double quotes 2017-02-02 16:46:05 -08:00
Mariah Breakey e011b1d7db fixing folder name 2017-02-02 16:39:41 -08:00
Mariah Breakey a24728c1a9 updating environment files 2017-02-02 16:28:31 -08:00
Mariah Breakey 09119936c3 adding environment 2017-02-02 16:28:31 -08:00
Katie Keim ae6f46a997 Add integration test for built-in Users group 2017-02-01 14:31:09 -08:00
Katie Keim d917fd1f8a Fix issue where group members are retrieved when no members are specified 2017-02-01 11:23:52 -08:00
Mariah Breakey 37d36e93ac simplifying logic in helper function 2017-01-27 16:21:10 -08:00
Mariah Breakey 5340133428 review changes 2017-01-27 15:24:02 -08:00
Mariah Breakey 7ab6633763 commenting out output type that is not recognized by appVeyor right now 2017-01-27 15:24:02 -08:00
Mariah Breakey a92c5e9cd3 commenting out type that is not recognized right now on AppVeyor 2017-01-27 15:24:02 -08:00