PowerTip: Change PowerShell Script Execution Policy
Summary: Learn how a user can change the Windows PowerShell script execution policy. How can I change the Windows PowerShell script execution policy as simply an ordinary user? Use the –Scope parameter...
View ArticleWeekend Scripter: Run PowerShell Scripts from Remote File Share: Part 3
Summary: Microsoft Scripting Guy, Ed Wilson, continues his discussion about running scripts from a remote file share.Microsoft Scripting Guy, Ed Wilson, is here. Some things should just be easier. For...
View ArticlePowerTip: Use PowerShell to Report Network Adapter Binding
Summary: Use Windows PowerShell 3.0 in Windows 8 to view network adapter binding information. How can I use Windows PowerShell 3.0 in Windows 8 to review network adapter binding information? Use the...
View ArticleAdding Office Locations in AD DS with PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to add office locations in Active Directory Domain Services. Hey, Scripting Guy! We are in the midst of a domain...
View ArticlePowerTip: Use PowerShell to See Network Adapters Bound to TCP/IP
Summary: Use Windows PowerShell 3.0 in Windows 8 to see network adapters that are bound to TCP/IP. How can I find all network adapters that are bound to TCP/IPv4 by using Windows PowerShell 3.0 in...
View ArticleAdd User Principal Names in Active Directory via PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to add user principal names to users in Active Directory. Hey, Scripting Guy! We are planning for our Active Directory...
View ArticlePowerTip: Use PowerShell to Get DHCP Server Database Info
Summary: Learn how to use Windows PowerShell to get the DHCP Server database information. How can I use Windows PowerShell to get the database information for a DHCP server if I do not know the name of...
View ArticleUse PowerShell to Change Sign-in Script and Profile Path
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to modify the sign-in script and profile path in Active Directory.Hey, Scripting Guy! We are in the middle of an Active...
View ArticlePowerTip: Use PowerShell to Display Replications in AD DS
Summary: Use Windows PowerShell to display replication connections in Active Directory Domain Services. How can I use a cmdlet from the Active Directory module to display replication connections in AD...
View ArticleUse PowerShell to Log Changes to AD DS Attributes
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to log changes made to Active Directory Domain Services attribute values. Hey, Scripting Guy! We are in the process of...
View ArticlePowerTip: Use PowerShell to Show Approved Verbs Group
Summary: Use Windows PowerShell to show the group of approved Windows PowerShell verbs. How can I find the grouping information for a couple of approved verbs that I want to use to name my advanced...
View ArticleUse PowerShell to Customize Server Manager
Summary: Guest blogger, Rolf Masuch, talks about using Windows PowerShell to customize Server Manager.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post written by Rolf Masuch, who...
View ArticlePowerTip: Find Case-Specific Strings by Using PowerShell
Summary: Use Windows PowerShell to find case-specific strings. How can I find a particular, case-sensitive word in a string? Use Select-String and specify the –CaseSensitive switch:"Hey Scripting...
View ArticleWeekend Scripter: Understanding PowerShell in Windows 7
Summary: Microsoft Scripting Guy, Ed Wilson, talks about understanding Windows PowerShell in Windows 7.Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping a cup of English Breakfast...
View ArticlePowerTip: Use PowerShell to Write BitLocker Recovery Key to Text File
Summary: Use Windows PowerShell to write your BitLocker recovery key to a text file. If I forgot to save my BitLocker recovery key when I enabled BitLocker on my laptop, how can I use Windows...
View ArticleWeekend Scripter: Understanding PowerShell in Windows 8
Summary: Microsoft Scripting Guy, Ed Wilson, talks about understanding Windows PowerShell 3.0 in Windows 8.Microsoft Scripting Guy, Ed Wilson, is here. It is an exciting and great day! I have been...
View ArticlePowerTip: Display All PowerShell Modules and Cmdlets
Summary: Learn how to display all Windows PowerShell modules and cmdlet names. How can I get output that shows Windows PowerShell module names and the cmdlets or functions that are contained inside the...
View ArticlePowerShell Workflow for Mere Mortals: Part 1
Summary: Microsoft Scripting Guy, Ed Wilson, begins a five-part series about Windows PowerShell Workflow. Hey, Scripting Guy! What is up with Windows PowerShell Workflow? Everyone acts like it is some...
View ArticlePowerTip: Use PowerShell to Display Locale-Specific Date
Summary: Learn how to use Windows PowerShell to display the date in locale-specific format. How can I use Windows PowerShell to display the day, month, and two-digit year in locale specific format? Use...
View ArticlePowerShell Workflow for Mere Mortals: Part 2
Summary: Microsoft Scripting Guy, Ed Wilson, continues a five-part series about Windows PowerShell Workflow. Hey, Scripting Guy! So Windows PowerShell Workflow seems pretty cool. But I am wondering if...
View Article