-
Hi everybody, Sure during Christmas holidays some powershell user will have some great music. I find this script on a french Microsoft script center, but It need to here on forum and script library. Merry Christmas To U Sylv1 Web site link : http://forums.microsoft.com/TechNet-FR/ShowPost.aspx?PostID...
-
i need to render some reports from ssrs everything looks quite easy using the web service there is only one BIG problem I need to pass a null string (null in c#, nothing in vb.net) to the method LoadReport as HistoryID nothing else works, alternative is a valid datetime string but then ssrs looks for...
-
Hi All, I am trying to run cmdlets from VB.NET. I managed to create a session to a remote session and to run either basic powershell commands or Exchange 2010 cmdlets. However I have a problem when trying to run more complex scripts, like "Get-Mailbox | Where-Object {$_.database -match "database"...