Get Windows Azure Active Directory Tenant ID in Windows PowerShell
Summary: Get your Windows Azure Active Directory tenant ID in Windows PowerShell. How can I get my Windows Azure Active Directory tenant ID in Windows PowerShell? Use the Add-AzureAccount cmdlet to add...
View ArticleCreate a Proxy Function to Display Registry Key Time Stamps
Summary: Guest blogger, Rohn Edwards, discusses creating a Windows PowerShell proxy function to display registry key time stamps.Microsoft Scripting Guy, Ed Wilson, is here. Happy New Year to you all....
View ArticlePowerTip: Use PowerShell to Display Network Adapter Stats
Summary: Use Windows PowerShell to display network adapter statistics. How can I use Windows PowerShell to display the network adapter statistics on my Windows 8.1 laptop? Use the...
View ArticleLeverage Registry Key Time Stamps via PowerShell
Summary: Guest blogger, Rohn Edwards, talks about leveraging registry key time stamps via Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today we wrap-up a four-part series from Rohn...
View ArticlePowerTip: Determine If PowerShell Command Exists
Summary: Use Get-Help to determine if a Windows PowerShell command exists. How can I find if a Windows PowerShell command (cmdlet or function) exists in my version of Windows PowerShell? Use the...
View ArticleSecurity Series: Using PowerShell to Enable BYOD—Part 3
Summary: Guest blogger and security expert, Yuri Diogenes, completes his series about enabling BYOD.Microsoft Scripting Guy, Ed Wilson, is here. Today’s guest blogger is Yuri Diogenes, who continues...
View ArticlePowerTip: Find Windows Azure Database with PowerShell
Summary: Use Windows PowerShell to get Windows Azure database. How can I use Windows PowerShell to get my Windows Azure database? 1. Run the Add-AzureAccount cmdlet to refresh the account information...
View ArticleUsing PowerShell to Back Up Group Policy Objects
Summary: Guest blogger, Ian Farr, talks about using Windows PowerShell to back up Group Policy Objects.Microsoft Scripting Guy, Ed Wilson, is here. Today I am happy to welcome back a recent new guest...
View ArticlePowerTip: Use PowerShell to Display Inbound Firewall Rules
Summary: Use Windows PowerShell to display inbound firewall rules. How can I use Windows PowerShell to display the enabled inbound firewall rules for my Windows 8.1 laptop? Use the...
View ArticleUse PowerShell to Import Group Policy Objects
Summary: Microsoft PFE, Ian Farr talks about using Windows PowerShell to import Group Policy Objects.Microsoft Scripting Guy, Ed Wilson, is here. Yesterday, guest blogger, Ian Farr talked about backing...
View ArticlePowerTip: Enable App Background Task Logging with PowerShell
Summary: Learn how to enable app background task logging with Windows PowerShell. How can I use Windows PowerShell to enable app background task logging in Event Viewer on my Windows 8.1 laptop? Open...
View ArticleTop Five 2013 Hey, Scripting Guy! Blog Posts
Summary: The Scripting Wife reveals the top five Hey, Scripting Guy! Blog posts for 2013.Microsoft Scripting Guy, Ed Wilson, is here. As you all know, the Scripting Wife is very active in the Windows...
View ArticlePowerTip: Use PowerShell to List Virtual Machines
Summary: Use Windows PowerShell to list all virtual machines. How can I use Windows PowerShell to get a list of virtual machines and their state on my Windows 8 laptop? Open Windows PowerShell with...
View ArticleTop Five 2013 PowerShell Scripts in Script Center Repository
Summary: The Scripting Wife reveals the top five Windows PowerShell scripts from the Script Repository for 2013.Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife is here again today to...
View ArticlePowerTip: Disable Module Autoload in PowerShell
Summary: Learn how to disable module autoloading in Windows PowerShell. How can disable module autoloading in Windows PowerShell? Set the value of $PSModuleAutoLoadingPreference to...
View ArticleThe 2014 PowerShell Community Predictions
Summary: Honorary Scripting Guy and PowerShell MVP, Don Jones, makes his Windows PowerShell community predictions for 2014.Microsoft Scripting Guy, Ed Wilson, is here. Today I invited Don Jones,...
View Article2014 PowerShell Heroes announced
SUMMARY: Announcing the 2014 Windows PowerShell heroes from PowerShell.Org The PowerShell.Org community announced today the results of their 2014 PowerShell Heroes poll. The community results are in....
View ArticlePowerTip: Use PowerShell to Get Information about SMB Sessions
Summary: Get information about the sessions between SMB clients and the SMB server.. How can I use Windows PowerShell to get information about the sessions between server message block (SMB)...
View ArticleUse PowerShell to Get Account Lockout and Password Policy
Summary: Microsoft guest blogger and PFE, Ian Farr, talks about using Windows PowerShell to get account lockout and password policies.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest...
View ArticlePowerTip: Use PowerShell to Create New File Share
Summary: Use Windows PowerShell to create a file share. How can I use Windows PowerShell on my computer running Windows 8 to create a new file share? Open the Windows PowerShell console with Admin...
View Article