Weekend Scripter: Deciphering Windows PowerShell Shorthand
Summary: Learn how to decipher Windows PowerShell shorthand notation in this guest post written by Tim Warner.Microsoft Scripting Guy, Ed Wilson, is here. Welcome a new guest blogger today, Timothy...
View ArticlePowerTip: Use PowerShell to Parse Delimiters in File
Summary: Use Windows PowerShell to parse file delimiters in a file. How can I use Windows PowerShell to break out lines in a text file that are delimited by “\\”? Here is the file content:PS C:\>...
View ArticlePowerShell Custom Type Module
Summary: Create custom types in Windows PowerShell with a free module by Jon Newman.Microsoft Scripting Guy, Ed Wilson, is here.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest...
View ArticlePowerTip: Read Text File in Raw Mode with PowerShell
Summary: Use Windows PowerShell to read a text file in raw mode. How can I use Windows PowerShell to read a text file as a single line of text, not as an array of strings created by...
View ArticlePowerShell and the Active Directory Schema: Part 1
Summary: Guest blogger, Andy Schneider, discusses extending the Active Directory schema.Microsoft Scripting Guy, Ed Wilson, is here. We welcome back guest blogger, Andy Schneider. Andy has a two-part...
View ArticlePowerTip: Find Specific PowerShell Cmdlet Help
Summary: Learn how to find help for a specific Windows PowerShell cmdlet parameter. How can I find more information about a specific Windows PowerShell parameter that I saw a presenter use? Use the...
View ArticlePowerShell and the Active Directory Schema: Part 2
Summary: Guest blogger, Andy Schneider, continues his discussion about extending the Active Directory schema.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Andy Schneider, for...
View ArticlePowerTip: Return Specific Number of PowerShell Cmdlets
Summary: Learn how to return only a specific number of Windows PowerShell cmdlets. How can I find only four Windows PowerShell cmdlets that use the verb Get, without seeing a long scrolling...
View ArticleUsing PowerShell Grid View for User Info
Summary: Learn how to use the Windows PowerShell grid view to display user information in this guest post by Tim Bolton and Don Walker.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest...
View ArticlePowerTip: Use PowerShell Grid View to Display Logon Info
Summary: Learn how to display user logon information. How can I use Windows PowerShell to display user logon information in an easy graphical manner? Create two hash tables using environmental...
View ArticlePowerShell Code Breaks: Break Line, Not Code
Summary: Ed Wilson, Microsoft Scripting Guy, talks about line continuation without breaking Windows PowerShell code. Hey, Scripting Guy!I have a problem sometimes when I copy code from the Hey,...
View ArticlePowerTip: Line Continuation in PowerShell
Summary: Ensure a line continuation in Windows PowerShell. What the line continuation character should use to ensure my Windows PowerShell code continues to the next line? The line...
View ArticleWeekend Scripter: Understanding Quotation Marks in PowerShell
Summary: Guest blogger, Don Walker, explores using single and double quotation marks in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Welcome new guest blogger, Don Walker. Don is a...
View ArticlePowerTip: Use PowerShell to Get Computer Name
Summary: Use Windows PowerShell to get your computer name. How can I use Windows PowerShell to easily retrieve my computer name? Use the environmental variable ComputerName:$env:computername
View ArticleWeekend Scripter: Start PowerShell Scripting for Office 365 Sites
Summary: Guest blogger, Michael Blumenthal shows how to findWindows PowerShell cmdlets that are available for Office 365 sites.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a new guest...
View ArticlePowerTip: Use PowerShell to Generate Tenant Site Report
Summary: Use Windows PowerShell to generate a report about Office 365 tenant sites. How can I use Windows PowerShell to generate a report about my Office 365 tenant sites? Install the SharePoint Online...
View ArticleUsing Windows PowerShell with Staged Migrations: Part 1
Summary: Use Windows PowerShell to add and verify email domains in Office 365.Honorary Scripting Guy, Sean Kearney, is here. This week we’re going to touch on something that should be useful to many IT...
View ArticlePowerTip: Use PowerShell to List All Domains in Office 365 Subscription
Summary: Use Windows Powershell and the MSOnline cmdlets to identify all Internet domains attached to an Office 365 subscription. How can I use Windows PowerShell to easily audit an Office 365...
View ArticleUsing Windows PowerShell with Staged Migrations: Part 2
Summary: Use Windows PowerShell to upload and start staged migrations.Honorary Scripting Guy, Sean Kearney, is here to get you up and running with staged migrations in Office 365. Yesterday, we added...
View ArticlePowerTip: Use PowerShell to Get List of Migration Batches in Office 365
Summary: Use Windows PowerShell to identify all migration batches and their status in Office 365. Rather than navigating the Office 365 console to check the status of a migration, is there an easy way...
View Article