Showing results for June 2013 - Page 4 of 14 - Scripting Blog [archived]

Jun 23, 2013
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Create Office 365 Reports

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Alan Byrne, talks about using Windows PowerShell to create Office 365 reports. Microsoft Scripting Guy, Ed Wilson, is here. Today I would like to welcome guest blogger Alan Byrne. Alan is the cofounder of Cogmotive Reports, an Office 365 Reporting and Analytics web application that offers a range of automated Office 365 rep...

Scripting Guy!Windows PowerShellguest blogger
Jun 22, 2013
Post comments count0
Post likes count0

PowerTip: Find System Uptime via PSCX PowerShell Cmdlet

Doctor Scripto
Doctor Scripto

Summary: Use a cmdlet from the PSCX module to get your system uptime.  How can I easily find my system uptime if I have the Windows PowerShell community extensions (PSCX) installed?  Use the Get-Uptime cmdlet from the PSCX module: Get-Uptime Note  For more information about the Windows PowerShell Community Extension pr...

Scripting Guy!Windows PowerShellPowerTip
Jun 22, 2013
Post comments count0
Post likes count0

Weekend Scripter: Getting Started with Microsoft Azure and PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft senior technical evangelist talks about getting started with virtual machine’s in the cloud by using Microsoft Azure and Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we have as a guest blogger, Keith Mayer. Keith Mayer is a senior technical evangelist at Microsoft. He focuses on the Windows infras...

Scripting Guy!Windows PowerShellguest blogger
Jun 21, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Add Disks to a Live Virtual Machine

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to add disks to a live virtual machine on Hyper-V.  How can I easily add disk drives to my virtual machine while it is live?  Use the Add-VMScsiController and Add-VMHardDiskDrive cmdlets. First, stop the virtual machine, add the SCSI controller, then start the virtual machine: STOP-VM "My Virtual Machine" A...

Scripting Guy!Windows PowerShellPowerTip
Jun 21, 2013
Post comments count0
Post likes count0

Create a New Virtual Machine with PowerShell: Part 2

Doctor Scripto
Doctor Scripto

Summary: Microsoft PowerShell MVP and honorary Scripting Guy, Sean Kearney, continues his series about using Windows PowerShell to create a virtual machine. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blo...

Scripting Guy!Windows PowerShellguest blogger