Luc FULLENWARTH

Results 16 comments of Luc FULLENWARTH

Please can you provide the schema you used for? I have the same error message...

I had a look at the code. The error means "PowerShell cannot determine which parameter set it should use". For example: - If the command line contains only the `-DatabasePath`...

I have the same issue but I am not using credential, but a MasterKey instead. It works, but every time I have the error message at the end of the...

> ### How can I use this reset command? > **Answer**: ctrl+shift+0 (Number 0) Hi @zhuziyi1989 This does not work for me. Do you need to be in a specific...

No worries Raimund :) I had a look at your document. So far I understand, the LCM is only triggered during a maintenance window. Right? However, my need is to...

Ok, then I will keep my request here :-) Thanks for the explanation Raimund! To summarize the need: 1. For whatever reason, PendingReboot detects a pending restart (Windows update, application...

```powershell PS> Get-NetAdapter -Name LAN Name InterfaceDescription ifIndex Status MacAddress LinkSpeed ---- -------------------- ------- ------ ---------- --------- LAN vmxnet3 Ethernet Adapter 5 Up 00-50-56-0A-B1-DA 10 Gbps PS> Get-NetConnectionProfile -InterfaceAlias LAN...

Isn't there a way to detect the running context (ISE or ordinary Powershell window)?

No problem. But if you know how to do it give me the hint please. I will do it myself :-) I tried to use this file: %windir%\system32\WindowsPowerShell\v1.0\Microsoft.PowerShellISE_profile.ps1 And I...

Duplicating the root folder is problematic with the .Nupkg format. I have tried the workaround of @sba923 but the compressed file cannot be expanded on some clients by chocolatey packages....