Sign In
Lessons Learned
My drop-site for interesting snippets and tips. If it's useful to you as well, great!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Add-Member
Certificates
credentials
DateTime
Foreach-Object
Get-Alias
Get-Member
Group
LiveMeeting
MyInvocation
netsh.exe
New-Alias
One-Liner
password
PowerShell
PowerShell for N00bs
PowerShell for Non-N00bs
RegEx
Sort-Object
TechTips
tutorial
Unix
Where-Object
WMI
X509
Archive
Archives
February 2012
(2)
November 2011
(5)
October 2011
(6)
July 2011
(19)
June 2011
(14)
May 2010
(4)
March 2010
(1)
October 2009
(11)
September 2009
(11)
August 2009
(12)
November, 2011
MSDN Blogs
>
Lessons Learned
>
November, 2011
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Lessons Learned
Accessing Performance Counter (for OCS A/V Edge Servers)
Posted
6 months ago
by
timdunn
0
Comments
OCS A/V Edge servers are somewhat wierd critters. One interface is load balanced, the other is accessed only by the trusted server list. The Load Balancer should be able to display the number of connections, but what about the internal interface? Say...
Lessons Learned
Batch-Unzipping Files
Posted
6 months ago
by
timdunn
0
Comments
Thanks to http://serverfault.com/questions/18872/how-to-zip-unzip-files-in-powershell/201604#201604 for the core code. Here's a function to unzip files, with rudimentary error handling, and ability to specify source and destination from the command...
Lessons Learned
Displaying an OCS Proxy Server's List of Trusted Servers
Posted
6 months ago
by
timdunn
0
Comments
Yesterday, we covered how to dump an OCS Edge Server's list of trusted servers, including using PSExec.exe as a workaround to it not exposing the list over remote WMI calls. It turns out the OCS Proxy Server uses a different WMI path, but it can be...
Lessons Learned
Displaying an OCS Access Edge Server's List of Trusted Servers
Posted
7 months ago
by
timdunn
0
Comments
Office Communications Server's Access Edge Servers and MediaRelay roles have a list of hosts they allow to connect on the internal interface. This is managed by the an administrative GUI accessed under ComputerManagement. GUIs are great for discoverability...
Lessons Learned
Certificates Owned by a Service
Posted
7 months ago
by
timdunn
0
Comments
PowerShell gives you access to certificates in many ways. You can read it in from a file, or look at it via the certificate: PsProvider, or, use .NET to open [System.Microsoft.Win32.RegistryKey] object. However, these don't tell the whole story. It turns...
Page 1 of 1 (5 items)