QNA > C > Come Disinstallare L'aggiornamento Di 5.1.1

Come disinstallare l'aggiornamento di 5.1.1

Questo è quello che ho trovato, se questo non risponde alla tua domanda e non aiuta, farà una ricerca un po' più profonda..

Se non stai attualmente eseguendo Windows PowerShell 5..1, dovrai anche scaricare e installare Windows Management Framework 5.1 dal Microsoft Download Center.

Questo è un pacchetto di installazione che include Windows PowerShell 5.1 e Windows Remote Management (WinRM) 3.0. Questo pacchetto di installazione potrebbe essere necessario se, per esempio, stai eseguendo Windows 7 SP1 e non hai ancora aggiornato a Windows PowerShell 5.1.

Se stai eseguendo Windows Server 2016, o Windows 10 Anniversary Update, non dovrebbe essere necessario installare Windows PowerShell 5.1. Windows PowerShell 5.1 è preinstallato su questi sistemi operativi.

Prima di installare Windows Management Framework 5.1:

  • Assicurati di aver scaricato la versione corretta del pacchetto di installazione. Se stai eseguendo la versione a 64 bit di Windows 7 SP1, scarica il file Win7AndW2K8R2-KB3191566-x64.ZIP. Se stai usando la versione a 32 bit di Windows 7, scarica il file Win7-KB3191566-x86.ZIP.
  • Se stai usando Windows 7 sul tuo computer, assicurati di aver installato Windows 7 Service Pack 1.

Se non sei sicuro di quale versione di Windows stai usando, o non sei sicuro di aver installato Windows 7 Service Pack 1, clicca su Start, clicca con il tasto destro su Computer e poi su Proprietà. Queste informazioni saranno riportate nella finestra di dialogo Sistema.

"Per installare Windows Management Framework 5.1, "completa la procedura in Installare e configurare WMF 5.1.

Dopo il riavvio del computer, verifica che Windows PowerShell possa avviarsi e che l'applicazione possa essere eseguita con credenziali amministrative. Per fare questo:

  1. Clicca su Start, clicca su Tutti i programmi, clicca su Accessori, clicca su Windows PowerShell, clicca con il tasto destro su Windows PowerShell e poi clicca su Esegui come amministratore.
  2. Se appare la finestra di dialogo Controllo account utente, clicca su Sì per verificare che vuoi eseguire PowerShell con credenziali di amministratore.

Quando appare la console PowerShell, dovresti poi verificare che il servizio WinRM sia in esecuzione e sia stato configurato correttamente.

To verify that the service is running, type the following command at the PowerShell prompt and then press ENTER:

PowerShell

Copy

  1. Get-Service winrm 

Information about the WinRM service will then be displayed on screen:

  1. Status Name DisplayName 
  2. ------ ---- ----------- 
  3. Running winrm Windows Remote Management (WS-Manag... 

If the service Status does not equal "Running", start the WinRM service by typing the following command and then pressing ENTER:

PowerShell

Copy

  1. Start-Service winrm.  

After the service has started, run the following command to make sure that WinRM is using Basic authentication:

PowerShell

Copy

  1. winrm set winrm/config/client/auth '@{Basic="True"}' 

Information similar to the following will be displayed onscreen:

  1. Auth 
  2. Basic = true 
  3. Digest = true 
  4. Kerberos = true 
  5. Negotiate = true 
  6. Certificate = true 
  7. CredSSP = false 

If basic authentication has been set to true, then you're ready to use PowerShell to connect to Skype for Business Online.

Tip

New to Office 365?

Discover free video courses for Office 365 admins and IT pros, brought to you by LinkedIn Learning.

Related topics

Set up your computer for Windows PowerShell

Di Madge

Quanto costa produrre uno smartphone? :: Come installare Microsoft Access su Mac OS
Link utili