Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mzachen

    PROBLEM ASSIGNING A RETURNED VALUE TO A VARIABLE

    Here is my problem... This code: import-module WebAdministration Get-WebAppPoolState AppPoolName Produces the following output: Value ----- Stopped But this code: import-module WebAdministration $state = Get-WebAppPoolState AppPoolName WRITE-HOST $state...

Part and Inventory Search

Back
Top