4393 links
37 private links
  • Strak.ch | Actu et liens en vrac
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
35 results tagged Powershell x
  • Installation de Powershell v7 en une ligne

    Je ne sais plus où j'ai trouvé ça, mais j'ai été emmerdé pour mettre à jour Powershell v7, jusqu'à taper:
    iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"

    January 30, 2025 at 6:48:24 PM GMT+1 * - permalink -
    QRCode
    - https://liens.strak.ch/shaare/Wx643g
    Powershell
  • PowerHuntShares is an audit script designed in inventory, analyze, and report excessive privileges configured on Active Directory domains.

    Pour auditer les shares sur votre domaine AD.

    September 12, 2024 at 9:41:47 PM GMT+2 * - permalink -
    QRCode
    - https://github.com/NetSPI/PowerHuntShares
    Cybersécurité SMB Powershell Script
  • GitHub - CrowdStrike/VirtualGHOST: VirtualGHOST Detection Tool

    Script powershell fourni par CrowdStrike pour vérifier des cas d'infection à la VM fantôme...

    June 6, 2024 at 10:28:46 PM GMT+2 * - permalink -
    QRCode
    - https://github.com/CrowdStrike/VirtualGHOST
    Script Powershell VMware Vulnérabilité
  • GitHub - EvotecIT/GPOZaurr: PowerShell module to gather info about GPO but also allows fixing issues

    Pour auditer, analyser et réparer les GPO.

    via https://www.it-connect.fr/gpozaurr-outil-ultime-pour-audit-analyser-gpo/

    April 16, 2024 at 9:53:24 PM GMT+2 * - permalink -
    QRCode
    - https://github.com/EvotecIT/GPOZaurr
    GPO Audit Powershell
  • Privacy is sexy 🍑🍆 - Enforce privacy & security on Windows, macOS and Linux

    Génère des scripts de nettoyage/sécurité en fonction des choix cochés.

    August 29, 2023 at 5:27:22 PM GMT+2 * - permalink -
    QRCode
    - https://privacy.sexy/
    Windows Script Powershell Sécurité ViePrivée
  • GitHub - dakhama-mehdi/Modern_ActiveDirectory: Modern Active Directory

    "New experience (Safe, Easy, Fast) given an overview of Active Directory environment from a beautiful interactive HTML report."

    March 25, 2023 at 1:41:34 PM GMT+1 * - permalink -
    QRCode
    - https://github.com/dakhama-mehdi/Modern_ActiveDirectory
    ActiveDirectory Powershell
  • PowerShell : signer les scripts - RDR-IT

    Coudé, ça m'évitera de me faire un tuto, car je le fais environ une fois par année.

    November 8, 2022 at 12:22:42 PM GMT+1 * - permalink -
    QRCode
    - https://rdr-it.com/powershell-signer-les-scripts/
    Powershell Script Sécurité
  • A Blog to a System Admin's Passion: How to Digitally Sign the Powershell Scripts with Microsoft CA in Domain – A step-by-step Guide - Part 1

    Titre, comment signer numériquement un script Powershell dans un environnement d'entreprise. Spoiler: ça fonctionne (je n'ai pas appliqué la partie GPO) !

    August 9, 2021 at 5:40:50 PM GMT+2 * - permalink -
    QRCode
    - https://sysadminplus.blogspot.com/2016/08/stop-running-unsecure-scripts-how-to.html
    Powershell Script Sécurité Sysadmin Microsoft
  • Comment générer un rapport des équipes Teams avec PowerShell ? | Microsoft Teams | IT-Connect

    Coudé.

    May 27, 2021 at 5:38:23 PM GMT+2 * - permalink -
    QRCode
    - https://www.it-connect.fr/comment-generer-un-rapport-des-equipes-teams-avec-powershell/
    Teams Powershell Azure
  • Microsoft releases one-click Exchange On-Premises Mitigation Tool

    Titre, pour les retardataires.

    March 17, 2021 at 9:59:03 PM GMT+1 * - permalink -
    QRCode
    - https://www.bleepingcomputer.com/news/microsoft/microsoft-releases-one-click-exchange-on-premises-mitigation-tool/
    Exchange Sécurité Vulnérabilité Script Powershell
  • CSS-Exchange/Security at main · microsoft/CSS-Exchange · GitHub

    Les scripts Powershell officiels de Microsoft pour:

    • Test-ProxyLogon.ps1: parcourt les logs du server Exchange, met en évidence les logs et fichiers suspicieux.
    • ExchangeMitigations.ps1: pour fermer temporairement les failles connues, mais il faut quand même patcher dès que possible !

    J'étais SÛR que j'avais déjà partagé ce lien, ce n'était pas le cas...

    March 10, 2021 at 10:37:11 PM GMT+1 * - permalink -
    QRCode
    - https://github.com/microsoft/CSS-Exchange/tree/main/Security
    Exchange Sécurité ViePrivée Vulnérabilité Script Powershell
  • Quick Install PowerCLI in Powershell

    Install-Module -Name VMware.PowerCLI
    Set-PowerCLIConfiguration -InvalidCertificateAction Ignore

    November 9, 2020 at 10:38:42 AM GMT+1 * - permalink -
    QRCode
    - https://liens.strak.ch/shaare/1L3nnA
    VMware Outils Powershell
  • Désinstaller New Microsoft Edge

    Ça fait déjà 3 fois que je dois le faire, alors je me note cette info:

    1. Ouvrir Powershell en élevé et aller dans (remplacer la version au besoin):
      cd "C:\Program Files (x86)\Microsoft\Edge\Application\86.0.622.51\Installer"
    2. Taper la commande suivante:
      .\setup --uninstall --force-uninstall --system-level
    October 27, 2020 at 7:53:55 AM GMT+1 * - permalink -
    QRCode
    - https://liens.strak.ch/shaare/BdkaKA
    Microsoft Tricks Powershell Edge
  • Powershell: copier les groupes d'un user à l'autre

    Get-ADUser -Identity $CopyFromThisUser -Properties memberof | Select-Object -ExpandProperty memberof | Add-ADGroupMember -Members $CopymembersToThisUser

    May 19, 2020 at 6:47:10 PM GMT+2 * - permalink -
    QRCode
    - https://liens.strak.ch/shaare/9owtEg
    Powershell ActiveDirectory WindowsServer
  • Powershell script to check Last Reboot Time on a list of machines in a text file

    Titre.

    gwmi win32_operatingsystem -ComputerName $machine | select csname, @{LABEL='LastBootUpTime';EXPRESSION={$_.ConverttoDateTime($_.lastbootuptime)}}
    March 6, 2020 at 11:10:24 PM GMT+1 - permalink -
    QRCode
    - https://gallery.technet.microsoft.com/scriptcenter/Powershell-script-to-check-b1bfbc21#content
    Powershell Script
  • New-NetQosPolicy

    Pour limiter le trafic réseau d'un soft ou autre, en Powershell.

    November 25, 2019 at 8:17:01 PM GMT+1 - permalink -
    QRCode
    - https://docs.microsoft.com/en-us/powershell/module/netqos/new-netqospolicy?view=win10-ps
    Powershell Réseau
  • Four ways to remotely reboot a Windows machine | David Vielmetter

    La méthode 3 va vous étonner:
    Restart-Computer -Force -ComputerName pc.domain.local

    September 4, 2019 at 9:48:57 PM GMT+2 - permalink -
    QRCode
    - https://davidvielmetter.com/tricks/four-ways-to-remotely-reboot-a-windows-machine/
    Windows ActiveDirectory Tricks Powershell
  • Script Generate Health Report for an Exchange Server 2016/2013/2010 Environment

    Un script pour générer un rapport human-readable d'un serveur Exchange.

    August 12, 2019 at 1:30:41 PM GMT+2 - permalink -
    QRCode
    - https://gallery.technet.microsoft.com/scriptcenter/Generate-Health-Report-for-19f5fe5f
    Exchange Script Powershell
  • Comment exécuter un script PowerShell comme service ?

    De côté.

    March 7, 2019 at 6:20:07 PM GMT+1 - permalink -
    QRCode
    - https://www.it-connect.fr/comment-executer-un-script-powershell-comme-service/
    Powershell Windows Service Tricks
  • Who needs malware? IBM says most hackers just PowerShell through boxes now, leaving little in the way of footprints • The Register

    Apparemment, PowerShell est pas mal utilisé pour... hacker des serveurs Windows, évidemment ! ^^

    February 26, 2019 at 7:13:35 PM GMT+1 - permalink -
    QRCode
    - https://www.theregister.co.uk/2019/02/26/malware_ibm_powershell/
    Hacking Powershell Windows
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation