├── .DS_Store ├── Add-LocalAdmin.ps1 ├── Add-Zip.ps1 ├── AlphaFS.dll ├── CSVFileView.exe ├── CSVed.exe ├── Check-Flags.ps1 ├── Check-Header.ps1 ├── ConvertFrom-Bytes.ps1 ├── ConvertTo-Bytes.ps1 ├── Copy-File.ps1 ├── CopyTo-Image.ps1 ├── Create Azure App Registration for use With MS Graph.ps1 ├── Create-DesktopPin.ps1 ├── Create-DummyFile.ps1 ├── Create-LocalUser.ps1 ├── Create-Shortcut.ps1 ├── Create-ThisPcPin.ps1 ├── DailyStatsReport.ps1 ├── Decode-Text.ps1 ├── DelTempFiles.ps1 ├── Delete_Days_Back.ps1 ├── Desktop_Management.ps1 ├── DiskSpaceGUITool.ps1 ├── Disk_Errors.ps1 ├── EWSManagedAPI2.2.msi ├── Enable-PSRemoting.ps1 ├── Encode-Text.ps1 ├── Expand-OU.ps1 ├── Expand-ZIPFile.ps1 ├── Fix-Spaces.ps1 ├── ForceInstallUpdatesRemote.ps1 ├── Get-BitLockerInfo.ps1 ├── Get-BitLockerKey.ps1 ├── Get-BootConfigurationData.ps1 ├── Get-ChromeExtension.ps1 ├── Get-Clipboard.ps1 ├── Get-ComputerShares.ps1 ├── Get-FailingDrive.ps1 ├── Get-FileSizeOnDisk.ps1 ├── Get-Files.ps1 ├── Get-Files.ps1 (Robocopy only version) ├── Get-Firewall.ps1 ├── Get-FolderACL.ps1 ├── Get-FolderAccess.ps1 ├── Get-FolderSize.ps1 ├── Get-Header.ps1 ├── Get-IEVersion.ps1 ├── Get-InstalledApps.ps1 ├── Get-Lines.ps1 ├── Get-LocalAdmin.ps1 ├── Get-LoggedOnUser.ps1 ├── Get-LogonHistory.ps1 ├── Get-LogonStatus.ps1 ├── Get-MAC.ps1 ├── Get-MailboxContacts.ps1 ├── Get-MailboxStats.ps1 ├── Get-MappedDrives.ps1 ├── Get-Monitor.ps1 ├── Get-MyADObject.ps1 ├── Get-NetworkShortcut.ps1 ├── Get-OfficeVersion.ps1 ├── Get-ParameterAliases.ps1 ├── Get-PdfText.ps1 ├── Get-Powercfg.ps1 ├── Get-PrinterClients.ps1 ├── Get-PrinterHosts.ps1 ├── Get-ProductKey.ps1 ├── Get-ProxyAddresses.ps1 ├── Get-SKU.ps1 ├── Get-SNMPData.ps1 ├── Get-SNMPPrinterInfo.ps1 ├── Get-ShaHash.ps1 ├── Get-ShortPath.ps1 ├── Get-Shortcut.ps1 ├── Get-User.ps1 ├── Get-m365ProductIDTable.ps1 ├── GithubRestApi.ps1 ├── Greenshot.exe ├── How_to_Make_a_PowerShell_Script_Wait_for_a_Specific_Condition.ps1 ├── Import-MailboxContacts.ps1 ├── LICENSE ├── Logoff-User.ps1 ├── MTFv2.ps1 ├── New-NetworkShortcut.ps1 ├── Out-Menu.ps1 ├── PRobocopy.ps1 ├── Pulseway_Desktop_Icon.ps1 ├── README.md ├── Reboot.ps1 ├── Remote-Registry.ps1 ├── Remove-LocalAdmin.ps1 ├── Remove-NetworkShortcut.ps1 ├── SQL_Backup.ps1 ├── Save-CSVasExcel.ps1 ├── Save-ExcelasCSV.ps1 ├── Search-BoardGameGeek.ps1 ├── Send-Telegram.ps1 ├── Set-Clipboard.ps1 ├── Set-Wallpaper.ps1 ├── SetDNS.ps1 ├── Setup-Network.ps1 ├── Show-WifiPasswords.ps1 ├── Software_Inventory.ps1 ├── Split-Join-Files.ps1 ├── Store-Creds.ps1 ├── SystemInformation.ps1 ├── Take-Ownership.ps1 ├── Test-Port.ps1 ├── Test-RPC.ps1 ├── Twelve_Tools.ps1 ├── Write-Object.ps1 ├── Write-Progress Example.ps1 ├── add-import-export-wifi.ps1 ├── beep songs.ps1 ├── chromeapp.ps1 ├── cht file editor.ps1 ├── convert file to bits.ps1 ├── copy files keep structure.ps1 ├── create_win_admin.ps1 ├── diskfree.ps1 ├── faster array vs arraylist.ps1 ├── faster gci vs robocopy.ps1 ├── faster string vs stringbuilder.ps1 ├── fastest event log.ps1 ├── fastest foreach.ps1 ├── fastest null.ps1 ├── fastest where.ps1 ├── fix_file_path_too_long_subst.ps1 ├── fix_file_path_too_long_subst_v2.ps1 ├── install fonts v2.ps1 ├── install fonts.ps1 ├── menu go back example.ps1 ├── notnull.ps1 ├── ping1.ps1 ├── pingt.ps1 ├── profile.ps1 ├── propmatch.ps1 ├── reddit powershell questions.ps1 ├── set wallpaper from reddit.ps1 ├── sortprop.ps1 ├── split csv into multiple files.ps1 ├── strikethrough.ps1 ├── subinacl.exe ├── system-uptime.ps1 ├── touch.ps1 ├── upsidedown.ps1 └── youtube-dl.ps1 /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/.DS_Store -------------------------------------------------------------------------------- /Add-LocalAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Add-LocalAdmin.ps1 -------------------------------------------------------------------------------- /Add-Zip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Add-Zip.ps1 -------------------------------------------------------------------------------- /AlphaFS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/AlphaFS.dll -------------------------------------------------------------------------------- /CSVFileView.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/CSVFileView.exe -------------------------------------------------------------------------------- /CSVed.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/CSVed.exe -------------------------------------------------------------------------------- /Check-Flags.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Check-Flags.ps1 -------------------------------------------------------------------------------- /Check-Header.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Check-Header.ps1 -------------------------------------------------------------------------------- /ConvertFrom-Bytes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/ConvertFrom-Bytes.ps1 -------------------------------------------------------------------------------- /ConvertTo-Bytes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/ConvertTo-Bytes.ps1 -------------------------------------------------------------------------------- /Copy-File.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Copy-File.ps1 -------------------------------------------------------------------------------- /CopyTo-Image.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/CopyTo-Image.ps1 -------------------------------------------------------------------------------- /Create Azure App Registration for use With MS Graph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Create Azure App Registration for use With MS Graph.ps1 -------------------------------------------------------------------------------- /Create-DesktopPin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Create-DesktopPin.ps1 -------------------------------------------------------------------------------- /Create-DummyFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Create-DummyFile.ps1 -------------------------------------------------------------------------------- /Create-LocalUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Create-LocalUser.ps1 -------------------------------------------------------------------------------- /Create-Shortcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Create-Shortcut.ps1 -------------------------------------------------------------------------------- /Create-ThisPcPin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Create-ThisPcPin.ps1 -------------------------------------------------------------------------------- /DailyStatsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/DailyStatsReport.ps1 -------------------------------------------------------------------------------- /Decode-Text.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Decode-Text.ps1 -------------------------------------------------------------------------------- /DelTempFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/DelTempFiles.ps1 -------------------------------------------------------------------------------- /Delete_Days_Back.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Delete_Days_Back.ps1 -------------------------------------------------------------------------------- /Desktop_Management.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Desktop_Management.ps1 -------------------------------------------------------------------------------- /DiskSpaceGUITool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/DiskSpaceGUITool.ps1 -------------------------------------------------------------------------------- /Disk_Errors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Disk_Errors.ps1 -------------------------------------------------------------------------------- /EWSManagedAPI2.2.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/EWSManagedAPI2.2.msi -------------------------------------------------------------------------------- /Enable-PSRemoting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Enable-PSRemoting.ps1 -------------------------------------------------------------------------------- /Encode-Text.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Encode-Text.ps1 -------------------------------------------------------------------------------- /Expand-OU.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Expand-OU.ps1 -------------------------------------------------------------------------------- /Expand-ZIPFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Expand-ZIPFile.ps1 -------------------------------------------------------------------------------- /Fix-Spaces.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Fix-Spaces.ps1 -------------------------------------------------------------------------------- /ForceInstallUpdatesRemote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/ForceInstallUpdatesRemote.ps1 -------------------------------------------------------------------------------- /Get-BitLockerInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-BitLockerInfo.ps1 -------------------------------------------------------------------------------- /Get-BitLockerKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-BitLockerKey.ps1 -------------------------------------------------------------------------------- /Get-BootConfigurationData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-BootConfigurationData.ps1 -------------------------------------------------------------------------------- /Get-ChromeExtension.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-ChromeExtension.ps1 -------------------------------------------------------------------------------- /Get-Clipboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Clipboard.ps1 -------------------------------------------------------------------------------- /Get-ComputerShares.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-ComputerShares.ps1 -------------------------------------------------------------------------------- /Get-FailingDrive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-FailingDrive.ps1 -------------------------------------------------------------------------------- /Get-FileSizeOnDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-FileSizeOnDisk.ps1 -------------------------------------------------------------------------------- /Get-Files.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Files.ps1 -------------------------------------------------------------------------------- /Get-Files.ps1 (Robocopy only version): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Files.ps1 (Robocopy only version) -------------------------------------------------------------------------------- /Get-Firewall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Firewall.ps1 -------------------------------------------------------------------------------- /Get-FolderACL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-FolderACL.ps1 -------------------------------------------------------------------------------- /Get-FolderAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-FolderAccess.ps1 -------------------------------------------------------------------------------- /Get-FolderSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-FolderSize.ps1 -------------------------------------------------------------------------------- /Get-Header.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Header.ps1 -------------------------------------------------------------------------------- /Get-IEVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-IEVersion.ps1 -------------------------------------------------------------------------------- /Get-InstalledApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-InstalledApps.ps1 -------------------------------------------------------------------------------- /Get-Lines.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Lines.ps1 -------------------------------------------------------------------------------- /Get-LocalAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-LocalAdmin.ps1 -------------------------------------------------------------------------------- /Get-LoggedOnUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-LoggedOnUser.ps1 -------------------------------------------------------------------------------- /Get-LogonHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-LogonHistory.ps1 -------------------------------------------------------------------------------- /Get-LogonStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-LogonStatus.ps1 -------------------------------------------------------------------------------- /Get-MAC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-MAC.ps1 -------------------------------------------------------------------------------- /Get-MailboxContacts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-MailboxContacts.ps1 -------------------------------------------------------------------------------- /Get-MailboxStats.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-MailboxStats.ps1 -------------------------------------------------------------------------------- /Get-MappedDrives.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-MappedDrives.ps1 -------------------------------------------------------------------------------- /Get-Monitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Monitor.ps1 -------------------------------------------------------------------------------- /Get-MyADObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-MyADObject.ps1 -------------------------------------------------------------------------------- /Get-NetworkShortcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-NetworkShortcut.ps1 -------------------------------------------------------------------------------- /Get-OfficeVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-OfficeVersion.ps1 -------------------------------------------------------------------------------- /Get-ParameterAliases.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-ParameterAliases.ps1 -------------------------------------------------------------------------------- /Get-PdfText.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-PdfText.ps1 -------------------------------------------------------------------------------- /Get-Powercfg.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Powercfg.ps1 -------------------------------------------------------------------------------- /Get-PrinterClients.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-PrinterClients.ps1 -------------------------------------------------------------------------------- /Get-PrinterHosts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-PrinterHosts.ps1 -------------------------------------------------------------------------------- /Get-ProductKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-ProductKey.ps1 -------------------------------------------------------------------------------- /Get-ProxyAddresses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-ProxyAddresses.ps1 -------------------------------------------------------------------------------- /Get-SKU.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-SKU.ps1 -------------------------------------------------------------------------------- /Get-SNMPData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-SNMPData.ps1 -------------------------------------------------------------------------------- /Get-SNMPPrinterInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-SNMPPrinterInfo.ps1 -------------------------------------------------------------------------------- /Get-ShaHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-ShaHash.ps1 -------------------------------------------------------------------------------- /Get-ShortPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-ShortPath.ps1 -------------------------------------------------------------------------------- /Get-Shortcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-Shortcut.ps1 -------------------------------------------------------------------------------- /Get-User.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-User.ps1 -------------------------------------------------------------------------------- /Get-m365ProductIDTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Get-m365ProductIDTable.ps1 -------------------------------------------------------------------------------- /GithubRestApi.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/GithubRestApi.ps1 -------------------------------------------------------------------------------- /Greenshot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Greenshot.exe -------------------------------------------------------------------------------- /How_to_Make_a_PowerShell_Script_Wait_for_a_Specific_Condition.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/How_to_Make_a_PowerShell_Script_Wait_for_a_Specific_Condition.ps1 -------------------------------------------------------------------------------- /Import-MailboxContacts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Import-MailboxContacts.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/LICENSE -------------------------------------------------------------------------------- /Logoff-User.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Logoff-User.ps1 -------------------------------------------------------------------------------- /MTFv2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/MTFv2.ps1 -------------------------------------------------------------------------------- /New-NetworkShortcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/New-NetworkShortcut.ps1 -------------------------------------------------------------------------------- /Out-Menu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Out-Menu.ps1 -------------------------------------------------------------------------------- /PRobocopy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/PRobocopy.ps1 -------------------------------------------------------------------------------- /Pulseway_Desktop_Icon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Pulseway_Desktop_Icon.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/README.md -------------------------------------------------------------------------------- /Reboot.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Reboot.ps1 -------------------------------------------------------------------------------- /Remote-Registry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Remote-Registry.ps1 -------------------------------------------------------------------------------- /Remove-LocalAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Remove-LocalAdmin.ps1 -------------------------------------------------------------------------------- /Remove-NetworkShortcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Remove-NetworkShortcut.ps1 -------------------------------------------------------------------------------- /SQL_Backup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/SQL_Backup.ps1 -------------------------------------------------------------------------------- /Save-CSVasExcel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Save-CSVasExcel.ps1 -------------------------------------------------------------------------------- /Save-ExcelasCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Save-ExcelasCSV.ps1 -------------------------------------------------------------------------------- /Search-BoardGameGeek.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Search-BoardGameGeek.ps1 -------------------------------------------------------------------------------- /Send-Telegram.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Send-Telegram.ps1 -------------------------------------------------------------------------------- /Set-Clipboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Set-Clipboard.ps1 -------------------------------------------------------------------------------- /Set-Wallpaper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Set-Wallpaper.ps1 -------------------------------------------------------------------------------- /SetDNS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/SetDNS.ps1 -------------------------------------------------------------------------------- /Setup-Network.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Setup-Network.ps1 -------------------------------------------------------------------------------- /Show-WifiPasswords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Show-WifiPasswords.ps1 -------------------------------------------------------------------------------- /Software_Inventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Software_Inventory.ps1 -------------------------------------------------------------------------------- /Split-Join-Files.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Split-Join-Files.ps1 -------------------------------------------------------------------------------- /Store-Creds.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Store-Creds.ps1 -------------------------------------------------------------------------------- /SystemInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/SystemInformation.ps1 -------------------------------------------------------------------------------- /Take-Ownership.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Take-Ownership.ps1 -------------------------------------------------------------------------------- /Test-Port.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Test-Port.ps1 -------------------------------------------------------------------------------- /Test-RPC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Test-RPC.ps1 -------------------------------------------------------------------------------- /Twelve_Tools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Twelve_Tools.ps1 -------------------------------------------------------------------------------- /Write-Object.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Write-Object.ps1 -------------------------------------------------------------------------------- /Write-Progress Example.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/Write-Progress Example.ps1 -------------------------------------------------------------------------------- /add-import-export-wifi.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/add-import-export-wifi.ps1 -------------------------------------------------------------------------------- /beep songs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/beep songs.ps1 -------------------------------------------------------------------------------- /chromeapp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/chromeapp.ps1 -------------------------------------------------------------------------------- /cht file editor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/cht file editor.ps1 -------------------------------------------------------------------------------- /convert file to bits.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/convert file to bits.ps1 -------------------------------------------------------------------------------- /copy files keep structure.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/copy files keep structure.ps1 -------------------------------------------------------------------------------- /create_win_admin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/create_win_admin.ps1 -------------------------------------------------------------------------------- /diskfree.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/diskfree.ps1 -------------------------------------------------------------------------------- /faster array vs arraylist.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/faster array vs arraylist.ps1 -------------------------------------------------------------------------------- /faster gci vs robocopy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/faster gci vs robocopy.ps1 -------------------------------------------------------------------------------- /faster string vs stringbuilder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/faster string vs stringbuilder.ps1 -------------------------------------------------------------------------------- /fastest event log.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/fastest event log.ps1 -------------------------------------------------------------------------------- /fastest foreach.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/fastest foreach.ps1 -------------------------------------------------------------------------------- /fastest null.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/fastest null.ps1 -------------------------------------------------------------------------------- /fastest where.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/fastest where.ps1 -------------------------------------------------------------------------------- /fix_file_path_too_long_subst.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/fix_file_path_too_long_subst.ps1 -------------------------------------------------------------------------------- /fix_file_path_too_long_subst_v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/fix_file_path_too_long_subst_v2.ps1 -------------------------------------------------------------------------------- /install fonts v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/install fonts v2.ps1 -------------------------------------------------------------------------------- /install fonts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/install fonts.ps1 -------------------------------------------------------------------------------- /menu go back example.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/menu go back example.ps1 -------------------------------------------------------------------------------- /notnull.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/notnull.ps1 -------------------------------------------------------------------------------- /ping1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/ping1.ps1 -------------------------------------------------------------------------------- /pingt.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/pingt.ps1 -------------------------------------------------------------------------------- /profile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/profile.ps1 -------------------------------------------------------------------------------- /propmatch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/propmatch.ps1 -------------------------------------------------------------------------------- /reddit powershell questions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/reddit powershell questions.ps1 -------------------------------------------------------------------------------- /set wallpaper from reddit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/set wallpaper from reddit.ps1 -------------------------------------------------------------------------------- /sortprop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/sortprop.ps1 -------------------------------------------------------------------------------- /split csv into multiple files.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/split csv into multiple files.ps1 -------------------------------------------------------------------------------- /strikethrough.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/strikethrough.ps1 -------------------------------------------------------------------------------- /subinacl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/subinacl.exe -------------------------------------------------------------------------------- /system-uptime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/system-uptime.ps1 -------------------------------------------------------------------------------- /touch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/touch.ps1 -------------------------------------------------------------------------------- /upsidedown.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/upsidedown.ps1 -------------------------------------------------------------------------------- /youtube-dl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gangstanthony/PowerShell/HEAD/youtube-dl.ps1 --------------------------------------------------------------------------------