Skip to content

Commit 915faa2

Browse files
committed
Add disclaimer, that the Entra ID sync service is probably not installed on the target
1 parent e1136f6 commit 915faa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/data/entra-sync-creds/entra-sync-creds.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $client = new-object System.Data.SqlClient.SqlConnection -ArgumentList "Data Sou
2929
try {
3030
$client.Open()
3131
} catch {
32-
Write-Host "[!] Could not connect to localdb..."
32+
Write-Host "[!] Could not connect to localdb, Entra ID sync probably not installed"
3333
return
3434
}
3535

0 commit comments

Comments
 (0)