Raimund Andée [MSFT] před 6 roky
rodič
revize
b4e20ab353
4 změnil soubory, kde provedl 8 přidání a 8 odebrání
  1. +2
    -2
      NTFSSecurity/InheritanceCmdlets/DisableAccessInheritance.cs
  2. +2
    -2
      NTFSSecurity/InheritanceCmdlets/DisableAuditInheritance.cs
  3. +2
    -2
      NTFSSecurity/InheritanceCmdlets/EnableAccessInheritance.cs
  4. +2
    -2
      NTFSSecurity/InheritanceCmdlets/EnableAuditInheritance.cs

+ 2
- 2
NTFSSecurity/InheritanceCmdlets/DisableAccessInheritance.cs Zobrazit soubor

@@ -106,7 +106,7 @@ namespace NTFSSecurity
{
if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item));
}
}
}
@@ -119,7 +119,7 @@ namespace NTFSSecurity

if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd));
}
}
}


+ 2
- 2
NTFSSecurity/InheritanceCmdlets/DisableAuditInheritance.cs Zobrazit soubor

@@ -107,7 +107,7 @@ namespace NTFSSecurity
{
if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item));
}
}
}
@@ -120,7 +120,7 @@ namespace NTFSSecurity

if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd));
}
}
}


+ 2
- 2
NTFSSecurity/InheritanceCmdlets/EnableAccessInheritance.cs Zobrazit soubor

@@ -106,7 +106,7 @@ namespace NTFSSecurity
{
if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item));
}
}
}
@@ -119,7 +119,7 @@ namespace NTFSSecurity

if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd));
}
}
}


+ 2
- 2
NTFSSecurity/InheritanceCmdlets/EnableAuditInheritance.cs Zobrazit soubor

@@ -106,7 +106,7 @@ namespace NTFSSecurity
{
if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item));
}
}
}
@@ -119,7 +119,7 @@ namespace NTFSSecurity

if (passThru)
{
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd);
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd));
}
}
}


Načítá se…
Zrušit
Uložit