Search found 184 matches

by daniele
11 May 2023, 11:29
Forum: Argomenti vari
Topic: Servizio RDMS (Servizio di gestione Desktop remoto) non si avvia
Replies: 0
Views: 970

Servizio RDMS (Servizio di gestione Desktop remoto) non si avvia

Può essere dovuto a mancate permissions di accesso al certificato SSL assegnato al server RD Session Host In tal caso si troveranno i seguenti eventi di errore: 1) Nome registro: Remote-Desktop-Management-Service/Admin Origine: Microsoft-Windows-Remote-Desktop-Management-Service Data: 11/05/2023 10:...
by daniele
08 May 2023, 09:27
Forum: Argomenti vari
Topic: Chrome: Bypass NET::ERR_CERT_INVALID for development
Replies: 0
Views: 932

Chrome: Bypass NET::ERR_CERT_INVALID for development

I browser basati su Chromium (es. Chrome o Brave) potrebbero restituire l'errore NET::ERR_CERT_INVALID ad esempio accedendo ad un dispositivo con certificato SSL autofirmato (un Nas, un firewall, un access point etc etc): se la maschera di errore non presenta l'opzione per procedere lo stesso, c'è u...
by daniele
28 Apr 2023, 10:25
Forum: Argomenti vari
Topic: How to Stop an Unresponsive Hyper-V Virtual Machine
Replies: 0
Views: 906

How to Stop an Unresponsive Hyper-V Virtual Machine

Look at this article for reference: https://petri.com/how-to-stop-an-unresponsive-hyper-v-virtual-machine/ METHOD 1 - Kill just that VM which isn't responding Using Powershell: 1) Get VM name Get-VM 2) Find VM GUID $VmGUID = (Get-VM 'Windows 11').id 3) Find the process ID for the VM $VMWMProc = (Get...
by daniele
11 Apr 2023, 17:57
Forum: Argomenti vari
Topic: How to Run Batch Files silently in background on Windows 11/10
Replies: 0
Views: 924

How to Run Batch Files silently in background on Windows 11/10

Code: Select all

START /MIN CMD.EXE /C mysecondbatchfile.bat
or

Code: Select all

START /MIN CMD.EXE /C someexecutable.exe
by daniele
07 Apr 2023, 12:24
Forum: Argomenti vari
Topic: locked Outlook Signature Registry Settings
Replies: 0
Views: 931

locked Outlook Signature Registry Settings

Le firme di Outlook si trovano in %userprofile%\AppData\Roaming\Microsoft\Signatures ISSUE: just intalled Office 2021 (Home & Business) on a brand new PC with WIndows 11 Pro on it. I can create a new signature in Outlook, but I cannot set any option in the section Choose default signature All t...
by daniele
01 Apr 2023, 11:23
Forum: Argomenti vari
Topic: Find the Hostname of a Hyper-V VM
Replies: 0
Views: 956

Find the Hostname of a Hyper-V VM

METHOD 1 - Via PowerShell Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters" | Select-Object HostName METHOD 2 -Manual search into the registry Launche REGEDIT and search the following key: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Virtual Machine\Gues...
by daniele
27 Mar 2023, 15:12
Forum: AZURE and MS 365
Topic: MS 365:install Exchange Online Management PowerShell module
Replies: 0
Views: 936

MS 365:install Exchange Online Management PowerShell module

NOTA BENE I modules Powershell sono ubicati nei seguenti path: C:\Program Files\WindowsPowerShell\Modules --> quando si usa come Administrator C:\Users\ username \Documents\PowerShell\Modules --> per ogni singolo utente Se ricevete errore tentando di eseguire Connect-MsolService, provare a cancella...
by daniele
27 Mar 2023, 14:57
Forum: AZURE and MS 365
Topic: MS 365: how to connect to AzureAD
Replies: 0
Views: 839

MS 365: how to connect to AzureAD

NOTA BENE I modules Powershell sono ubicati nei seguenti path: C:\Program Files\WindowsPowerShell\Modules --> quando si usa come Administrator C:\Users\ username \Documents\PowerShell\Modules --> per ogni singolo utente Se ricevete errore tentando di eseguire Connect-MsolService, provare a cancella...
by daniele
17 Mar 2023, 11:01
Forum: AZURE and MS 365
Topic: MS 365: How to connect to Sharepoint Online
Replies: 0
Views: 905

MS 365: How to connect to Sharepoint Online

NOTA BENE I modules Powershell sono ubicati nei seguenti path: C:\Program Files\WindowsPowerShell\Modules --> quando si usa come Administrator C:\Users\ username \Documents\PowerShell\Modules --> per ogni singolo utente Se ricevete errore tentando di eseguire Connect-MsolService, provare a cancella...