We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b1277 commit c01aff5Copy full SHA for c01aff5
scripts/Build-Accdb.ps1
@@ -15,6 +15,9 @@ $currentUser = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name
15
if ($serviceAccounts | Where-Object { $currentUser -match $_ }) {
16
Write-Warning "Warning: This script is running under a Windows service account ($currentUser). Microsoft Access should not be executed as a service!"
17
}
18
+else {
19
+ Write-Host "Running script as user: $currentUser"
20
+}
21
22
[string]$tempFileName = "VcsBuildTempApp"
23
[string]$accdbFileName = $tempFileName
0 commit comments