Viewing 5 posts - 1 through 5 (of 5 total)
What is a minuim security needed to list all the servers on domain ?
LAN admins don't want to shedule execution of this script with domain admin account.
May 6, 2011 at 9:18 am
powershell script works fine after upgrade to version 2.0
sqlcmd -L list only brodcasting servers ,while this solution simply try to access every station that is up
and running
April 19, 2011 at 1:02 pm
PS H:\> Get-Host
Name : ConsoleHost
Version : 1.0.0.0
InstanceId ...
April 19, 2011 at 11:20 am
I tried to run powershell (changed only value for $destserver)
but getting
Get-Service : A parameter cannot be found that matches parameter name 'computername'.
At E:\AG\FoundSQLServers.ps1:22 char:43
+ $computers |? {(get-service -computername...
April 19, 2011 at 8:41 am
Viewing 5 posts - 1 through 5 (of 5 total)