Quantcast
Channel: Hey, Scripting Guy! Blog
Browsing index pages (3333 articles)
↧

The Scripting Guy: coming to a town near you

SUMMARY: The Microsoft Scripting Guys, Ed Wilson, upcoming live appearances. Hello Scripters, Teresa (aka. Scripting Wife) here. We have been really busy recently working with PowerShell user groups,...

View Article


Image may be NSFW.
Clik here to view.

Get started with PowerShell and SharePoint Online

Summary: Microsoft PFE Chris Weaver talks about getting started with Windows PowerShell and SharePoint Online. Welcome back Chris Weaver as guest blogger. You can see his previous guest blogs....

View Article


Image may be NSFW.
Clik here to view.

PowerTip: Find all devices connected to a computer

Summary: Use PowerShell to find all devices that are connected to a computer. How can I use Windows PowerShell to list all devices that are connected to a computer? Use the Get-PnpDevice cmdlet and the...

View Article

Image may be NSFW.
Clik here to view.

Passing through devices to Hyper-V VMs by using discrete device assignment

Summary: Learn how to attach a device from your Hyper-V host to your VM by using a new feature of Windows Server 2016. Today we have a guest blogger, Rudolf Vesely, who has blogged here on previous...

View Article

Image may be NSFW.
Clik here to view.

PowerTip: Get the public IP of an Azure VM with PowerShell

Summary: Use the Azure Resource Manager cmdlets to get the public IP address of an Azure virtual machine.  How can I get the public IP address information for an Azure Resource Manager virtual machine...

View Article


Image may be NSFW.
Clik here to view.

How to alter the public IP address of an Azure virtual machine

Summary: Change the public IP address in Azure Resource Manager by using Windows PowerShell. Honorary Scripting Guy, Will Anderson, shares a personal challenge that he encountered when working with...

View Article

Image may be NSFW.
Clik here to view.

PowerTip: Get a GUI interface for any PowerShell cmdlet

Summary: Use the Show-Command to build PowerShell cmdlets. I ran into a problem. Some cmdlets have too many parameters to list. Is there an easy way to build a cmdlet with its parameters for the...

View Article

Image may be NSFW.
Clik here to view.

Find ready-to-use sample PowerShell scripts in the GUI

Summary: Honorary Scripting Guy, Sean Kearney, goes over some often missed, easy-to-use PowerShell techniques for those who are starting out. I had heard a rumor that many of the management tools...

View Article


Image may be NSFW.
Clik here to view.

PowerTip: List all available CIM classes by using PowerShell

Summary: Use the Get-CimClass cmdlet to see all classes that you can query from. How can I find a list of Common Information Model (CIM) classes in Windows so that I can ask my computer useful...

View Article


Image may be NSFW.
Clik here to view.

Use Windows PowerShell as an administrative console

Summary: Honorary Scripting Guy, Sean Kearney, shares his early use of PowerShell as a network administrator. I have a simple but irritating task each day around lunch time. A handful of people usually...

View Article

Image may be NSFW.
Clik here to view.

PowerTip: List all subfolders under a target path with PowerShell

Summary: Use Get-Childitem to provide a printable list of all folders under a path. I used to use tree.com to get a list of folders on a computer. Is there something close to that in PowerShell? Maybe...

View Article

Image may be NSFW.
Clik here to view.

Erase files based on date by using PowerShell

Summary: Honorary Scripting Guy, Sean Kearney, relates his first experience with PowerShell. I was curious just how difficult it is to use Windows PowerShell. For example, how difficult is it to erase...

View Article

Image may be NSFW.
Clik here to view.

PowerTip: Use a destructive PowerShell cmdlet safely

Summary: Use the –whatif parameter with PowerShell cmdlets to test code live. I heard that PowerShell has a built-in safety switch to many of its cmdlets. Could you show me an example of it in use? No...

View Article


Image may be NSFW.
Clik here to view.

Use Windows PowerShell to search for files

Summary: Use Get-Childitem to search the files system with PowerShell. I saved a file somewhere on my computer and can’t find it. Is there a way to use Windows PowerShell to find it? Honorary Scripting...

View Article

Image may be NSFW.
Clik here to view.

PowerTip: Remove trailing space from a string by using PowerShell

Summary: Use the trim() method to remove leading and trailing spaces from a string. Could you do me a huge favor and show me how to get rid of spaces before and after a string in PowerShell? No problem...

View Article


Image may be NSFW.
Clik here to view.

Build a hexadecimal clock in PowerShell – Part 5

Summary: Learn to split data in a Here-String and get a console beep. Honorary Scripting Guy, Sean Kearney, is here with our final day this week to wrap up building a hexadecimal clock in PowerShell....

View Article

Image may be NSFW.
Clik here to view.

PowerTip: Set the color of the progress bar with PowerShell

Summary: Use the $Host object to alter the color of the progress bar in PowerShell. I was curious if there’s a way to change the color of the progress bar in PowerShell. Do you know how this could be...

View Article


Image may be NSFW.
Clik here to view.

Build a hexadecimal clock in PowerShell – Part 4

Summary: Use PowerShell to navigate the neutral zone. Honorary Scripting Guy, Sean Kearney, is here today to continue forth (not COBOL nor even Visual BASIC) into our silly yet fun quest to build a...

View Article

Image may be NSFW.
Clik here to view.

PowerTip: Set a default value in a switch statement

Summary: Use the default field in switch statement to have an assumed value. I was playing with Select-String and would like to have it default to a value if none was trapped for. How can I do that?...

View Article

Image may be NSFW.
Clik here to view.

Build a hexadecimal clock in PowerShell – Part 3

Summary: Use Select-String in PowerShell to identify data and match it to an array. Honorary Scripting Guy, Sean Kearney, is here today to play more with our funky, nerdy, cool hexadecimal clock....

View Article
Browsing index pages (3333 articles)


Latest Images