Skip to content

Commit 0a68847

Browse files
authored
Fix Line 480
1 parent 6c59750 commit 0a68847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Powershell/General Functions/Get-UserRights.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public static extern bool LookupPrivilegeDisplayName(
477477
}
478478
else
479479
{
480-
<# Edit line 485 to modify the default command run when this script is executed.
480+
<# Edit line 487 to modify the default command run when this script is executed.
481481
Example for output multiple servers to a text file:
482482
Get-UserRights -ComputerName MS01-2019, IIS-2019 -FileOutputPath C:\Temp -FileOutputType Text
483483

0 commit comments

Comments
 (0)