Summary: Microsoft Scripting Guy, Ed Wilson, talks about getting started with Office 365 and Windows PowerShell.
Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping a nice cup of First Flush Charleston Tea. I added bits of spearmint, peppermint, cinnamon stick, lemon, and local honey to the mixture. It is very good, and...
Summary: Use Windows PowerShell to create XML.
How can I use Windows PowerShell to easily create an XML representation of my service names and status?
Use the Get-Service cmdlet to retrieve the service information, select the name and status properties, and pipe the ...
Summary: Windows PowerShell MVP, Boe Prox, concludes this two-part series about investigating file signatures with Windows PowerShell and the .NET Framework.
Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Boe Prox, for the conclusion of the two-part series he started yesterday. Also read Use PowerShell to Investigate...
Summary: Use Windows PowerShell to convert output to a specific delimiter.
How can I use Windows PowerShell to select process name and paged system memory, plus separate the output with a colon?
Use the Get-Process cmdlet to retrieve the process information, select the name, add the ...
Summary: Windows PowerShell MVP, Boe Prox, talks about investigating file signatures by using Windows PowerShell.
Microsoft Scripting Guy, Ed Wilson, is here. This weekend we have a two-part series from guest blogger, Boe Prox…
When you work with File Server Resource Manager (FSRM), one of the cool things that you can do is block files...