You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New-ShareSurferConsoleChoiceOption-Value 'Compact'-Label 'Compact'-Description 'Recommended for large reviews; suppresses repeated inherited rows in exported ACL evidence.'
84
+
New-ShareSurferConsoleChoiceOption-Value 'FullEffective'-Label 'FullEffective'-Description 'Writes every effective ACL row at every path.'
New-ShareSurferConsoleChoiceOption-Value 'Compact'-Label 'Compact'-Description 'Recommended for large reviews; keeps explicit and boundary ACEs while suppressing repeated inherited export rows.'
268
+
New-ShareSurferConsoleChoiceOption-Value 'FullEffective'-Label 'FullEffective'-Description 'Writes every effective ACL row at every path for deep forensic review.'
269
+
) -ConsoleMode $ConsoleMode
262
270
$IncludeFiles=Read-ShareSurferStartupBoolean-Prompt 'Include file rows as well as folders?'-Value ([bool]$IncludeFiles) -ConsoleMode $ConsoleMode
263
271
$IncludeSharePermissionDiagnostics=Read-ShareSurferStartupBoolean-Prompt 'Run intensive share-permission diagnostics before the scan?'-Value ([bool]$IncludeSharePermissionDiagnostics) -ConsoleMode $ConsoleMode
New-ShareSurferConsoleChoiceOption-Value 'Compact'-Label 'Compact'-Description 'Recommended for large reviews; keeps explicit and boundary ACEs while suppressing repeated inherited export rows.'
340
+
New-ShareSurferConsoleChoiceOption-Value 'FullEffective'-Label 'FullEffective'-Description 'Writes every effective ACL row at every path for deep forensic review.'
341
+
) -ConsoleMode $ConsoleMode
328
342
$IncludeFiles=Read-ShareSurferStartupBoolean-Prompt 'Include file rows as well as folders?'-Value ([bool]$IncludeFiles) -ConsoleMode $ConsoleMode
329
343
$IncludeSharePermissionDiagnostics=Read-ShareSurferStartupBoolean-Prompt 'Run intensive share-permission diagnostics before the scan?'-Value ([bool]$IncludeSharePermissionDiagnostics) -ConsoleMode $ConsoleMode
0 commit comments