About 5,020 results
Open links in new tab
  1. Powershell script header template? : r/PowerShell - Reddit

    Most things i do, is, use the Header from Powershell Studio, add a short description on what it does and how to use, if it's not clear in the script itself. I mean Powershell is easy to read even though you don't know how to script it. I don't waste to much time on it, since i don't really see a real benefit in having a bloated header, which ...

  2. r/PowerShell on Reddit: Do you add any headers, copyright, …

    PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.

  3. Good ideas to have in a header/footer of a script? : r/PowerShell

    Jul 18, 2016 · FYI, this comment structure is what is printed out when you use get-help. So for this, you would load the script and type "Get-Help Set-Permissions" You can also do this at the top of a non-function script and load a script itself (ex. "Get-Help .\ScriptName.ps1"). But lastly, I use it all the time on my scripts at work just with the code.

  4. Tip: In VS Code type 'ex-cmdlet' [Enter] to get comment header

    May 29, 2019 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.

  5. Modèle d'en-tête de script Powershell ? : r/PowerShell - Reddit

    Most things i do, is, use the Header from Powershell Studio, add a short description on what it does and how to use, if it's not clear in the script itself. I mean Powershell is easy to read even though you don't know how to script it. I don't waste to much time on it, since i don't really see a real benefit in having a bloated header, which ...

  6. API Tokens with Invoke-RestMethod : r/PowerShell - Reddit

    Feb 4, 2023 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.

  7. New PowerShell Core Feature: Invoke-RestMethod ... - Reddit

    Sep 27, 2017 · I wanted to share yet another feature I manged to have pulled into PowerShell Core: Invoke-RestMethod -ResponseHeadersVariable. This feature allows you to inspect response header fields and values along with the response object. It works by creating a variable with the provided name (similar to how -SessionVariable works).

  8. Completely replacing an Excel sheets header row : r/PowerShell

    Aug 10, 2019 · There's a few ways to achieve the output desired using this module, here's a quick example For example, my old sheet looks like this: old_colA old_colB old_colC ----- ----- ----- data1 stuff1 blah1 data2 stuff2 blah2. Then it's as easy as just defining new header names on the import, then exporting to a new sheet.

  9. Need help converting curl to Invoke-RestMethod/WebRequest

    Nov 15, 2022 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.

  10. Can I put a copyright notice at the top of my script without …

    Whenever I try to add a GPL copyright notice to my Windows PowerShell script, it breaks the built-in help system. For example, this script will not find any help when run with Get-Help .\ScriptName.ps1 :

Refresh