Sr. SysAdmin PowerShell Scripts (2 of 6) #powershell #script #sysadmin

preview_player
Показать описание
Senior Systems Administrator PowerShell files (video 2 of 6) at a glance. More to come.

If you want to see any of these in more detail, let me know in the comments below.

Affiliate Links:

Scripts mentioned:
Get-DuplicateAdAccount
Get-GroupPolicyBySettingName
Get-HardwareVersion
Get-InstalledPrograms
Get-LockedStatus
Get-LoggedIn
Get-MacAddress
Get-MyPingReport
Get-PendingRebootStatus
Get-ServiceStatus
Get-TeamsTotal
Рекомендации по теме
Комментарии
Автор

Good video. I remember watching my first video from you it was the Server 2008 episodes. Loved those.

owlsmol
Автор

For your get-installedprograms function, I found that "get-package" was a much better option than using "Get-WmiObject -Class 'win32_product'". Cleaner output and shows not only the MSI but also the Programs that are listed in Control Panel. So you can easily filter the output for either one or can do a where-object for only one of those provider names. It also shows updates (msu) but I mostly use it to query programs in control panel or MSI. Usually to verify an install after I pushed it remotely.

billyrayvalentine
Автор

Learning PoweShell myself. Great stuff and opportunity to see other peoples work. Would be great to have the ability to get those scripts in downloadable format.

palito