├── !InProgress ├── Backup-DittoDB.ps1 ├── ConditionalBreakpointTest.ps1 ├── Crap.ps1 ├── Crap2.ps1 ├── Get-ADRepPartners.ps1 ├── Get-ADUserDialinInfo.ps1 ├── Get-DCInfo.ps1 ├── Get-DFSReplicationStatus.ps1 ├── Get-NetBIOSNicSetting.ps1 ├── Get-groupmember-details.ps1 ├── MKTMP.ps1 ├── MKTest.ps1 ├── MoveOrphanedFiles.ps1 ├── Nslookup-Alternative.ps1 ├── Set-ADUserDialinInfo.ps1 ├── Set-PSConsoleConfiguration.ps1 ├── Temp.ps1 ├── Test-DCPorts.ps1 ├── Untitled-1.ps1 ├── get-NutanixDriverVersion.ps1 ├── get-emptyOUs.ps1 ├── get-groupmembers.ps1 ├── tempscript.ps1 └── tweet.ps1 ├── !Scratchpad.ps1 ├── .gitignore ├── .vscode ├── launch.json └── settings.json ├── Active-Directory ├── Add-MKLocalGroupMember.ps1 ├── Backup-GroupPolicy.ps1 ├── Get-ADGPOReplication.ps1 ├── Get-ADMode.ps1 ├── Get-ADObjectOwner.ps1 ├── Get-ADSubnets.ps1 ├── Get-BitlockerRecoveryKey.ps1 ├── Get-EmployeeInfo.ps1 ├── Get-FSMORoles.ps1 ├── Get-InactiveDesktops.ps1 ├── Get-InactiveUsers.ps1 ├── Get-LoggedOnUser.ps1 ├── Get-MKLocalGroupMember.ps1 ├── Get-NestedGroup.ps1 ├── Get-ServerOwner.ps1 ├── Get-ServersMissingDescription.ps1 ├── Get-ServersMissingManagedBy.ps1 ├── Get-ServersNotInPatchGroups.ps1 ├── Get-UnlinkedGPOs.ps1 ├── Install-ADDomainControllerCoreServices.ps1 ├── Remove-MKLocalGroupMember.ps1 ├── Restore-GroupPolicy.ps1 └── get-ADForestHealth.ps1 ├── DNS ├── Clean-DNSServerRootHints.ps1 └── Get-DNSScavenge.ps1 ├── Downloaded-Code ├── Add SSL Cert to IIS.ps1 ├── BGINFO_Install_Script.ps1 ├── Backup-Files.ps1 ├── FindEmptyGroups.ps1 ├── Fix-BrokenInheritance.ps1 ├── Get-LocalUser.ps1 ├── Get-LoggedOnUser.ps1 ├── Get-ProductKey.ps1 ├── Get-ReplicatonPartners.ps1 ├── Get-RunAsAccount.ps1 ├── Get-ScheduledTask.ps1 ├── Get-TMDhcpDNS1.0.2.ps1 ├── GetInactiveComputer.ps1 ├── GetInactiveUser.ps1 ├── Modules │ ├── NTFSSecurity.zip │ └── NTFSSecurity │ │ ├── AlphaFS.dll │ │ ├── NTFSSecurity.Init.ps1 │ │ ├── NTFSSecurity.XML │ │ ├── NTFSSecurity.dll │ │ ├── NTFSSecurity.format.ps1xml │ │ ├── NTFSSecurity.psd1 │ │ ├── NTFSSecurity.psm1 │ │ ├── NTFSSecurity.types.ps1xml │ │ ├── PrivilegeControl.dll │ │ ├── ProcessPrivileges.dll │ │ ├── ProcessPrivileges.xml │ │ └── Security2.dll ├── New-RDCManFile.ps1 ├── ODfBInvalidCharFix.ps1 ├── OU_permissions.p-s-1.txt ├── OneDrive-Check.ps1 ├── Remove-InvalidFileNameChars.ps1 ├── Scripts │ ├── TEMP.ps1 │ ├── Test-MarkdownFileLinks.ps1 │ └── trigger-AvailableSupInstall.ps1 ├── Test-Port.ps1 ├── Untitled-1.ps1 ├── gPLinkReport.ps1 └── get-ADForestHealthV2.ps1 ├── FunStuff ├── CreateFolders.ps1 ├── Get-AlexaRank.ps1 ├── Get-ConsoleColors.ps1 ├── Get-NCAEYCSpeakerInfo.ps1 ├── Get-ThanksgivingGreeting.ps1 ├── Get-Weather.ps1 ├── JHICKS-Feb-Puzzles.ps1 ├── Prompt.ps1 ├── RTPSUG-LightningDemo-Splatting.ps1 ├── StringFun.ps1 ├── TylerFormatting.ps1 └── TylerWriteHost.ps1 ├── Get-CPUCounts.ps1 ├── Get-PCInfo.ps1 ├── Get-Privileges.ps1 ├── Get-SPN.ps1 ├── Get-iDriveLog.ps1 ├── Inventory-Tools ├── Get-ADservices.ps1 ├── Get-DotNetVersion.ps1 ├── Get-MKScheduledTask.ps1 ├── Get-PCUptime.ps1 ├── Get-PageFileInfo.ps1 ├── Get-RecentPatchInfo.ps1 ├── Get-RemoteServerFileCount.ps1 ├── Get-RenamedPCs.ps1 ├── Get-RestartInfo.ps1 └── Get-USemployees.ps1 ├── LICENSE ├── Profile └── PSProfileConfig.ps1 ├── README.md ├── Security-Tools ├── Disable-HTTP2Protocol.ps1 ├── Disable-VagrantAutoLogon.ps1 ├── New-Passphrase.ps1 ├── New-PassphraseDK.ps1 ├── Set-LdapEnforceChannelBindingRegKeys.ps1 ├── Set-MS15_124VulnRegKeys.ps1 └── Set-SpectreStoreBypassRegKeys.ps1 ├── Set-LanmanServerSharesFilePath.ps1 ├── Set-PSWebProxy.ps1 ├── Test-SRVRecords.ps1 ├── zDeprecated-Scripts ├── Backup-GPOs.ps1 ├── Get-LocalGroup.ps1 ├── Get-LocalGroupMember.ps1 └── Get-RemotePCLocalGroupMember.ps1 └── zReview ├── !Temp ├── Get-IPinfo.ps1 ├── Get-InactiveServers.ps1 ├── Get-InactiveUsers.ps1 ├── Get-LogonActivity.ps1 ├── Get-OUPermissions.ps1 ├── Get-PCGroupMembership.ps1 ├── Get-PCHardwareInfo.ps1 ├── Get-PCSoftwareInfo.ps1 ├── Get-ServerCPUCount.ps1 ├── Get-ServerInventoryPerSite.ps1 ├── Get-UserLockoutStatus.ps1 ├── Get-WMIComputerSessions.ps1 ├── Get-ZscalerMissingUsers.ps1 ├── Move-Computer.ps1 ├── Move-ComputerB.ps1 ├── PowerShell-One-Liners.ps1 ├── Remove-LocalAdmin.ps1 ├── Run-ElevatedISE.ps1 └── Set-PSWebProxy.ps1 ├── Functions ├── Convert-OutputForCSV.ps1 ├── Dump-History.ps1 ├── Find-IllegalCharacters.ps1 ├── Find-UnsupportedFilenames.ps1 ├── GPFunctions.ps1 ├── Get-BitlockerRecoveryKey.ps1 ├── Get-DNSServerPerDHCPScope.ps1 ├── Get-FolderPathLength.ps1 ├── Get-FolderSize.ps1 ├── Get-LocalAdmin.ps1 ├── Get-Privileges.ps1 ├── Get-RemotePCLocalGroupMember.ps1 ├── Get-RunAsAccountUsage.ps1 ├── Get-ServersAssignedtoUser.ps1 ├── Get-VMWareSnapshotInfo.ps1 ├── Get-WindowsFeaturesInstalled.ps1 ├── OneDriveCharacterFix.ps1 ├── Send-History.ps1 ├── Set-LocalAdminGroupMembers.ps1 └── Set-LocalRDPGroupMembers.ps1 ├── Get-ServersPatch.ps1 ├── In-Progress ├── CopyOffice2013GPOSettings.ps1 ├── FetchAdminPassword.ps1 ├── Find-EncryptedFiles.ps1 ├── Get-ADSite-SubnetList.ps1 ├── Get-AccountLockoutLocation.ps1 ├── Get-FolderSize.ps1 ├── Get-LastLogon.ps1 ├── Get-LocalAdminFromAD.ps1 ├── Get-LocalGroup.ps1 ├── Get-LocalGroup1.ps1 ├── Get-LockedOutLocation.ps1 ├── Get-LockedOutLocation1.ps1 ├── Get-LockedOutUser.ps1 ├── Get-LockoutLocation.ps1 ├── Get-LoggedOnUser.ps1 ├── Get-NestedGroupMember.ps1 ├── Get-PasswordExpiryDate.ps1 ├── Get-ProductKey.ps1 ├── Get-ProxyAutoConfigUrl.ps1 ├── Get-ServerList.ps1 ├── Get-SrvFolderAdminUsage.ps1 ├── Get-WallpaperFilename.ps1 ├── Move-ComputerB.ps1 ├── Ping-Serverlist.ps1 ├── Refresh-test.ps1 ├── Search-ServersForLockyFiles.ps1 ├── Set-LocalAdmin-old.ps1 ├── Set-LocalAdmin1.ps1 ├── Set-ZscalerProxy.ps1 ├── TEMP - Get-ServersNotInPatchGroups.ps1 ├── TEMP-Server-Count.ps1 ├── TEMP_ZSCALER.ps1 ├── TEMP_ZSCALER2.ps1 ├── Temp-lockoutinfo.ps1 └── set-testlocaladmin.ps1 ├── Logoff-LoggedInUuser.ps1 ├── Remove-DNSlogs.ps1 ├── Remove-IISLogs.ps1 └── Server Builder ├── Enable-RemoteDesktop.ps1 ├── Mount-Drive.ps1 ├── Set-CDRomDriveLetter.ps1 ├── Set-IPAddress.bat └── Set-IPAddress.ps1 /!InProgress/Backup-DittoDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Backup-DittoDB.ps1 -------------------------------------------------------------------------------- /!InProgress/ConditionalBreakpointTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/ConditionalBreakpointTest.ps1 -------------------------------------------------------------------------------- /!InProgress/Crap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Crap.ps1 -------------------------------------------------------------------------------- /!InProgress/Crap2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Crap2.ps1 -------------------------------------------------------------------------------- /!InProgress/Get-ADRepPartners.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Get-ADRepPartners.ps1 -------------------------------------------------------------------------------- /!InProgress/Get-ADUserDialinInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Get-ADUserDialinInfo.ps1 -------------------------------------------------------------------------------- /!InProgress/Get-DCInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Get-DCInfo.ps1 -------------------------------------------------------------------------------- /!InProgress/Get-DFSReplicationStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Get-DFSReplicationStatus.ps1 -------------------------------------------------------------------------------- /!InProgress/Get-NetBIOSNicSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Get-NetBIOSNicSetting.ps1 -------------------------------------------------------------------------------- /!InProgress/Get-groupmember-details.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Get-groupmember-details.ps1 -------------------------------------------------------------------------------- /!InProgress/MKTMP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/MKTMP.ps1 -------------------------------------------------------------------------------- /!InProgress/MKTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/MKTest.ps1 -------------------------------------------------------------------------------- /!InProgress/MoveOrphanedFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/MoveOrphanedFiles.ps1 -------------------------------------------------------------------------------- /!InProgress/Nslookup-Alternative.ps1: -------------------------------------------------------------------------------- 1 | nslookup commandline.ninja 2 | 3 | -------------------------------------------------------------------------------- /!InProgress/Set-ADUserDialinInfo.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /!InProgress/Set-PSConsoleConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Set-PSConsoleConfiguration.ps1 -------------------------------------------------------------------------------- /!InProgress/Temp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Temp.ps1 -------------------------------------------------------------------------------- /!InProgress/Test-DCPorts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Test-DCPorts.ps1 -------------------------------------------------------------------------------- /!InProgress/Untitled-1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/Untitled-1.ps1 -------------------------------------------------------------------------------- /!InProgress/get-NutanixDriverVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/get-NutanixDriverVersion.ps1 -------------------------------------------------------------------------------- /!InProgress/get-emptyOUs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/get-emptyOUs.ps1 -------------------------------------------------------------------------------- /!InProgress/get-groupmembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/get-groupmembers.ps1 -------------------------------------------------------------------------------- /!InProgress/tempscript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/tempscript.ps1 -------------------------------------------------------------------------------- /!InProgress/tweet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!InProgress/tweet.ps1 -------------------------------------------------------------------------------- /!Scratchpad.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/!Scratchpad.ps1 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Company-Scripts/ -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Active-Directory/Add-MKLocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Add-MKLocalGroupMember.ps1 -------------------------------------------------------------------------------- /Active-Directory/Backup-GroupPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Backup-GroupPolicy.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ADGPOReplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ADGPOReplication.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ADMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ADMode.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ADObjectOwner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ADObjectOwner.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ADSubnets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ADSubnets.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-BitlockerRecoveryKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-BitlockerRecoveryKey.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-EmployeeInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-EmployeeInfo.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-FSMORoles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-FSMORoles.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-InactiveDesktops.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-InactiveDesktops.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-InactiveUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-InactiveUsers.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-LoggedOnUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-LoggedOnUser.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-MKLocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-MKLocalGroupMember.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-NestedGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-NestedGroup.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ServerOwner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ServerOwner.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ServersMissingDescription.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ServersMissingDescription.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ServersMissingManagedBy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ServersMissingManagedBy.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-ServersNotInPatchGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-ServersNotInPatchGroups.ps1 -------------------------------------------------------------------------------- /Active-Directory/Get-UnlinkedGPOs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Get-UnlinkedGPOs.ps1 -------------------------------------------------------------------------------- /Active-Directory/Install-ADDomainControllerCoreServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Install-ADDomainControllerCoreServices.ps1 -------------------------------------------------------------------------------- /Active-Directory/Remove-MKLocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Remove-MKLocalGroupMember.ps1 -------------------------------------------------------------------------------- /Active-Directory/Restore-GroupPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/Restore-GroupPolicy.ps1 -------------------------------------------------------------------------------- /Active-Directory/get-ADForestHealth.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Active-Directory/get-ADForestHealth.ps1 -------------------------------------------------------------------------------- /DNS/Clean-DNSServerRootHints.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/DNS/Clean-DNSServerRootHints.ps1 -------------------------------------------------------------------------------- /DNS/Get-DNSScavenge.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/DNS/Get-DNSScavenge.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Add SSL Cert to IIS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Add SSL Cert to IIS.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/BGINFO_Install_Script.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/BGINFO_Install_Script.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Backup-Files.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Backup-Files.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/FindEmptyGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/FindEmptyGroups.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Fix-BrokenInheritance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Fix-BrokenInheritance.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Get-LocalUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Get-LocalUser.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Get-LoggedOnUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Get-LoggedOnUser.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Get-ProductKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Get-ProductKey.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Get-ReplicatonPartners.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Get-ReplicatonPartners.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Get-RunAsAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Get-RunAsAccount.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Get-ScheduledTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Get-ScheduledTask.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Get-TMDhcpDNS1.0.2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Get-TMDhcpDNS1.0.2.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/GetInactiveComputer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/GetInactiveComputer.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/GetInactiveUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/GetInactiveUser.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity.zip -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/AlphaFS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/AlphaFS.dll -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.Init.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.Init.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.XML -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.dll -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.format.ps1xml -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.psd1 -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.psm1 -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.types.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/NTFSSecurity.types.ps1xml -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/PrivilegeControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/PrivilegeControl.dll -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/ProcessPrivileges.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/ProcessPrivileges.dll -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/ProcessPrivileges.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/ProcessPrivileges.xml -------------------------------------------------------------------------------- /Downloaded-Code/Modules/NTFSSecurity/Security2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Modules/NTFSSecurity/Security2.dll -------------------------------------------------------------------------------- /Downloaded-Code/New-RDCManFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/New-RDCManFile.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/ODfBInvalidCharFix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/ODfBInvalidCharFix.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/OU_permissions.p-s-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/OU_permissions.p-s-1.txt -------------------------------------------------------------------------------- /Downloaded-Code/OneDrive-Check.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/OneDrive-Check.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Remove-InvalidFileNameChars.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Remove-InvalidFileNameChars.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Scripts/TEMP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Scripts/TEMP.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Scripts/Test-MarkdownFileLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Scripts/Test-MarkdownFileLinks.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Scripts/trigger-AvailableSupInstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Scripts/trigger-AvailableSupInstall.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Test-Port.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Test-Port.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/Untitled-1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/Untitled-1.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/gPLinkReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/gPLinkReport.ps1 -------------------------------------------------------------------------------- /Downloaded-Code/get-ADForestHealthV2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Downloaded-Code/get-ADForestHealthV2.ps1 -------------------------------------------------------------------------------- /FunStuff/CreateFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/CreateFolders.ps1 -------------------------------------------------------------------------------- /FunStuff/Get-AlexaRank.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/Get-AlexaRank.ps1 -------------------------------------------------------------------------------- /FunStuff/Get-ConsoleColors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/Get-ConsoleColors.ps1 -------------------------------------------------------------------------------- /FunStuff/Get-NCAEYCSpeakerInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/Get-NCAEYCSpeakerInfo.ps1 -------------------------------------------------------------------------------- /FunStuff/Get-ThanksgivingGreeting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/Get-ThanksgivingGreeting.ps1 -------------------------------------------------------------------------------- /FunStuff/Get-Weather.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/Get-Weather.ps1 -------------------------------------------------------------------------------- /FunStuff/JHICKS-Feb-Puzzles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/JHICKS-Feb-Puzzles.ps1 -------------------------------------------------------------------------------- /FunStuff/Prompt.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/Prompt.ps1 -------------------------------------------------------------------------------- /FunStuff/RTPSUG-LightningDemo-Splatting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/RTPSUG-LightningDemo-Splatting.ps1 -------------------------------------------------------------------------------- /FunStuff/StringFun.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/StringFun.ps1 -------------------------------------------------------------------------------- /FunStuff/TylerFormatting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/TylerFormatting.ps1 -------------------------------------------------------------------------------- /FunStuff/TylerWriteHost.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/FunStuff/TylerWriteHost.ps1 -------------------------------------------------------------------------------- /Get-CPUCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Get-CPUCounts.ps1 -------------------------------------------------------------------------------- /Get-PCInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Get-PCInfo.ps1 -------------------------------------------------------------------------------- /Get-Privileges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Get-Privileges.ps1 -------------------------------------------------------------------------------- /Get-SPN.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Get-SPN.ps1 -------------------------------------------------------------------------------- /Get-iDriveLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Get-iDriveLog.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-ADservices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-ADservices.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-DotNetVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-DotNetVersion.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-MKScheduledTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-MKScheduledTask.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-PCUptime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-PCUptime.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-PageFileInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-PageFileInfo.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-RecentPatchInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-RecentPatchInfo.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-RemoteServerFileCount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-RemoteServerFileCount.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-RenamedPCs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-RenamedPCs.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-RestartInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-RestartInfo.ps1 -------------------------------------------------------------------------------- /Inventory-Tools/Get-USemployees.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Inventory-Tools/Get-USemployees.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/LICENSE -------------------------------------------------------------------------------- /Profile/PSProfileConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Profile/PSProfileConfig.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/README.md -------------------------------------------------------------------------------- /Security-Tools/Disable-HTTP2Protocol.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Security-Tools/Disable-HTTP2Protocol.ps1 -------------------------------------------------------------------------------- /Security-Tools/Disable-VagrantAutoLogon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Security-Tools/Disable-VagrantAutoLogon.ps1 -------------------------------------------------------------------------------- /Security-Tools/New-Passphrase.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Security-Tools/New-Passphrase.ps1 -------------------------------------------------------------------------------- /Security-Tools/New-PassphraseDK.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Security-Tools/New-PassphraseDK.ps1 -------------------------------------------------------------------------------- /Security-Tools/Set-LdapEnforceChannelBindingRegKeys.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Security-Tools/Set-LdapEnforceChannelBindingRegKeys.ps1 -------------------------------------------------------------------------------- /Security-Tools/Set-MS15_124VulnRegKeys.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Security-Tools/Set-MS15_124VulnRegKeys.ps1 -------------------------------------------------------------------------------- /Security-Tools/Set-SpectreStoreBypassRegKeys.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Security-Tools/Set-SpectreStoreBypassRegKeys.ps1 -------------------------------------------------------------------------------- /Set-LanmanServerSharesFilePath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Set-LanmanServerSharesFilePath.ps1 -------------------------------------------------------------------------------- /Set-PSWebProxy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Set-PSWebProxy.ps1 -------------------------------------------------------------------------------- /Test-SRVRecords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/Test-SRVRecords.ps1 -------------------------------------------------------------------------------- /zDeprecated-Scripts/Backup-GPOs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zDeprecated-Scripts/Backup-GPOs.ps1 -------------------------------------------------------------------------------- /zDeprecated-Scripts/Get-LocalGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zDeprecated-Scripts/Get-LocalGroup.ps1 -------------------------------------------------------------------------------- /zDeprecated-Scripts/Get-LocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zDeprecated-Scripts/Get-LocalGroupMember.ps1 -------------------------------------------------------------------------------- /zDeprecated-Scripts/Get-RemotePCLocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zDeprecated-Scripts/Get-RemotePCLocalGroupMember.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-IPinfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-IPinfo.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-InactiveServers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-InactiveServers.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-InactiveUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-InactiveUsers.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-LogonActivity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-LogonActivity.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-OUPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-OUPermissions.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-PCGroupMembership.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-PCGroupMembership.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-PCHardwareInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-PCHardwareInfo.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-PCSoftwareInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-PCSoftwareInfo.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-ServerCPUCount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-ServerCPUCount.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-ServerInventoryPerSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-ServerInventoryPerSite.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-UserLockoutStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-UserLockoutStatus.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-WMIComputerSessions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-WMIComputerSessions.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Get-ZscalerMissingUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Get-ZscalerMissingUsers.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Move-Computer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Move-Computer.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Move-ComputerB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Move-ComputerB.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/PowerShell-One-Liners.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/PowerShell-One-Liners.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Remove-LocalAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Remove-LocalAdmin.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Run-ElevatedISE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Run-ElevatedISE.ps1 -------------------------------------------------------------------------------- /zReview/!Temp/Set-PSWebProxy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/!Temp/Set-PSWebProxy.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Convert-OutputForCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Convert-OutputForCSV.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Dump-History.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Dump-History.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Find-IllegalCharacters.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Find-IllegalCharacters.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Find-UnsupportedFilenames.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Find-UnsupportedFilenames.ps1 -------------------------------------------------------------------------------- /zReview/Functions/GPFunctions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/GPFunctions.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-BitlockerRecoveryKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-BitlockerRecoveryKey.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-DNSServerPerDHCPScope.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-DNSServerPerDHCPScope.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-FolderPathLength.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-FolderPathLength.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-FolderSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-FolderSize.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-LocalAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-LocalAdmin.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-Privileges.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-Privileges.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-RemotePCLocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-RemotePCLocalGroupMember.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-RunAsAccountUsage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-RunAsAccountUsage.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-ServersAssignedtoUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-ServersAssignedtoUser.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-VMWareSnapshotInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-VMWareSnapshotInfo.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Get-WindowsFeaturesInstalled.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Get-WindowsFeaturesInstalled.ps1 -------------------------------------------------------------------------------- /zReview/Functions/OneDriveCharacterFix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/OneDriveCharacterFix.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Send-History.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Send-History.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Set-LocalAdminGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Set-LocalAdminGroupMembers.ps1 -------------------------------------------------------------------------------- /zReview/Functions/Set-LocalRDPGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Functions/Set-LocalRDPGroupMembers.ps1 -------------------------------------------------------------------------------- /zReview/Get-ServersPatch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Get-ServersPatch.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/CopyOffice2013GPOSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/CopyOffice2013GPOSettings.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/FetchAdminPassword.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/FetchAdminPassword.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Find-EncryptedFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Find-EncryptedFiles.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-ADSite-SubnetList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-ADSite-SubnetList.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-AccountLockoutLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-AccountLockoutLocation.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-FolderSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-FolderSize.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LastLogon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LastLogon.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LocalAdminFromAD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LocalAdminFromAD.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LocalGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LocalGroup.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LocalGroup1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LocalGroup1.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LockedOutLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LockedOutLocation.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LockedOutLocation1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LockedOutLocation1.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LockedOutUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LockedOutUser.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LockoutLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LockoutLocation.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-LoggedOnUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-LoggedOnUser.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-NestedGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-NestedGroupMember.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-PasswordExpiryDate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-PasswordExpiryDate.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-ProductKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-ProductKey.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-ProxyAutoConfigUrl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-ProxyAutoConfigUrl.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-ServerList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-ServerList.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-SrvFolderAdminUsage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-SrvFolderAdminUsage.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Get-WallpaperFilename.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Get-WallpaperFilename.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Move-ComputerB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Move-ComputerB.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Ping-Serverlist.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Ping-Serverlist.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Refresh-test.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Refresh-test.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Search-ServersForLockyFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Search-ServersForLockyFiles.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Set-LocalAdmin-old.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Set-LocalAdmin-old.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Set-LocalAdmin1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Set-LocalAdmin1.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Set-ZscalerProxy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Set-ZscalerProxy.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/TEMP - Get-ServersNotInPatchGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/TEMP - Get-ServersNotInPatchGroups.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/TEMP-Server-Count.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/TEMP-Server-Count.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/TEMP_ZSCALER.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/TEMP_ZSCALER.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/TEMP_ZSCALER2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/TEMP_ZSCALER2.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/Temp-lockoutinfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/Temp-lockoutinfo.ps1 -------------------------------------------------------------------------------- /zReview/In-Progress/set-testlocaladmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/In-Progress/set-testlocaladmin.ps1 -------------------------------------------------------------------------------- /zReview/Logoff-LoggedInUuser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Logoff-LoggedInUuser.ps1 -------------------------------------------------------------------------------- /zReview/Remove-DNSlogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Remove-DNSlogs.ps1 -------------------------------------------------------------------------------- /zReview/Remove-IISLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Remove-IISLogs.ps1 -------------------------------------------------------------------------------- /zReview/Server Builder/Enable-RemoteDesktop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Server Builder/Enable-RemoteDesktop.ps1 -------------------------------------------------------------------------------- /zReview/Server Builder/Mount-Drive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Server Builder/Mount-Drive.ps1 -------------------------------------------------------------------------------- /zReview/Server Builder/Set-CDRomDriveLetter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Server Builder/Set-CDRomDriveLetter.ps1 -------------------------------------------------------------------------------- /zReview/Server Builder/Set-IPAddress.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | Powershell.exe -Noprofile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1'" 3 | PAUSE -------------------------------------------------------------------------------- /zReview/Server Builder/Set-IPAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compwiz32/PowerShell/HEAD/zReview/Server Builder/Set-IPAddress.ps1 --------------------------------------------------------------------------------