Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Latest posts

Doctor Scripto
Doctor Scripto
Oct 23, 2019

PowerTip: Using Set-ADUser with multi-valued attributes

Summary: Using the -Replace parameter with Set-ADUser to take an array to populate multi-valued attributes Question: Hey Doctor Scripto, how can I use ...

1
1
Doctor Scripto
Doctor Scripto
Oct 23, 2019

Copy multi-valued Active Directory attributes from one user to another with PowerShell

Summary: Using -Replace parameter with Set-ADUser to copy Active Directory multi-valued attributes Q: Hey, Doctor Scripto! We are in the middle of an ...

1
0
Doctor Scripto
Doctor Scripto
Oct 16, 2019

PowerTip: Use New-Alias to make Cmdlets easier to remember

Using New-Alias to create easier to remember shortcuts in PowerShell

0
0
Doctor Scripto
Doctor Scripto
Oct 16, 2019

Using PowerShell to View and Remove Wireless Profiles in Windows 10 – Part 4

Summary: Using Windows PowerShell to purge Wlan profiles with NetSh.exe. Last week we had a way with a Regular Expression to run one Netsh.exe command and ...

0
0
Doctor Scripto
Doctor Scripto
Oct 9, 2019

PowerTip: Show all Installed Capabilities on Windows 10

Summary: Identify if capabilities like OpenSSH are installed in your Windows 10 Operating System Hey, Doctor Scripto. I was curious if there was a way to...

0
0
Doctor Scripto
Doctor Scripto
Oct 9, 2019

Using PowerShell to View and Remove Wireless Profiles in Windows 10 – Part 3

Summary: Using Regular Expressions to cleanup string data from NetSh.exe. Let's remember the last two discussions. The first time we looked at using ...

0
0
Doctor Scripto
Doctor Scripto
Oct 2, 2019

PowerTip: Identify Drives Encrypted with Bitlocker

Summary: Using the Get-Bitlocker Cmdlet to show the status of drives on your Windows 10 computer Hey, Doctor Scripto. Is there a nice simple way to see ...

0
0
Doctor Scripto
Doctor Scripto
Oct 2, 2019

Using PowerShell to View and Remove Wireless Profiles in Windows 10 – Part 2

Summary: Using Measure-Command to determine the fastest approach to a solution. Last week we were having some fun using PowerShell as a wrapper around the ...

2
0
Doctor Scripto
Doctor Scripto
Sep 25, 2019

PowerTip: Converting a Here-String to an Array in One Line with PowerShell

Summary: Using the split method in a more powerful fashion to split an array based upon two line terminating types Hey, Doctor Scripto. I was wondering ...

2
0

Feedback