Script to enable NIC magic packets
An old script to share :-) It will enable magic packets for NIC devices. '========================================================================== ' NAME: EnableNICMagicPackets ' AUTHOR: Nick...
View ArticleScript to Disable WiFi Device
An old script to share :-) Below is an example script that was once used to disable WiFi devices on desktop computers attached to the LAN, but that came with a built-in and enabled WiFi device....
View ArticleScript to disable NIC power save features
An old script to share :-) It will parse the list of available network adapters to then disable power save features. '========================================================================== ' NAME:...
View ArticleScript to reset IE 8 zoom
An old script to share :-) It will help to fix an old problem that occurred in IE 8, if that’s even still around and in use today ;-)...
View ArticleScript to delete specific IE cookies
An old script to share :-) It will delete IE cookies specified in variable CookieName '========================================================================== ' NAME: DeleteIeCookiesCraigslist '...
View ArticleScript to delete any Drive:\smspkg\*.pck files of the specified file age
There are many scripts and examples out there for cleaning up PCK files. The below script is my rendition to cleanup PCK files that are older than the specified number of days. This script can be...
View ArticleAzure AD – PowerShell Script to Change UPN of All Users in a Group
Imagine that if users in a domain have a UPN suffix which is not a public domain, such as @company.local instead of @company.com. When those users synchronize into Azure AD for EMS, Intune, O365,...
View ArticleAutomating Web URLs as Start Menu Links
In my previous post on Creating Web URLs as Start Menu Links, I outlined details how to manually create links to URLs (as seen in the images below). While this does work, most folks in the systems...
View ArticleList guest users of Microsoft Teams
Imagine for a moment that your organization deployed Microsoft Teams through the business so as to advance user productivity, but the organization wasn’t quite ready to address the governance,...
View ArticleAdding users in bulk to Microsoft DLP and retention policies for Microsoft Teams
It is possible to perform a bulk addition of users to Microsoft DLP and retention policies for Microsoft Teams with PowerShell cmdlets. It’s actually pretty simple and straight forward, as you will...
View Article