Showing results for March 2014 - Page 4 of 10 - Scripting Blog [archived]

Mar 24, 2014
0
0

Getting Started with Office 365 and PowerShell

ScriptingGuy1 ScriptingGuy1

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 it ...

Scripting Guy!Windows PowerShellOffice
Mar 23, 2014
0
0

PowerTip: Create XML with PowerShell

Doctor Scripto Doctor Scripto

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 ...

Scripting Guy!Windows PowerShellPowerTip
Mar 23, 2014
0
0

Weekend Scripter: Use PowerShell to Investigate File Signatures—Part 2

Doctor Scripto Doctor Scripto

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 File...

Scripting Guy!Windows PowerShellscripting techniques
Mar 22, 2014
0
0

PowerTip: Convert Output to Use Specific Delimiter

Doctor Scripto Doctor Scripto

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 ...

Scripting Guy!Windows PowerShellPowerTip
Mar 22, 2014
0
0

Weekend Scripter: Use PowerShell to Investigate File Signatures—Part 1

Doctor Scripto Doctor Scripto

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, ...

Scripting Guy!Windows PowerShellscripting techniques

Feedback