Using Windows PowerShell with Staged Migrations: Part 3
Summary: Use Windows PowerShell to obtain the status and statistics from staged migrations.Honorary Scripting Guy, Sean Kearney, is here. This is the third post in a five-part series. Also see:Using...
View ArticlePowerTip: Use Windows PowerShell to Get Migration Statistics
Summary: Use Windows PowerShell to pull statistics about user migrations. How can I use Windows PowerShell to easily display a report with the time and amount of data transferred with my...
View ArticleUsing Windows PowerShell with Staged Migrations: Part 4
Summary: Use Windows PowerShell to convert mailboxes to mail-enabled users in Office 365.Honorary Scripting Guy, Sean Kearney is here. This is the fourth post in a five-part series. Also see:Using...
View ArticlePowerTip: Provide Alternate Name to Nouns in Module
Summary: Use Windows PowerShell to provide alternate names to nouns in modules to avoid conflicts. How can I use Windows PowerShell to avoid the problem of having conflicting cmdlet names in different...
View ArticleUsing Windows PowerShell with Staged Migrations: Part 5
Summary: Use Windows PowerShell to license users and correct the login ID for Office 365. Honorary Scripting Guy, Sean Kearney, is here, and we're finishing up our week with Windows PowerShell and...
View ArticlePowerTip: Use PowerShell to Get Licensed Users in Office 365
Summary: Use Windows PowerShell to get a list of users who are licensed in Office 365. How can I get a list of all users that are licensed in Office 365? Use the Get-Msoluser cmdlet from the MSOnline...
View ArticlePowerShell Spotlight: Yeah! It’s the Scripting Games
Summary: Teresa Wilson, Microsoft PowerShell MVP, introduces the new Scripting Games for 2015.Hello everyone. Teresa Wilson (aka The Scripting Wife) here with this month's PowerShell Spotlight. I am...
View ArticlePowerTip: Load All PowerShell Modules at Startup
Summary: Learn how to load all Windows PowerShell modules at startup. How can I load all of my Windows PowerShell modules when I start the Windows PowerShell console? In your Windows PowerShell...
View ArticleWeekend Scripter: Fun with Number Ranges and PowerShell
Summary: Use Windows PowerShell to split arrays of numbers into contiguous ranges.Microsoft Scripting Guy, Ed Wilson, is here. Today I have a cool post from guest blogger, Zachary Loeber. Here is a...
View ArticlePowerTip: Select Two Random Numbers from 20 Possibilities
Summary: Use Windows PowerShell to select two random numbers from twenty possible numbers. How can I use Windows PowerShell to select two of twenty attendees at user group to receive prizes? Create a...
View ArticleCreate Users in Active Directory Without Using Module
Summary: Ed Wilson, Microsoft Scripting Guy, talks about creating users in Active Directory Domain Services without using a module.Hey, Scripting Guy!In my company, we do a lot of work with Active...
View ArticlePowerTip: Convert All Uppercase String to Lowercase
Summary: Use Windows PowerShell to convert a string to all lowercase characters. How can I use Windows PowerShell to convert a string that is in all uppercase to all lowercase characters? Use the...
View ArticleWorking with Users in Active Directory
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to work with users in Active Directory Domain Services. Hey, Scripting Guy!We are a rather diversified IT shop, but we...
View ArticlePowerTip: Determine What Character a String Starts With
Summary: Use Windows PowerShell to determine what character a string starts with. How can I use Windows PowerShell to show me if a string starts with a particular letter (this also needs to be...
View ArticleUse Windows PowerShell to Configure Domain Password Policy
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to configure the default domain password policy. Hey, Scripting Guy! I need some help. I need to get the default domain...
View ArticlePowerTip: Use PowerShell to Get Domain Password Policy
Summary: Use Windows PowerShell to get the domain password policy. How can I use Windows PowerShell to retrieve the default password policy for my domain? Use the Get-ADDefaultDomainPasswordPolicy cmdlet.
View ArticleUsing PowerShell to Check Lockout Threshold for Domains
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to check the lockout threshold for several domains. Hey, Scripting Guy! I have several domains in our forest, and it...
View ArticlePowerTip: Compare Two Objects with PowerShell
Summary: Learn how to use Windows PowerShell to compare two objects to see differences. How can I use Windows PowerShell to see if a particular property from two objects is the same? Use the...
View ArticleUse PowerShell to Find Changes to Active Directory
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find changes to Active Directory. Hey, Scripting Guy! I have this problem. It seems our company has undergone a lot...
View ArticlePowerTip: Use PowerShell to Create OU in Active Directory
Summary: Use Windows PowerShell to easily create an organizational unit in Active Directory. How can I use Windows PowerShell to create a new organizational unit (OU) in Active Directory? Use the...
View Article