4095 links
33 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
29 results tagged Powershell x
  • 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é Faille 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 Faille 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
    - /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
    - /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
    - /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
  • Extremely slow when run PowerShell script by scheduled taks | Wu's Blog

    Pour modifier à la main la priorité d'une tâche dans le gestionnaire de tâches.

    April 18, 2018 at 6:27:33 PM GMT+2 - permalink -
    QRCode
    - https://zhengwu.org/2014/06/30/extremely-slow-when-run-powershell-script-by-scheduled-taks/
    Windows Powershell Automatisation
  • Set-MailboxAutoReplyConfiguration

    Pour configurer l'autoreply d'un user avec l'Exchange Shell:

    Set-MailboxAutoReplyConfiguration -Identity user@domain -AutoReplyState Enabled -ExternalMessage $(get-content “C:\Scripts\OOF-message.txt”)

    Contenu de OOF-message.txt (formatage HTML!):

    <html><body>Madam, Sir,<br>Many thanks for your email.<br>This address is no longer valid. Please forward all messages to xxx<br>Best regards,<br></html></body>

    September 21, 2017 at 11:34:50 AM GMT+2 * - permalink -
    QRCode
    - https://technet.microsoft.com/fr-fr/library/dd638217(v=exchg.160).aspx
    Exchange Tricks Powershell
  • Ps1 To Exe Online Converter | F2KO Software

    Titre.

    via https://www.dsfc.net/informatique/ps1-to-exe-compilateur-powershell/

    August 22, 2017 at 10:23:03 PM GMT+2 * - permalink -
    QRCode
    - http://www.f2ko.de/en/op2e.php
    Powershell Converter
  • Faites parler votre Powershell

    À tester pour le lol !

    August 6, 2017 at 12:31:36 AM GMT+2 - permalink -
    QRCode
    - http://www.antoniodealmeida.net/faites-parler-votre-powershell/
    Powershell Voix Windows Tricks
  • Afficher une notification sur Windows 10 avec PowerShell

    Coudé.

    March 9, 2017 at 10:36:05 PM GMT+1 - permalink -
    QRCode
    - https://www.it-connect.fr/afficher-une-notification-sur-windows-10-avec-powershell/
    Powershell Script Windows10
  • Exchange 2013/2016: Set Language and Time Zone for all OWA users

    À taper dans le shell Exchange:
    get-mailbox | Set-MailboxRegionalConfiguration -TimeZone "W. Europe Standard Time" -Language "fr-CH"

    February 6, 2017 at 3:29:14 PM GMT+1 * - permalink -
    QRCode
    - /shaare/k3d-MQ
    Exchange Powershell OWA
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