Skip to content

Commit

Permalink
Update PsMapExec.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Viper-One authored Nov 29, 2023
1 parent 9ce8d45 commit 1d6096d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PsMapExec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4256,7 +4256,7 @@ $MSSQLComputers = $AllInstances | ForEach-Object {
if ($computerPart -like '*.*') {
$computerPart
} else {
$computerPart -split '\.' | Select -Object -First 1
$computerPart -split '\.' | Select-Object -First 1
}
}

Expand Down

0 comments on commit 1d6096d

Please sign in to comment.