top of page

Boyette Technical Services
All My Latest PowerShell Goodness to share
Welcome to Boyette Technical Services, My very own contact landing spot to share my PowerShell passions/collections. I write/collect PS scripts daily and find it very fulfilling to quickly do what masses cannot do, all utilizing PowerShell :) , I hope you enjoy my site starts, I intend it to become a viable resource, feel free to comment or make a request, I probably have it already. :). Enjoy!
Home: Welcome
Search
PowerShell - Add AD group to servers from text
Save as a named.ps1 and Run, prompts for domain name, and group name to add to, Populate c:\temp\servers.txt with computers to add new...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Get SysInfo from text list of Computers
Save as a namdedps1, Populate c:\temp\servers.txt with ALL servers to check/get sysinfo. Outputs to c:\temp\ServerDiscovery.csv, Includes...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Get Win32NetworkAdapterConfiguration from text list
Save as a name.ps1 and populate c:\temp\servers/txt, outputs server/computer information to screen including: IPAddress, Description,...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Get Installed Programs from Text list of machine names
Name as a self names.ps1, populate c:\temp\servers.txt with machines to discover ALL programs installed, including install dates to...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Discover ALL Get-NetAdapter info from list of servers/computers
Save as a self named.ps1, populate c:\temp\servers.txt with servers to discover ALL Network card information out to...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Get FQDN from server list
Save as named.ps1, populate c:\temp\servers.txt with servers to resolve names, outputs FQDN text to temp function Get-FQDN...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Servers uptime Report
Save this as a Get-ServerUptimeReport.ps1, populate c:\temp\servers.txt with servers to check, gives servers last reboot or uptime on...
Jon Boyette
Jan 11, 20224 min read
PowerShell - Search list of services against list of servers for status
Save as named.ps1 and specify servers to check in c:\temp\servers.txt, populate c:\temp\services.txt with ALL services you want to check...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Use WBStat to Check DC backups from a server list.txt
Save as Get-WBStat.ps1, this is from the MSDN repository, Populate c:\temp\servers.txt with ALL current DC's, Gives computer names if...
Jon Boyette
Jan 11, 20224 min read
PowerShell - Check remote server services running
Save as a named.ps1 and this script prompts for server name, then displays ALL running services as well as Name using service, Status and...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Get List of x509 Certificates from text list of servers/computers
Save this as a named.ps1, populate c:\temp\servers.txt, with workstations or servers, checks Get-ChildItem Cert:\LocalMachine\root $a =...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Read-Host to out-grid DC TCP/ICMP Info w/IP address resolves
Take the code and save as a named.ps1, it gets the DC's across the domain and asks for port to test, gives IP of DC's and Name, ping...
Jon Boyette
Jan 11, 20221 min read
PowerShell - Get server/computer inventory from text to csv
Save as an inventory name.ps1, servers populate c:\temp\servers.txt, outputs to c:\temp\ComputerInventoryFromText.csv, includes,...
Jon Boyette
Jan 10, 20221 min read
PowerShell - Define Domain Replication Topology with Site names and Subnet info
Save as a replication.ps1 to run against your domain, add DC=Domain, DC=COM of your domain to run to screen output ## Script to gather...
Jon Boyette
Jan 10, 20221 min read
PowerShell - Check AD Replication DC partners
Save the code as a named.ps1, populate c:\temp\servers.txt with all DC's, Outputs any failures and existing partners and domain syncs at...
Jon Boyette
Jan 10, 20221 min read
PowerShell - Get server/Computer IP with FQDN from text
Save as a named.ps1, pulls servers to get FQDN and IP from c:\temp\servers $Servers = Get-Content -Path "C:\temp\servers.txt" $Array =...
Jon Boyette
Jan 10, 20221 min read
PowerShell - Find Lockout Sources
Use these lines as a saved .ps1 and prompts for username to check, if the account IS locked, it will drill the PDC and report to screen...
Jon Boyette
Jan 10, 20221 min read
PowerShell - Check servers from list who is logged in
Save this as a name.ps1 and add your Domain.Com, server list is populated at c:\temp\servers.txt $ServerList = Get-Content...
Jon Boyette
Jan 10, 20221 min read
PowerShell - Add User/Group to UNC share Get-Acl
Save as name.ps1, once ran, prompts for UNC to add group or user to, then the user/group by domain\user capable to add, then asks for...
Jon Boyette
Jan 10, 20221 min read
PowerShell - Get NTP Server (W32tm)
Save as a .ps1, as an NTPTimeSource.ps1, run it, enter the server name you want to discover its time server, and outputs to screen the...
Jon Boyette
Jan 10, 20221 min read
Home: Blog2
Home: Contact
bottom of page