Tag: PowerShell
-
Step-by-Step: Setting up Management with Windows Azure (Part 8 of 31 Days IaaS ) – Brian Lewis
The Jan 8th edition of 31 Days of Server (VMs) in the Cloud is now live at Setting up Management (8 of 31). Brian Lewis shows us Step-By-Step how to install and use the free tools available for managing your Windows Azure infrastructure. Managing your Cloud based servers in the Windows Azure IAAS web based management…
-
Free Technology Training from TechEd NA 2012 Available NOW
TechNet 2012 – North America has wrapped and what a great show it was. I was able to attend but had to work so I did not get the opportunity to sit in on many sessions. However, now I am going to make the opportunity to sit in on the sessions. How can I do…
-
MMS 2012 Top 10 Things Every Systems Admin Needs to Know about Windows Server 2008 R2 SP1 – SV-B317
Venetian Ballroom G – Monday, April 16 – 3:00 PM – 4:15 PM SV-B317 Top 10 Things Every Systems Admin Needs to Know about Windows Server 2008 R2 SP1 Breakout Session Dan Stolts Windows Server 2008 R2 is an awesome operating system, and the real benefits are for the IT administrator. Do you know how…
-
PowerShell 5 Part Online Series
3/12/2012 2:00 PM (ET) – PowerShell Essentials for the Busy Admin (Part 1 of 5): PowerShell ‘SmowerShell’—Why You Should Learn Windows PowerShell https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032508049&Culture=en-US 3/13/2012 2:00 PM (ET) – PowerShell Essentials for the Busy Admin (Part 2 of 5): Heard It through the Pipeline—How to Compound Windows PowerShell Commands for Fun and Profit https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032508051&Culture=en-US 3/14/2012 2:00…
-
Part 3 – Build a Windows Server 2008 R2 SP1 Cloud Foundation Test Lab in Less Than an Hour–Enable Hyper-V Role
Several Ways to Enable the Hyper-V Role… Command Line: DISM /online /enable-feature /featurename:Microsoft-Hyper-V Startup ocsetup Microsoft-Hyper-V PowerShell: Add-WindowsFeature Hyper-V GUI: Start – Server Manager – Add Role – Hyper-V
-
Using PowerShell to Get or Set NetworkAdapterConfiguration-View and Change Network Settings Including DHCP, DNS, IP Address and More (Dynamic AND Static) Step-By-Step
I was looking for a really good and thorough post on network configuration via PowerShell and could not find what I was looking for. There were many out there but none of them gave me the complete story. DNS is a bit more complicated so they left off DNS . So, I decided to create…
-
How To Create Enable Permissions and Run a Multi-Line PowerShell Script
This topic explains how to enable scripting in Windows PowerShell, which script extensions are used in Windows PowerShell, how to enable running PowerShell scripts, how to create a script and how run a script.
-
How to Run Any Program Including PowerShell with Elevated Privileges (aka Administrator Permissions)
To run any application with elevated privileges (as Administrator) simply right-click on that program from the menu and select Run as Administrator. An example of this would be if you wanted to run a PowerShell window with elevated permissions just click Start then type PowerShell then Right-Click on PowerShell icon and select Run as Administrator. …
-
How To Run PowerShell with Elevated Permissions
To run the PowerShell window with elevated permissions just click Start then type PowerShell then Right-Click on PowerShell icon and select Run as Administrator.
-
IT Camp–Systems Management Coming to Waltham MA Oct 28th 2011–Must Attend Event
IT Camp – Systems Management – Free Training Friday, October 28, 2011 from 8:30 AM to 5:00 PM (ET)
-
How to Install PowerShell on Windows Server 2003 and Enable Remote PowerShell Management–All Servers Should Have This Done
PowerShell is an incredible tool that will allow you to run scripts or commands on your server. PowerShell is included with Windows Server 2008 R2 but it has to be added to Windows Server 2003. I recently had a customer who got their server (DC) infected with a virus and it was a huge problem…