-
New-Item
PowerShell Cmdlet Deep Dive: New-Item Welcome back to Wahmans Powershell blog! Today we’re diving into one of the fundamental cmdlets in PowerShell: New-Item. According to Microsoft, the New-Item cmdlet is used to “create a new item”. This might sound simple at first—but its versatility across different provider contexts (like the file system, registry, and cert…
-
Disable-WSManCredSSP
Using Disable-WSManCredSSP in PowerShell Welcome back, fellow PowerShell enthusiasts! Today on Wahmans PowerShell blog, we’re taking a look at the cmdlet Disable-WSManCredSSP. This cmdlet plays a crucial role in managing the authentication protocols on your Windows systems, and knowing when and how to use it can level-up your administrative security. What Does Disable-WSManCredSSP Do? This…
-
Get-Member
Exploring the Power of Get-Member in PowerShell Welcome back to Wahmans PowerShell blog! Today, we’re diving into an incredibly useful cmdlet that every PowerShell user, from beginner to pro, needs to know: Get-Member. The official Microsoft documentation tells us that Get-Member “gets the properties and methods of objects.” But what does that really mean in…
-
Get-PSProvider
Exploring the Get-PSProvider Cmdlet Welcome back to Wahmans PowerShell Blog! Today we’re taking a look at a very useful, though sometimes overlooked, cmdlet: Get-PSProvider. What is Get-PSProvider? According to the official documentation from Microsoft: Get-PSProvider gets information about the specified PowerShell provider. PowerShell Providers expose data stores like the file system, registry, and environment variables…
-
Get-PSDrive
Exploring Get-PSDrive in PowerShell Welcome back to Wahmans Powershell blog! Today we’ll take a closer look at a very helpful PowerShell cmdlet: Get-PSDrive. Whether you are just starting out with PowerShell or are already writing advanced scripts, understanding this cmdlet can help you better manage your resources and file systems. What is Get-PSDrive? According to…