Viewing 6 posts - 106 through 112 (of 112 total)
Greetings,
Please try this power shell script:
$colItems = Get-WmiObject Win32_NetworkAdapterConfiguration -Namespace "root\CIMV2" | where{$_.IPEnabled -eq "True"} Write-Host "# --------------------------------------"Write-Host "# Local IP address information"Write-Host "# --------------------------------------"foreach($objItem in...
September 24, 2017 at 9:40 pm
Greetings,
Well, you could run your individual scripts on each server as you stated.
The other option is to run a power shell script, which would connect to each...
September 24, 2017 at 9:01 pm
July 10, 2017 at 10:20 pm
The semi-colon is a statement...
July 10, 2017 at 10:03 pm
SELECT TOP ...
FROM dbo.table_name
ORDER BY NEWID()
I...
June 29, 2017 at 11:12 pm
Viewing 6 posts - 106 through 112 (of 112 total)