Jump to content

schmitzp1978

Members
  • Gesamte Inhalte

    35
  • Registriert seit

  • Letzter Besuch

Beste Lösungen

  1. schmitzp1978's post in RDS RemoteApps - Name der Standardverbindung ändern wurde als beste Lösung markiert.   
    ok habe es gefunden:
     
    Open RDWebAccess.Config file in the AppData folder and change this line:

     <WorkspaceSettings Name="Remote Desktop Services Default Connection" to whatever you like.
    Danke für den Tipp, aber unsere Spezialanwendungen laufen nur unter 2008 R2 und werden leider auch nicht weiter entwickelt.
  2. schmitzp1978's post in WSUS - Server 2016 und Windows 10 finden keine monatlichen CU-Updates wurde als beste Lösung markiert.   
    Hi Zahni,
    nein das war nicht das Problem.
     
    Folgendes hat geholfen, das möchte ich euch natürlich nicht vorenthalten:
     
    Quelle: https://social.technet.microsoft.com/Forums/en-US/817d4694-b131-4122-b32d-e7252a489272/wsus-on-server-2016-file-cert-verification-failure?forum=winserverwsus

    From an Admin PowerShell prompt on the server, set BITS Download Priority to Foreground mode:
    $WSUSConfiguration=(Get-WsusServer).GetConfiguration() $WSUSConfiguration.BitsDownloadPriorityForeground=$True $WSUSConfiguration.Save() Also,
    Try:

    * Make the following "Advanced Settings" for WSUS Application Pool in IIS:
        - Queue Length: 25000 from 1000
        - Limit Interval (minutes): 15 from 5
        - "Service Unavailable" Response: TcpLevel from HttpLevel
    * (Stop IIS first) Edit the web.config ( C:\Program Files\Update Services\WebServices\ClientWebService\web.config ) for WSUS:
        - Replace <httpRuntime maxRequestLength="4096" /> with <httpRuntime maxRequestLength="204800" executionTimeout="7200"/>
    * Adjust the private memory limit.
        - If you have WSUS Automated Maintenance (WAM), from the WAM Shell run:
            .\Clean-WSUS.ps1 -SetApplicationPoolMemory 4096
        - If you don't have WAM, edit the pool's configuration directly to change it to 4194304 (4GB)
  3. schmitzp1978's post in Exchange 2016 - Neue Datenbanken werden nicht im AD angelegt wurde als beste Lösung markiert.   
    Hallo ASR
     
    der -DomainController Parameter war hier die Lösung. Nun funktioniert die Erstellung einer neuen DB ohne FM.
     
    Vielen Dank euch allen!
×
×
  • Neu erstellen...