Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging latest changes to Live #1898

Merged
merged 56 commits into from
Nov 28, 2017
Merged

Merging latest changes to Live #1898

merged 56 commits into from
Nov 28, 2017

Commits on Nov 7, 2017

  1. Update the example of Where-Object -IsNot (#1841)

    matt9ucci authored and Sean Wheeler committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    2a3ccf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Update Example 5 in Group-Object.md (#1845)

    matt9ucci authored and Sean Wheeler committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    f778a37 View commit details
    Browse the repository at this point in the history
  2. removing @{Text=} tags

    Sean Wheeler authored and zjalexander committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    1357977 View commit details
    Browse the repository at this point in the history
  3. fixing UTF8 characters

    Sean Wheeler authored and zjalexander committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    efba651 View commit details
    Browse the repository at this point in the history
  4. removed empty H3

    Sean Wheeler authored and zjalexander committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    b93a6ba View commit details
    Browse the repository at this point in the history
  5. added H3 for input and output types

    Sean Wheeler authored and zjalexander committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    ec505bf View commit details
    Browse the repository at this point in the history
  6. removed mangled UTF8 character

    Sean Wheeler authored and zjalexander committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    c2abb44 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. updating Out-* commands with -NoNewLine per Issue 1739

    Sean Wheeler committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    bbffd77 View commit details
    Browse the repository at this point in the history
  2. Fix the example of Format-Table -DisplayError (#1848)

    The example is a `-DisplayError` parameter example. But it uses `-ShowError` parameter.
    matt9ucci authored and Sean Wheeler committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    2bdb9e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Fix the example of Format-Wide -DisplayError (#1850)

    matt9ucci authored and Sean Wheeler committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    61cb77d View commit details
    Browse the repository at this point in the history
  2. Fix the example of Format-Custom -DisplayError (#1849)

    The example is a -DisplayError parameter example. But it uses -ShowError parameter.
    matt9ucci authored and Sean Wheeler committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    882b0e8 View commit details
    Browse the repository at this point in the history
  3. updating set-acl docs per PR#901

    Sean Wheeler authored and zjalexander committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    67db02a View commit details
    Browse the repository at this point in the history
  4. using semantic link breaks

    Sean Wheeler authored and zjalexander committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    9799c2b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Fix the example of Format-Wide -ShowError (#1851)

    matt9ucci authored and Sean Wheeler committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    a5f21c5 View commit details
    Browse the repository at this point in the history
  2. Fixed Test-ScriptFileInfo example (#1852)

    alan-null authored and Sean Wheeler committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    9467262 View commit details
    Browse the repository at this point in the history
  3. fixing issue 1768

    Sean Wheeler authored and zjalexander committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b5d12a3 View commit details
    Browse the repository at this point in the history
  4. Formatting, example fix for Body parameter (#1847)

    1. Replaced variable names with PascalCase convention and for consistency
    2. Removed directory information [c:\] in the examples
    3. Put powershell keyword for formatting examples
    4. Replaced Invoke-RestMethod with Invoke-WebRequest in the Body example, added method Post
    5. Removed InformationAction and InformationVariable parameters, which were mistakenly a copy of Body, included already in CommonVariables part
    ebrucucen authored and Sean Wheeler committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b04197f View commit details
    Browse the repository at this point in the history
  5. fixing style consistency across articles

    Sean Wheeler committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b6b156a View commit details
    Browse the repository at this point in the history
  6. fixing conflicts

    Sean Wheeler committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    e03a354 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Fix example numbers in Resume-Job.md (#1857)

    Example 4 is duplicated.
    matt9ucci authored and Sean Wheeler committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    07b21b0 View commit details
    Browse the repository at this point in the history
  2. Fixes typo $WebSiteName in separatingEnvData.md (#1856)

    - Adds the website name to common node property inside configuration data.
    - Also, it is now referenced (e.g. $Node.WebSiteName) in the DSC configuration document in MyWebApp.ps1.
    DexterPOSH authored and Sean Wheeler committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    348ed70 View commit details
    Browse the repository at this point in the history
  3. Updates configurations.md (#1855)

    Two set of changes made.
    - Example scripts e.g. MyDscConfiguration.ps1 define the configuration inside them and call the configuration at the end line. Removed the call to the configuration at the end. Since the article demonstrates dot-sourcing the file and calling the configuration explicitly.
    - Fixed typo in the file name (TEST-PC1.mof  to localhost.mof ), since the ComputerName was not specified it should default to using 'localhost' as the default argument for it.
    
    P.S. - There is a comment on the web-page regarding the fixes made
    DexterPOSH authored and Sean Wheeler committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    b04a75a View commit details
    Browse the repository at this point in the history
  4. Fix typo in comment (#1854)

    ciriarte authored and Sean Wheeler committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    484d598 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1846 from sdwheeler/sdw-issue1739

    updating Out-* commands with -NoNewLine per Issue 1739
    zjalexander committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    e46d3a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Updating the help content for v6. (#1853)

    * Updating the help content for v6.
    
    * Address code review comments
    
    * Fix broken links
    adityapatwardhan authored and Sean Wheeler committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    f42a62f View commit details
    Browse the repository at this point in the history
  2. Fix example numbers in about_Transactions.md (#1859)

    Example number '7' is duplicated.
    matt9ucci authored and Sean Wheeler committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    eade8e4 View commit details
    Browse the repository at this point in the history
  3. Update Alias-Provider.md (#1831)

    1. Removed statement that an alias is to an executable, the definition cotnains the path. It may - but does not need to be. For example:
    Try Set-Alias np Notepad then look at the definition.
    2. Clarified that an alias can also be to a powershell script (ps1 file).
    3. Tidied up the language removing multiple 'And,' clauses to improve readability.
    doctordns authored and Sean Wheeler committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    518fde2 View commit details
    Browse the repository at this point in the history
  4. Add documentation of new -AsHashtable switch for ConvertFrom-Json int…

    …roduced by PR #5043 (#1858)
    
    * add documentation of new -AsHashTable switch for ConvertFrom-Json and also document the behaviour in case of duplicate strings.
    
    * correct casing of -AsHashtable switch.
    
    * Address PR comments about -AsHashtable switch for ConvertFrom-Json.md
    
    * Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md
    
    * Revert "Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md"
    Accidentally change the wrong field.
    This reverts commit 6e76191.
    
    * Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md
    bergmeister authored and Sean Wheeler committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    248e283 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Fix example numbers in Invoke-WebRequest.md (#1862)

    Example number '4' is duplicated.
    matt9ucci authored and Sean Wheeler committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    bcedaf0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'live' into staging

    Sean Wheeler committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    8e4ac81 View commit details
    Browse the repository at this point in the history
  3. reformatting and integrating changes from PR#1831 (#1860)

    Sean Wheeler authored and zjalexander committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    1f54577 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Fix example numbers in Get-Help.md (#1869)

    Example number 12 and 13 are missing.
    matt9ucci authored and Sean Wheeler committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    aeeb091 View commit details
    Browse the repository at this point in the history
  2. Fix example numbers in Import-Module.md (#1868)

    Example number '10' is duplicated.
    matt9ucci authored and Sean Wheeler committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    83b1241 View commit details
    Browse the repository at this point in the history
  3. Fix example number in ConvertTo-Html.html (#1867)

    Example number '10' is duplicated.
    matt9ucci authored and Sean Wheeler committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    99be9ad View commit details
    Browse the repository at this point in the history
  4. Update dscCiCd.md (#1865)

    Missing a period on line 378. Should be `$(Build.ArtifactStagingDirectory)\` not `$(BuildArtifactStagingDirectory)\`.
    tomlarse authored and Sean Wheeler committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    919d940 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Web Cmdlets 6.0.0 Documentation Refresh (#1870)

    * Web Cmdlets 6.0.0 Documentation Refresh
    
    * Address PR Feedback
    markekraus authored and Sean Wheeler committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    cb00730 View commit details
    Browse the repository at this point in the history
  2. Merge Example 4 and 5 in Get-Member.md (#1874)

    Example 4 and 5 in Get-Member.md v3.0 and v4.0 are almost the same. They should be merged as with v5.0.
    matt9ucci authored and Sean Wheeler committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    6e31c85 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Remove hash algorithms unsupported in v6.0 (#1873)

    MACTripleDES and RIPEMD160 are no longer supported in v6.0.
    matt9ucci authored and Sean Wheeler committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    cc018bf View commit details
    Browse the repository at this point in the history
  2. Update outputs of Get-Verb (#1872)

    Since v6.0, `Get-Verb` returns  not MemberDefinition but VerbInfo that has Verb and Group properties.
    matt9ucci authored and Sean Wheeler committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    b98aa67 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Fix typo in ConvertTo-Html.md (UTF-x) (#1879)

    matt9ucci authored and Sean Wheeler committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    1b2889e View commit details
    Browse the repository at this point in the history
  2. Fix "Accept wildcard characters" in Get-Service.md v6 (#1878)

    * Fixed "False" -> "True" (`DisplayName`, `Exclude`, `Include`, and `Name`)
    * Removed `InformationAction` and `InformationVariable`
    matt9ucci authored and Sean Wheeler committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    4fec39b View commit details
    Browse the repository at this point in the history
  3. Fixed Get-WindowsFeature cmdlet HyperLink (#1877)

    * Fixed Get-WindowsFeature cmdlet HyperLink
    
    Minor edit.  Update Get-WindowsFeature cmdlet HyperLink to https://technet.microsoft.com/library/jj205469(v=wps.630).aspx
    
    * Changed URL to new docs.microsoft.com location
    
    The TechNet URL did not work. TechNet and MSDN are being retired.
    keeratsingh authored and Sean Wheeler committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    061245d View commit details
    Browse the repository at this point in the history
  4. Update Get-WinEvent.md (#1876)

    Removed future tense in a couple of places to improve readability. Minor edit.
    doctordns authored and Sean Wheeler committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    496832f View commit details
    Browse the repository at this point in the history
  5. Update Example 8 in Get-Process.md (find the owner of a process) (#1875)

    * Update Example 8 in Get-Process.md (Find the owner of a process)
    
    * Update to attempt to avoid build errors
    
    It seems that the build system does not accept multiple script blocks per one Example header.
    matt9ucci authored and Sean Wheeler committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    c644c38 View commit details
    Browse the repository at this point in the history
  6. updated localmachine\Root to LocalMachine\My (#1880)

    The example where we import the PFX on the target node should import the cert into Personal store and not root.
    rchaganti authored and Sean Wheeler committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    58b15dd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Update Group property example in Get-Verb.md (#1881)

    matt9ucci authored and Sean Wheeler committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    69c037d View commit details
    Browse the repository at this point in the history
  2. adding missing space (#1885)

    mairaw authored and Sean Wheeler committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    d69465e View commit details
    Browse the repository at this point in the history
  3. removing stray character (#1886)

    mairaw authored and Sean Wheeler committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    a066c77 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Update Example 9 in Get-Process.md (#1888)

    * powershell -> pwsh (only v6.0)
    * Windows PowerShell -> PowerShell
    matt9ucci authored and Sean Wheeler committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    bf70ac9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Remove "About ISE" files of v6.0 (#1891)

    * Remove "About ISE" files of v6.0
    
    ISE is no longer bundled with PowerShell 6.0.
    
    * Remove links for "About ISE" files of v6.0
    matt9ucci authored and Sean Wheeler committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    6687a84 View commit details
    Browse the repository at this point in the history
  2. Update Get-Process.md (#1890)

    Fixed name parameter details to show it accepts wildcards in the name
    doctordns authored and Sean Wheeler committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    23afc78 View commit details
    Browse the repository at this point in the history
  3. Update productincompat.md (#1892)

    The list of compatible systems should include Skype For Business Server 2015 and Lync Server 2013.
    Cloud-Writer authored and Sean Wheeler committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    5a8d5f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Update unapproved verbs examples in Get-Verb.md (#1896)

    * Updated Example 4
    * Removed Example 5
    matt9ucci authored and Sean Wheeler committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    46d7c99 View commit details
    Browse the repository at this point in the history
  2. Removing extra space in the Example 5A script (#1894)

    It was highlighting as string in the documentation, I was trying to remove all the extra space.
    vrnithinkumar authored and Sean Wheeler committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    a88c947 View commit details
    Browse the repository at this point in the history
  3. fixing merge conflict

    Sean Wheeler committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    a2d0e9b View commit details
    Browse the repository at this point in the history
  4. resolving conflict

    Sean Wheeler committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    f0f0da0 View commit details
    Browse the repository at this point in the history