1550 links
  • Les piti liens de Vader
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 3
58 results tagged administration x
  • Tutoriel lets encrypt sous windows

    Tout est dans le titre.

    Fri Jun 14 14:22:05 2019 - permalink -
    QRCode
    - https://chez-oim.org/index.php?topic=1980.0
    administration tutorial
  • Exchange 2016 : Installation et configuration – RDR IT

    via https://shaar.libox.fr/?JqaVog

    Fri Jan 4 17:00:22 2019 - permalink -
    QRCode
    - https://rdr-it.com/exchange2016-installation-configuration/
    administration IT tutorial
  • IP Addressing for a Small Business That Might Grow | DXM Tech Support

    via https://shaar.libox.fr/?60HIoQ

    Fri Dec 28 13:19:51 2018 - permalink -
    QRCode
    - https://blog.dxmtechsupport.com.au/ip-addressing-for-a-small-business-that-might-grow/
    administration tutorial
  • Duplicate Removers - Outlook Freeware

    Tout est dans le titre

    Via https://chezsoi.org/shaarli/?kdDFbQ

    Fri Oct 12 17:20:39 2018 - permalink -
    QRCode
    - https://www.outlookfreeware.com/en/products/duplicates
    administration outil
  • Wiki Evolix - Howto SwitchCisco

    Via https://shaar.libox.fr/?H3YfBw

    Mon Mar 26 15:15:55 2018 - permalink -
    QRCode
    - https://wiki.evolix.org/SwitchCisco
    administration tutorial
  • Windows Server 2016 Performance Tuning Guidelines | Microsoft Docs

    via https://eric.bugnet.fr/shaarli/?gOXf4A

    Wed Aug 30 08:50:57 2017 - permalink -
    QRCode
    - https://docs.microsoft.com/en-us/windows-server/administration/performance-tuning/
    administration
  • How to shrink a VMDK: Shrinking a virtual disk in VMware ESXi - Matt Wharton

    via http://www.librement-votre.fr/shaarli/?GCCYhQ

    Tue Aug 1 16:08:17 2017 - permalink -
    QRCode
    - http://www.mattwharton.co.uk/2015/07/how-to-shrink-a-vmdk-shrinking-a-virtual-disk-in-vmware-esxi.html
    administration
  • Guide to Windows Batch Scripting - /* steve jansen */

    Petite référence sur les scripts Windows Batch. Plus de toute première jeunesse bien sur (vive powershell) mais ça peut toujours dépanner.

    Mon Jul 17 15:27:33 2017 - permalink -
    QRCode
    - https://steve-jansen.github.io/guides/windows-batch-scripting/index.html
    administration
  • technique [Alsace Réseau Neutre]

    Sous le coude. Ca a l'air très intéressant, merci pour le temps passer sur cette doc !

    Via https://shaarli.guiguishow.info/?Od63iw

    Mon Aug 29 14:14:11 2016 - permalink -
    QRCode
    - https://wiki.arn-fai.net/technique
    administration
  • How Does the Lync Client Automatically Launch When Opening a Lync Online Meeting URL? | Microsoft

    Sous le coude pour plus tard

    Tue Jun 14 11:36:05 2016 - permalink -
    QRCode
    - http://blogs.perficient.com/microsoft/2011/03/how-does-the-lync-client-automatically-launch-when-opening-a-lync-online-meeting-url/
    administration tutorial
  • Exchange PowerShell: How to enumerate Distribution Lists, managers and members - Oxford SBS Guy

    Tout est dans le titre... Mais pas que ! Article intéressant où l'auteur décrit pas à pas comment il construit sa commande powershell et comment il sélectionne les attributs intéressant. Peut s'appliquer à plein d'autres choses en powershell donc.

    Mon Jan 18 09:54:30 2016 - permalink -
    QRCode
    - http://www.oxfordsbsguy.com/2014/04/21/exchange-powershell-how-to-enumerate-distribution-lists-managers-and-members/
    administration tutorial
  • Tutoriel pour chiffrer un site web gratuitement en 14 étapes simples

    Coude, toussa.

    Via euh.. J'ai oublié, désolé :(

    Wed Sep 23 09:59:02 2015 - permalink -
    QRCode
    - https://lafibre.info/cryptographie/tuto-https/
    administration tutorial
  • AdFind

    Un outil utile en ligne de commande (windows) pour faire des requêtes sur l'active directory.
    Un genre de csvde mais en plus puissant.
    Usage : http://www.joeware.net/freetools/tools/adfind/usage.htm

    Wed Sep 2 15:39:48 2015 - permalink -
    QRCode
    - http://www.joeware.net/freetools/tools/adfind/
    administration outil
  • I’m giving away MILLIONS of FREE Microsoft eBooks again! Including: Windows 10, Windows 8.1, Windows 8, Windows 7, Office 2013, Office 365, SharePoint 2013, Dynamics CRM, PowerShell, Exchange Server, Lync 2013, System Center, Azure, Cloud, SQL Server, and - Microsoft Senior Sales Excellence Manager - Eric Ligman - Site Home - MSDN Blogs

    Sous le coude.

    Via http://shaarli.galsungen.net/?y98uqg

    Thu Jul 30 11:13:21 2015 - permalink -
    QRCode
    - http://blogs.msdn.com/b/mssmallbiz/archive/2015/07/07/i-m-giving-away-millions-of-free-microsoft-ebooks-again-including-windows-10-windows-8-1-windows-8-windows-7-office-2013-office-365-sharepoint-2013-dynamics-crm-powershell-exchange-server-lync-2013-system-center-azure-clo.aspx
    administration
  • Activer Remote Desktop à distance

    Prérequis, avoir un compte admin de la machine distante.

    1) Ouvrir le pare-feu
    Utiliser psexec
    c:\psexec \remote_machine_name cmd
    Puis netsh advfirewall set currentprofile state off
    ou netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes

    2) Activer le service de base de registre distant
    Depuis services.msc se connecter sur la machine distante (clic-droit, se connecter à une machine distante) et activer le service Remote Registry

    3) Activer le bureau à distance dans la base de registre
    Via regedit se connecter à la machine distante
    Aller sur la clé HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control > Terminal Server. Changer la valeur de “fDenyTSConnections” à “0”

    4) Démarrer le service de bureau à distance
    Se connecter à services.msc, aller sur la machine distante à nouveau et activer/redémarrer le service "Remote Desktop Services"

    Vous pouvez ensuite vous connecter à la machine en RDP.

    Tue Jun 23 14:39:36 2015 - permalink -
    QRCode
    - http://liens.vader.fr/?5X_keg
    administration tips
  • Comment mettre en place l’auto-configuration de comptes de messagerie pour Thunderbird (et d’autres) par @pscoffoni - Philippe Scoffoni

    Sous le coude

    Via https://www.e-jim.be/liens/?jEhYXA

    Thu Jun 18 12:22:50 2015 - permalink -
    QRCode
    - http://philippe.scoffoni.net/comment-auto-configuration-comptes-messagerie-thunderbird-autres/
    administration tutorial
  • Unattended Installations

    Sous le coude

    "On this page I'll collect (links to) sample scripts and commands for unattended and silent software installations (and migrations).
    My definition of an unattended installation is any installation that does not require user input but may display dialogs or progress bars etc. Silent installations are installations without any visible interface elements.

    The main focus will on installing software, drivers, etcetera in Windows (NT 4 and later, not 9*/ME), not on installing Windows itself, though some links will be provided.

    I won't restrict myself to a single script language, the goal is getting the job done."

    Tue May 26 14:13:14 2015 - permalink -
    QRCode
    - http://www.robvanderwoude.com/unattended.php
    administration
  • Sécurité : Protéger les comptes Administrateur local avec LAPS | Active Directory | IT-Connect

    Je garde ça pour le lire plus tard, mais ça a l'air bien utile
    Un logiciel microsoft pour gérer les mot de passe des admins locaux des ordinateurs.

    Via https://liens.strak.ch/?1oWYiQ

    Tue May 19 08:47:05 2015 - permalink -
    QRCode
    - http://www.it-connect.fr/securite-proteger-les-comptes-administrateur-local-avec-laps/
    administration tutorial
  • Breaking Out of Citrix and other Restricted Desktop Environments Pen Test Partners

    Intéressant. Des moyens de "déborder" d'une application/session citrix.
    Via http://shaarli.fr/my/mayaj/?NdXn5w

    Wed Mar 25 11:50:59 2015 - permalink -
    QRCode
    - http://www.pentestpartners.com/blog/breaking-out-of-citrix-and-other-restricted-desktop-environments/
    administration
  • Vous pensiez que votre AD était robuste, vraiment ?

    Coude, toussa. Ça a l'air très intéressant.

    Via Shaarli.fr

    Wed Feb 25 16:04:07 2015 - permalink -
    QRCode
    - http://blogmotion.fr/systeme/active-directory-exploit-12834
    administration sécurité
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation