Raimund Andrée [MSFT]

Results 81 comments of Raimund Andrée [MSFT]

Thanks for the hard work. I can confirm that the KDC command in bruce works perfectly as long as the delegation scenario does not leave the forest.

I could reproduce this issue with the following steps: ``` PS D:\> (New-Object Alphaleonis.Win32.Filesystem.DirectoryInfo('D:\AlphaFsTest')).EnumerateFileSystemInfos() Directory: D:\AlphaFsTest Mode Inherits LastWriteTime Size(M) Name ---- -------- ------------- ------- ---- True 20.04.2021 23:39 0...

I am using AlphaFS for the [File System Security PowerShell Module](https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85). This module was previously build on System.IO with all the limitation we know. I was planning a couple of...

Thanks, I can repro this (unfortunately). I will have a look into it...

Help was added again in a much better by @Sup3rlativ3 in #62. We will hopefully finish the help quite soon.

Sorry for the long delay. I have just tried that and it worked as expected. Do you still experience the issue? ``` PS D:\> Get-NTFSInheritance -Path D:\Servers.csv Name AccessInheritanceEnabled AuditInheritanceEnabled...

Thanks for reporting this. However I am unable to repro it. What OS / PowerShell version do you use? ``` PS D:\Test> New-Item -Name Juntion1 -Value .\Folder1\ -ItemType Junction Directory:...

Thank you for your report, @aaearon. The most convenient way for us would be a PR created by you.

@johlju, @gaelcolas, do you have any idea why this isn't working. When building on a Windows Server 2022 build agent, it runs fine.

Thanks, @johlju. But, when following your advice and disabling `PSResourceGet` in a PR, we would disable it for the main branch as well. I guess this is not what you...