Trying to run a script that will query a txt file before running the query and action against each. I have one that does if i manually put the server name but i would like to just do a text file due to the amount of machines.
$ComputerName = @('server2012', 'vista64esxi', 'server2008')foreach ($Computer in $ComputerName) { if ($Status = Get-Service -ComputerName $Computer -Name RemoteRegistry -EA SilentlyContinue |
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.