Get-LocalAccountMemberships: Get Local Accounts and their Group Memberships
Okay, yeah there are plenty of scripts out which give you local accounts via WMI or ADSI and yes scripts exist also which...
You can do everything with PowerShell, yes as well locking your workstation with one simple function call. The function uses the API by...
In case you get this error below, this error is mostly due to outdated Modules or at least in this case the AzureRM...
If you need a script which outputs you the overall VMCore amount per region, there you go. This is a snippet from a RunBook which...
To get your Tenant ID, you can use PowerShell or the Azure Portal. You have two options with PowerShell, first option is using [code language="powershell"] Login-AzureRmAccount [/code] which...
As published in my Technet Gallery Script Center here, you can get current timezones remotely via PowerShell with Get-Timezones. Get-Timezones is using WMI to communicate...
The purpose of this article is to show how to adjust Windows Failover Cluster “Response to resource failure” policy. If a Cluster Core Resource...
The main configuration of WordPress is handled by wp-config.php which is responsible for database access, language, API keys, security and more. Anything changed...
I'm not quite sure why Wordpress does this but it seems to happen after some major upgrades or if one of your themes...