Theking2
Theking2
> Unless I am misunderstanding the issue, the `E_USER_ERROR` doesn't trigger `exit(1)` or any other `exit`. The default error handler will stop the script, but that's just how the default...
The script I start is #drop-here.cmd ```cmd pwsh -Command "./import-dump.ps1" "%1" ``` #import-dump.ps1 ```pwsh $tempFile = $Env:Temp + "\" + [System.IO.Path]::GetFileNameWithoutExtension($Args[0]) try { Write-Host "Expand to $tempFile" Expand-Archive -Path $Args[0]...
COntents of the folders typically: # remoteIpMoProxy_MicrosoftPowerShellArchive_1.0.1.0_localhost_25ade7d3-86f8-41cc-bb75-07d2203cab62 28.09.2024 10:22 172’959 remoteIpMoProxy_MicrosoftPowerShellArchive_1.0.1.0_localhost_25ade7d3-86f8-41cc-bb75-07d2203cab62.format.ps1xml 28.09.2024 10:22 14’797 remoteIpMoProxy_MicrosoftPowerShellArchive_1.0.1.0_localhost_25ade7d3-86f8-41cc-bb75-07d2203cab62.psm1 28.09.2024 10:22 640 Microsoft.PowerShell.Archive.psd1 #Microsoft.PowerShell.Archive.psd1 ``` @{ GUID = 'af95b5fa-04f0-4371-99c8-a0db1f829dd5' Description = 'Implicit remoting for...
I run the PS1 file explicitly with PowerShell 7 using a Explorer shortcut file: `"C:\Program Files\PowerShell\7\pwsh.exe" -noexit -file "import-dump.ps1"` My $Env:PSModulePath C:\Program Files\WindowsPowerShell\Modules; C:\Windows\system32\WindowsPowerShell\v1.0\Modules; D:\Users\TheKing2\OneDrive\Documents\PowerShell\Modules; C:\Program Files\PowerShell\Modules; c:\program files\powershell\7\Modules But...
I run the PS1 file explicitly with PowerShell 7 using a Explorer shortcut file: `"C:\Program Files\PowerShell\7\pwsh.exe" -noexit -file "import-dump.ps1"` My $Env:PSModulePath ``` C:\Program Files\WindowsPowerShell\Modules; C:\Windows\system32\WindowsPowerShell\v1.0\Modules; D:\Users\TheKing2\OneDrive\Documents\PowerShell\Modules; C:\Program Files\PowerShell\Modules; c:\program files\powershell\7\Modules...
Thanks. What can I say? For some perspective I studied C/S back in the late 1980-ties but I have to come across a decent understandable doc that describes the module...
I not really understand that but I assume it is me.
DCO check failed. Not sure how to rectify that.
It is a small change in the doc that is more true to the way OMV sets up things: ## OMV compose Settings 1. Container configuration files 2. Persistant storage...
I see this in my dmesg log just after logon: ``` Nov 12 07:32:48 ws-study unix_chkpwd[207743]: password check failed for user (johannes) Nov 12 07:32:48 ws-study budgie-screensaver-dialog[207592]: pam_unix(budgie-screensaver:auth): authentication failure;...