Showing archive results for January 2015

Jan 7, 2015
Post comments count0
Post likes count0

PowerTip: Find Time Zone Names with PowerShell

Doctor Scripto

Summary: Find time zone enumeration names with Windows PowerShell.  How can I use Windows PowerShell to enumerate the names of time zones that are configured on my computer?  Use the System.TimeZoneInfo .NET Framework class, and use the GetSystemTimeZones static method            to obtain the list....

Scripting Guy!Windows PowerShellPowerTip
Jan 6, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get All Computer Names

Doctor Scripto

Summary: Use Windows PowerShell to easily retrieve a list of all computer names on the network.  How can I use Windows PowerShell to obtain a list of all the servers on the network so I can run a            script against them without typing a bunch of names?  Use the Get-ADComputer cmdlet from the ...

Scripting Guy!Windows PowerShellPowerTip
Jan 5, 2015
Post comments count0
Post likes count0

PowerTip: List Folders Containing PowerShell Modules

Doctor Scripto

Summary: Learn how to list all folders that contain Windows PowerShell modules.  How can I see a list of all folders that contain Windows PowerShell modules?  Use the PSModulePath environmental variable, and split it to form paths to the modules. Then use the            Get-ChildItem cmdle...

Scripting Guy!Windows PowerShellPowerTip
Jan 4, 2015
Post comments count0
Post likes count0

PowerTip: Find Tickets to PowerShell Summit

Doctor Scripto

Summary: Learn how to get tickets to PowerShell Summit 2015.  I tried to get a ticket to the Windows PowerShell Summit 2015 in in Charlotte, North Carolina,             but it was sold out. How can I find a ticket?  Additional tickets will be made available on a first come, first served basis via PowerSh...

Scripting Guy!Windows PowerShellPowerTip
Jan 4, 2015
Post comments count0
Post likes count1

Weekend Scripter: The Best Ways to Learn PowerShell

Doctor Scripto

Summary:  PowerShell MVP, Teresa Wilson, talks about the best ways to learn Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post by Windows PowerShell MVP, Teresa Wilson, aka The Scripting Wife. I asked her to talk a little bit about how one goes about learning Windows PowerShell. Take it away, Scripting ...

Scripting Guy!Windows PowerShellguest blogger