Raimund Andrée [MSFT]

Results 36 issues of Raimund Andrée [MSFT]

# Pull Request ## Pull Request (PR) description So far the `PSModulePath` configured in the `build.yml` was a static value. Do make it more flexible, the `PSModulePath` is not expanded....

waiting for code fix

### Problem description When creating a 'CompleteSample' with the command ```powershell New-SampleModule -DestinationPath d:\ -ModuleType CompleteSample -ModuleAuthor Me -ModuleName Test1 -ModuleDescription None -ModuleVersion 0.1.0 -LicenseType MIT ``` Pester tests are...

enhancement
help wanted

**This issue was imported from [CodePlex](http://ntfssecurity.codeplex.com/workitem/1962)** **[LaurentDardenne](http://www.codeplex.com/site/users/view/LaurentDardenne)** wrote 2016-08-22 at 18:25 Hi, the parameters 'Account' and 'AccessRights' use the same position value (2) : [Parameter(Mandatory = true, Position = 2,...

CodePlex

**This issue was imported from [CodePlex](http://ntfssecurity.codeplex.com/workitem/1965)** **[MichaelZoellner](http://www.codeplex.com/site/users/view/MichaelZoellner)** wrote 2016-09-12 at 16:18 First of all, NTFSSecurity is GREAT! Nevertheless I think I found a glitch in version 4.2.3 in -Attributes. I...

CodePlex

**This issue was imported from [CodePlex](http://ntfssecurity.codeplex.com/workitem/1956)** **[JBinMN](http://www.codeplex.com/site/users/view/JBinMN)** wrote 2016-06-22 at 23:06 When passed directory names containing curly braces of either hand, Get-NTFSOrphanedAccess throws the following error: Index (zero based) must...

CodePlex

**This issue was imported from [CodePlex](http://ntfssecurity.codeplex.com/workitem/1943)** **[duboiso](http://www.codeplex.com/site/users/view/duboiso)** wrote 2016-03-29 at 12:17 Hello, First time I post here so sorry if I break any rules. I think Get-childitem2 doesn't handle hidden...

CodePlex

**This issue was imported from [CodePlex](http://ntfssecurity.codeplex.com/workitem/1743)** **[addilapi](http://www.codeplex.com/site/users/view/addilapi)** wrote 2015-02-27 at 17:57 Observe the results of: Get-ChildItem -Recurse | ForEach-Object {$_; Continue} Get-ChildItem2 -Recurse | ForEach-Object {$_; Continue} Get-ChildItem2 has an...

CodePlex

To get some visibility, can we add some information about the author or an article? The author is already part of each blog post but there is no link or...

# Pull Request Pester tests failed for 'RemoteDesktopCollections' and 'RemoteDesktopDeploymentMade'. 'SessionHost' defined as an array but is a [scalar in the underlying DSC resources](https://github.com/dsccommunity/xRemoteDesktopSessionHost/blob/42739cd37327b8e2437831cae151dc2d6f23dbcf/source/DSCResources/MSFT_xRDSessionCollection/MSFT_xRDSessionCollection.psm1#L57). ## Pull Request (PR) description ###...

bug