Reply To: Get value from higher pipe level
Hello Riley, Here a modified variant of your first post which will add the mailbox name to the object returned by Get-MobileDeviceStatistics using the Add-Member cmdlet (a trick I've learned at the...
View ArticleReply To: Cannot create pull server across domains
That didn't work for me. I'm spinning up another Windows 2012 R2 server to use as my 'workstation', residing in the same domain. Will see if that fixes me.
View ArticleReply To: Invoke-DSCPull Local Admin for Remote Conection?
You might leave that as a comment in the GitHub repo itself, so that the authors see it.
View ArticleReply To: DSC-Service Error on 2008 R2
Have you restarted the machine? The "Possible" indication suggests that the installation isn't yet complete. But DSC-Service isn't a service per se; it's a website. Step 4 in your list will never occur.
View ArticleReply To: Checking services remotely question
That's actually the problem. What I'm trying to do is have the script prompt for creds and use those to check the service. I was already able to get the credentials into a variable to use later, but...
View Articledelete partition wit powershell v2.0
I can not delete a partition with powershell 2.0. I get the following error with the command: remove-partition Term 'remove-partition' is not recognized as the name of a cmdlet, function, operable...
View ArticleReply To: Please Help!!!! We Need a Windows Powershell Resource at Secausus, NJ
why does the job entail very good programming skills in .net? Does the consultant need to develop cmdlets?
View ArticleReply To: delete partition wit powershell v2.0
that might be, because it doesn't seem to exist you could go gcm *partition* to see what is available matching the word partition. a quick google search shows up clear-disk – is that closer to what...
View ArticleReply To: LOG for Copy-item
You can put any error messages generated by a cmdlet into a variable with the ErrorVariable common parameter. Then, you can save the error in a file by piping the variable into Out-File. PS...
View ArticleReply To: LOG for Copy-item
You could also do a test-connection to each of the servers to ensure that those servers are actually available before doing your copy-item you could then log the failed test connections with the error...
View ArticleEurope Summit Recording
Hello, Is it likely the Europe summit going to be recorded? If so is it possible to record the desktop directly on the computer like how it might be done on a webex. I know a lot of effort goes into...
View ArticleReply To: Europe Summit Recording
Starting with the 2014 European PowerShell Summit, all PowerShell Summit sessions will be recorded. There was a community fundraising campaign that started in the middle of this year's N.A. PowerShell...
View ArticleReply To: Europe Summit Recording
We will be capturing everything from the projector feed directly. There were several announcements in the blog, back in April.
View ArticleThread Subscription
Is it possible to receive an email each time someone submits a new thread on the Powershell Q&A and also for DSC Forum? Wasn't really sure where best this request fits. Thanks, Adnan
View ArticleReply To: Thread Subscription
Yep! If you hover over Forums in the ribbon across the top of this page, and click Forum Tips, there are instructions for subscribing to new thread notifications at the end of the page: If you'd like...
View ArticleReply To: Can't export Get-ADUser results using Export-CSV
Two things to add here. Rob Simmers nailed the 'format right rule' on this one, once you pipe to a format command, you have effectively converted your very useful object to a less useful...
View ArticleCreate new automation OLE object
Hello, I have been using the Amibroker program . It provides SDK to automate the work programatically. The application webpage http://www.amibroker.com/guide/objects.html#AWindow describes all methods...
View Article