Viewing 15 posts - 31 through 45 (of 343 total)
Ok think I worked it out, I get so much help on this forum, I hope this helps somebody else.
$SSRSConMgr = Get-WmiObject -Namespace "root\Microsoft\SqlServer\ReportServer\RS_<yourInstanceNameOrVariableHere>\v11\Admin" -Class MSReportServer_ConfigurationSetting -ComputerName $env:COMPUTERNAME
$SSRSConMgr.InitializeReportServer("$InstID".TrimStart('@{InstallationID={').TrimEnd('}'))
Gives me a...
February 1, 2016 at 3:46 pm
Hello,
Thank you for replying, but unfortunately that did not work. I got the same error as I did previously.
Anyone else? I'll keep looking.
Regards,
D.
February 1, 2016 at 3:06 pm
Thanks Gary,
I think I found another way of doing it which I will post when I can sort out an non-sensitive version, its probably not the most elegant way to...
January 28, 2016 at 10:45 pm
Hi Gary,
I wondered if I might call on your help once more. I am trying to set up some try/catch action, I feel like I am almost there but I...
January 24, 2016 at 9:47 pm
Thank you, Gary. I took the parameters a little too literally there!
Regards,
D.
January 20, 2016 at 6:12 pm
Awesome! Thanks Gary!
Regards,
Paul.
January 14, 2016 at 2:34 pm
That's great, Shawn! Thank you!
Regards,
D.
December 13, 2015 at 6:32 pm
Thanks Shawn, the curly brace got me nearer to the goal, after a bit of jiggery pockery I got to this, but I am finding that it is creating the...
December 7, 2015 at 10:37 pm
Right ok, if there is one thing I have noticed about myself is that I seem to get deeper and deeper then end up going nowhere!
I'm trying to get the...
December 6, 2015 at 10:04 pm
Hi Shawn,
Yes, thank you for that, I get the info for the local machine, I need to work out how I can get it for the remote servers I am...
November 23, 2015 at 3:48 pm
Hi Shawn
AH! I literally found this out just as I got your reply through, and then it was by accident! So now I have...
Get-Service -ComputerName $ComputerName -Name SQL*
Format-Table -AutoSize
...the only...
November 22, 2015 at 11:05 pm
Hi Shawn,
At the moment, I have only listed one server in the txt file just for test purposes, and its basically..
FQDN\Instance, port
...and that's it, when I add the others it...
November 22, 2015 at 9:16 pm
Hi Shawn,
Thank you for getting back, I have tried your code but I'm having trouble getting it to work, the last one that does the local machine works, but I...
November 22, 2015 at 6:44 pm
Hi, thank you for your help, with your suggestions and a little tinkering, it has been wittled from 6 errors down to 1. I feel like I am almost at...
November 17, 2015 at 10:25 pm
Hello,
I'm now trying to get a list of SQL services from a remote machine, and I feel like I am almost there, but there are one or two things I...
November 16, 2015 at 10:16 pm
Viewing 15 posts - 31 through 45 (of 343 total)