PowerShell Report for a Windows Failover Cluster
Summary: Use Windows PowerShell to create a report for a Windows failover cluster.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Rhys Campbell…I’m involved in the...
View ArticlePowerTip: Display a Blinking Message by Using PowerShell
Summary: Use this one-line Windows PowerShell command to display a blinking message. Is there a one-line command that I could use to blink a message in the Windows PowerShell console to get the users...
View ArticlePhantom Elements in a Hash Table
Summary: Microsoft PFE and guest blogger, Chris Wu, talks about working with hash tables.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Chris Wu…Admittedly, hash tables didn’t...
View ArticlePowerTip: Use PowerShell to Create Hash Table
Summary: Use a Windows PowerShell cmdlet to create a hash table. How can I use Windows PowerShell to create a hash table if do not remember the special syntax? Use the ConvertFrom-StringData cmdlet,...
View ArticleWeekend Scripter: Use PowerShell to Host New Year’s Eve Countdown Clock
Summary: Use [DATETIME] variables and arrays to produce a countdown timer.Honorary Scripting Guy, Sean Kearney, here filling in for our good friend, Ed. With the New Year coming up in a few days, I...
View ArticlePowerTip: Get Time Difference between Dates with PowerShell
Summary: Use New-TimeSpan to produce the time difference between two dates. I know I can subtract dates, but is there a Windows PoweShell cmdlet to show me the time difference between dates? Use...
View ArticleWeekend Scripter: Using PowerShell to Replace STSADM
Summary: Learn about a Windows PowerShell script to replace STSADM –o enumallwebs in SharePoint.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back today guest blogger, Brian Jackett.Brian is a...
View ArticlePowerTip: Use PowerShell to Disable Network Adapter
Summary: Use Windows PowerShell to disable a network adapter. How can I use Windows PowerShell to disable a network adapter on my Windows 8.1 laptop named Wireless? Use the Disable-NetAdapter cmdlet...
View ArticleUse PowerShell to Access Registry Last-Modified Time Stamp
Summary: Guest blogger, Rohn Edwards, talks about using Windows PowerShell to access the last-modified time stamp in the registry.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest...
View ArticlePowerTip: Use PowerShell to Find Registry Access
Summary: Use Windows PowerShell to find registry access. How can I use Windows PowerShell to get the ACL for a registry key? Use the Get-ACL cmdlet on a key in a Windows PowerShell registry drive....
View ArticleReusing PowerShell Registry Time Stamp Code
Summary: Guest blogger, Rohn Edwards, discusses reusing code that obtains the last-modified time stamp from the registry.Microsoft Scripting Guy, Ed Wilson, is here. Today is the last day of the year,...
View ArticleGet 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 Article