├── Active Directory ├── CyberDefense_ForcePasswordResetAllAccountsAD.ps1 ├── DisableStrictNameChecking.ps1 ├── FindNewlyCreatedUsersinAD.ps1 ├── Fix Defender Identity NPCAP Sensor reinstall.ps1 ├── GMSA_ScheduledTask_MonitorADG.ps1 ├── GroupPolicyClientHealthReport.ps1 ├── Hands-On-Labs-TechmentorRedmond2022-Labcommands.txt ├── Invoke-AdReplication_AllDCs.ps1 ├── MONITOR-ADG-ScheduledTaskSetup.ps1 ├── MONITOR-ADG.ps1 ├── Missing_AD_Subnets_Report.ps1 ├── OrganizeComputersbyOS.ps1 ├── UltimateADHCwithTestimo.ps1 └── Weekly-Health-Report.ps1 ├── Azure └── ConfigureForceTunneling.ps1 ├── Building Sophos XG using PowerShell.ps1 ├── Edge └── MSEdge Stress Testing and Perf Settings.ps1 ├── Exchange ├── Exchange2016-HSTS-Hardening.ps1 └── Exchange2019-Pre-Reqs.ps1 ├── Hyper-V ├── BaseImageBuilder-V2.ps1 ├── BaseImageBuilder-V3.ps1 ├── BaseImageBuilder.ps1 ├── BaseImageBuilder_V4.ps1 ├── BaseImageBuilder_V5.ps1 ├── Convert-WindowsImage.ps1 ├── Find-HyperVServerFromDomainandVMs-Report.ps1 ├── Hyper-VReportingScript-UpdatedWS2016.ps1 ├── HyperVScript-CloudocKIT.ps1 └── Networking │ └── Configure-Networking-2012r2.ps1 ├── IIS ├── iisHSTSforServer2012R2.ps1 ├── iisresetssltoweakdefaults_v13.ps1 └── setupiisforsslperfectforwardsecrecy_v3.0.1.ps1 ├── LICENSE ├── MDE └── MDE_DUO_Daily_Compliance_Report.ps1 ├── Office365 ├── 802.1xconfig.ps1 ├── ATP Licensing Provisioning Check.ps1 ├── ATP-DailyLicenseReportCheck.ps1 ├── ATP-DailyReport-Safelinks-Malware.ps1 ├── ATP-LicenseCheckandCleanup.ps1 ├── CheckMailboxmoves.ps1 ├── ExchangeOnline-Fix50GBQuotato100GB.ps1 ├── Get-WindowsAutoPilotInfo-Wrapper.ps1 ├── IntuneBulkDeviceWipe_Caution.ps1 ├── IntuneDevice-PostConfig-802.1x.ps1 ├── IntuneDeviceManagement.ps1 ├── IntuneGetallcommandsGraphAPI.ps1 ├── IntuneSyncAllDevices.ps1 ├── RS4_WinATP-Intro-Invoice.docm ├── install.cmd └── uninstall.cmd ├── Performance Troubleshooting └── Windows 11 Desktop │ └── Get-LaptopPerfBundle.ps1 ├── RDSH └── rds-certrequest.ps1 ├── README.md ├── S2D ├── Audit-S2D-DailyEmail-wrapper.ps1 ├── Audit-S2D-DailyEmail.ps1 ├── Demos │ ├── BigDemo-Techmentor-Orlando-2018-Azure-Nested.ps1 │ ├── CreateRandomFiles.ps1 │ ├── DataOn_3Node_DirectConnect.ps1 │ ├── SmallDemo-Techmentor-Orlando-2018-Azure-Nested.ps1 │ └── TechMentor-Orlando-2017-PhysicalS2DBuild-2Node.ps1 ├── Download-SuperMicroDrivers.PS1 ├── Expand 3-Way Mirror CSV.ps1 ├── FactoryReset-Clear-NetworkingConfigs.ps1 ├── FactoryReset-Clear-SDSConfig.ps1 ├── Mellanox-CX3-WinOF-SystemReport.ps1 ├── PerfTuneDedup.ps1 ├── Prod_DataON5211i_BackupTarget_SPSettings.ps1 ├── ReportTaskBuilder_V1.ps1 ├── S2D-Patching-Process-with Veeam.txt ├── StorageSpacesReport-Titan.ps1 ├── Switch Configs │ ├── Mellanox-SN2100-TOR1-4NodeS2D.txt │ └── Mellanox-SN2100-TOR2-4NodeS2D.txt ├── Test-RDMA.ps1 └── Titan Daily Health Report.xml ├── SQL └── SQL Server 2019-CIS Security Audit and Hardening.sql ├── Security Baselines └── Intune STIG Importer.ps1 ├── Stuff ├── Cleanup-OldGotoMeetingfiles.ps1 └── DKTOPSessions-IgniteDownloader.ps1 ├── System Center ├── Install-SCDPM-Hyper-V.ps1 ├── Install-SCDPMSQL-Hyper-V.ps1 ├── Install-SCOM-Hyper-V.PS1 └── Install-SCVMM-Hyper-V.ps1 ├── Techmentor ├── HOL-OnlineMay2024 │ ├── Firewall Rules.ps1 │ ├── Hands-On-Labs-TechmentorOnlineMay2024-Labcommands.txt │ └── Install-Wordpress.ps1 ├── HOL-OrlandoNovember2024 │ ├── Cleanup-HOLLAB_WACAPPS.ps1 │ ├── Create-HOLLABVMS_Azure.ps1 │ ├── Create-HOLLABVMS_FromSysPrepImageAzure.ps1 │ ├── Create-HOLLABVMS_RecoveryServicesVaults.ps1 │ ├── Enable-AzureARConAzureVMVariable.ps1 │ ├── Firewall Rules.ps1 │ ├── Fix-HOLLABVMs-HyperVPermissions.ps1 │ ├── Hands-On-Labs-TechmentorOnlineMay2024-Labcommands.txt │ ├── Install-AzureArcAzureVM.ps1 │ ├── Install-Wordpress.ps1 │ ├── Onboard-HOLLABVMS_AZUREARC_BULK.ps1 │ ├── Rename-HOLLABVMs.ps1 │ ├── Update-HOLLABVMS_Azure_AllDisks_P30.ps1 │ ├── Update-HOLLABVMS_Azure_OSDisk_P30.ps1 │ └── sqlworkshops-azuresqllabs-master.zip ├── Orlando2025 │ ├── FundamentalsofAZ-NVAs_v2.ps1 │ └── FundamentalsofDNS_v2.ps1 └── Redmond2023 │ ├── BaseImageBuilderv5.ps1 │ ├── FabricBuilder.ps1 │ ├── Fixdedup.ps1 │ └── fabricdownloader.ps1 ├── Titan_Fabric ├── AzureStackHCI-CrossDomain-Migration-Script-1.0.ps1 ├── Dev_Install_2NodeS2D_No_Config.ps1 ├── PRO_Intstall_SQL2019_Local-SH.ps1 ├── Prod_DomainBuilder_1.0-SH.ps1 ├── Prod_FabBuilder_Post_Cleanup.ps1 ├── Prod_FabricBuilder_1.0-SH.ps1 ├── Prod_FabricBuilder_1.0.ps1 ├── Prod_FabricBuilder_2.0.ps1 ├── Prod_Force_WindowsUpdates_All_VMS.ps1 ├── Prod_Install-SQL2019-SH.ps1 ├── Prod_Install-SQL2019AGPreReqs-SH.ps1 ├── Prod_Install-VMWUUpdates.ps1 ├── Prod_Install_Parallels_PRAS.ps1 └── Prod_Nic_MGMT.ps1 ├── Veeam ├── Install-Veeam-HyperV.ps1 ├── Veeam-BuildScriptforDataON5212-BackupandReplicaServer.ps1 ├── Veeam-CreateAllBackup-ReplicaJobs.ps1 ├── Veeam-RestartWanAccelServices.ps1 ├── Veeam-WeeklyBackupAudit-Hyper-V-Report.ps1 ├── Veeam-WeeklyDR-GHOST-Audit-Hyper-V-Report.ps1 └── Veeam-WeeklyDRAudit-Hyper-V-Report.ps1 ├── WDS └── WDS_Weekly_Status.ps1 ├── WSUS └── Install-WSUS.ps1 ├── WVD ├── CheckuserlogonsessionHistory.ps1 ├── HandyCommands.ps1 └── showrdpconnections.ps1 └── Windows10 └── remove-default-apps.ps1 /Active Directory/CyberDefense_ForcePasswordResetAllAccountsAD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/CyberDefense_ForcePasswordResetAllAccountsAD.ps1 -------------------------------------------------------------------------------- /Active Directory/DisableStrictNameChecking.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/DisableStrictNameChecking.ps1 -------------------------------------------------------------------------------- /Active Directory/FindNewlyCreatedUsersinAD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/FindNewlyCreatedUsersinAD.ps1 -------------------------------------------------------------------------------- /Active Directory/Fix Defender Identity NPCAP Sensor reinstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/Fix Defender Identity NPCAP Sensor reinstall.ps1 -------------------------------------------------------------------------------- /Active Directory/GMSA_ScheduledTask_MonitorADG.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/GMSA_ScheduledTask_MonitorADG.ps1 -------------------------------------------------------------------------------- /Active Directory/GroupPolicyClientHealthReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/GroupPolicyClientHealthReport.ps1 -------------------------------------------------------------------------------- /Active Directory/Hands-On-Labs-TechmentorRedmond2022-Labcommands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/Hands-On-Labs-TechmentorRedmond2022-Labcommands.txt -------------------------------------------------------------------------------- /Active Directory/Invoke-AdReplication_AllDCs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/Invoke-AdReplication_AllDCs.ps1 -------------------------------------------------------------------------------- /Active Directory/MONITOR-ADG-ScheduledTaskSetup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/MONITOR-ADG-ScheduledTaskSetup.ps1 -------------------------------------------------------------------------------- /Active Directory/MONITOR-ADG.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/MONITOR-ADG.ps1 -------------------------------------------------------------------------------- /Active Directory/Missing_AD_Subnets_Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/Missing_AD_Subnets_Report.ps1 -------------------------------------------------------------------------------- /Active Directory/OrganizeComputersbyOS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/OrganizeComputersbyOS.ps1 -------------------------------------------------------------------------------- /Active Directory/UltimateADHCwithTestimo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/UltimateADHCwithTestimo.ps1 -------------------------------------------------------------------------------- /Active Directory/Weekly-Health-Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Active Directory/Weekly-Health-Report.ps1 -------------------------------------------------------------------------------- /Azure/ConfigureForceTunneling.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Azure/ConfigureForceTunneling.ps1 -------------------------------------------------------------------------------- /Building Sophos XG using PowerShell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Building Sophos XG using PowerShell.ps1 -------------------------------------------------------------------------------- /Edge/MSEdge Stress Testing and Perf Settings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Edge/MSEdge Stress Testing and Perf Settings.ps1 -------------------------------------------------------------------------------- /Exchange/Exchange2016-HSTS-Hardening.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Exchange/Exchange2016-HSTS-Hardening.ps1 -------------------------------------------------------------------------------- /Exchange/Exchange2019-Pre-Reqs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Exchange/Exchange2019-Pre-Reqs.ps1 -------------------------------------------------------------------------------- /Hyper-V/BaseImageBuilder-V2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/BaseImageBuilder-V2.ps1 -------------------------------------------------------------------------------- /Hyper-V/BaseImageBuilder-V3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/BaseImageBuilder-V3.ps1 -------------------------------------------------------------------------------- /Hyper-V/BaseImageBuilder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/BaseImageBuilder.ps1 -------------------------------------------------------------------------------- /Hyper-V/BaseImageBuilder_V4.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/BaseImageBuilder_V4.ps1 -------------------------------------------------------------------------------- /Hyper-V/BaseImageBuilder_V5.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/BaseImageBuilder_V5.ps1 -------------------------------------------------------------------------------- /Hyper-V/Convert-WindowsImage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/Convert-WindowsImage.ps1 -------------------------------------------------------------------------------- /Hyper-V/Find-HyperVServerFromDomainandVMs-Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/Find-HyperVServerFromDomainandVMs-Report.ps1 -------------------------------------------------------------------------------- /Hyper-V/Hyper-VReportingScript-UpdatedWS2016.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/Hyper-VReportingScript-UpdatedWS2016.ps1 -------------------------------------------------------------------------------- /Hyper-V/HyperVScript-CloudocKIT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/HyperVScript-CloudocKIT.ps1 -------------------------------------------------------------------------------- /Hyper-V/Networking/Configure-Networking-2012r2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Hyper-V/Networking/Configure-Networking-2012r2.ps1 -------------------------------------------------------------------------------- /IIS/iisHSTSforServer2012R2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/IIS/iisHSTSforServer2012R2.ps1 -------------------------------------------------------------------------------- /IIS/iisresetssltoweakdefaults_v13.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/IIS/iisresetssltoweakdefaults_v13.ps1 -------------------------------------------------------------------------------- /IIS/setupiisforsslperfectforwardsecrecy_v3.0.1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/IIS/setupiisforsslperfectforwardsecrecy_v3.0.1.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/LICENSE -------------------------------------------------------------------------------- /MDE/MDE_DUO_Daily_Compliance_Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/MDE/MDE_DUO_Daily_Compliance_Report.ps1 -------------------------------------------------------------------------------- /Office365/802.1xconfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/802.1xconfig.ps1 -------------------------------------------------------------------------------- /Office365/ATP Licensing Provisioning Check.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/ATP Licensing Provisioning Check.ps1 -------------------------------------------------------------------------------- /Office365/ATP-DailyLicenseReportCheck.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/ATP-DailyLicenseReportCheck.ps1 -------------------------------------------------------------------------------- /Office365/ATP-DailyReport-Safelinks-Malware.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/ATP-DailyReport-Safelinks-Malware.ps1 -------------------------------------------------------------------------------- /Office365/ATP-LicenseCheckandCleanup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/ATP-LicenseCheckandCleanup.ps1 -------------------------------------------------------------------------------- /Office365/CheckMailboxmoves.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/CheckMailboxmoves.ps1 -------------------------------------------------------------------------------- /Office365/ExchangeOnline-Fix50GBQuotato100GB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/ExchangeOnline-Fix50GBQuotato100GB.ps1 -------------------------------------------------------------------------------- /Office365/Get-WindowsAutoPilotInfo-Wrapper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/Get-WindowsAutoPilotInfo-Wrapper.ps1 -------------------------------------------------------------------------------- /Office365/IntuneBulkDeviceWipe_Caution.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/IntuneBulkDeviceWipe_Caution.ps1 -------------------------------------------------------------------------------- /Office365/IntuneDevice-PostConfig-802.1x.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/IntuneDevice-PostConfig-802.1x.ps1 -------------------------------------------------------------------------------- /Office365/IntuneDeviceManagement.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/IntuneDeviceManagement.ps1 -------------------------------------------------------------------------------- /Office365/IntuneGetallcommandsGraphAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/IntuneGetallcommandsGraphAPI.ps1 -------------------------------------------------------------------------------- /Office365/IntuneSyncAllDevices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/IntuneSyncAllDevices.ps1 -------------------------------------------------------------------------------- /Office365/RS4_WinATP-Intro-Invoice.docm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/RS4_WinATP-Intro-Invoice.docm -------------------------------------------------------------------------------- /Office365/install.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/install.cmd -------------------------------------------------------------------------------- /Office365/uninstall.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Office365/uninstall.cmd -------------------------------------------------------------------------------- /Performance Troubleshooting/Windows 11 Desktop/Get-LaptopPerfBundle.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Performance Troubleshooting/Windows 11 Desktop/Get-LaptopPerfBundle.ps1 -------------------------------------------------------------------------------- /RDSH/rds-certrequest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/RDSH/rds-certrequest.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/README.md -------------------------------------------------------------------------------- /S2D/Audit-S2D-DailyEmail-wrapper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Audit-S2D-DailyEmail-wrapper.ps1 -------------------------------------------------------------------------------- /S2D/Audit-S2D-DailyEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Audit-S2D-DailyEmail.ps1 -------------------------------------------------------------------------------- /S2D/Demos/BigDemo-Techmentor-Orlando-2018-Azure-Nested.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Demos/BigDemo-Techmentor-Orlando-2018-Azure-Nested.ps1 -------------------------------------------------------------------------------- /S2D/Demos/CreateRandomFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Demos/CreateRandomFiles.ps1 -------------------------------------------------------------------------------- /S2D/Demos/DataOn_3Node_DirectConnect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Demos/DataOn_3Node_DirectConnect.ps1 -------------------------------------------------------------------------------- /S2D/Demos/SmallDemo-Techmentor-Orlando-2018-Azure-Nested.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Demos/SmallDemo-Techmentor-Orlando-2018-Azure-Nested.ps1 -------------------------------------------------------------------------------- /S2D/Demos/TechMentor-Orlando-2017-PhysicalS2DBuild-2Node.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Demos/TechMentor-Orlando-2017-PhysicalS2DBuild-2Node.ps1 -------------------------------------------------------------------------------- /S2D/Download-SuperMicroDrivers.PS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Download-SuperMicroDrivers.PS1 -------------------------------------------------------------------------------- /S2D/Expand 3-Way Mirror CSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Expand 3-Way Mirror CSV.ps1 -------------------------------------------------------------------------------- /S2D/FactoryReset-Clear-NetworkingConfigs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/FactoryReset-Clear-NetworkingConfigs.ps1 -------------------------------------------------------------------------------- /S2D/FactoryReset-Clear-SDSConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/FactoryReset-Clear-SDSConfig.ps1 -------------------------------------------------------------------------------- /S2D/Mellanox-CX3-WinOF-SystemReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Mellanox-CX3-WinOF-SystemReport.ps1 -------------------------------------------------------------------------------- /S2D/PerfTuneDedup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/PerfTuneDedup.ps1 -------------------------------------------------------------------------------- /S2D/Prod_DataON5211i_BackupTarget_SPSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Prod_DataON5211i_BackupTarget_SPSettings.ps1 -------------------------------------------------------------------------------- /S2D/ReportTaskBuilder_V1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/ReportTaskBuilder_V1.ps1 -------------------------------------------------------------------------------- /S2D/S2D-Patching-Process-with Veeam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/S2D-Patching-Process-with Veeam.txt -------------------------------------------------------------------------------- /S2D/StorageSpacesReport-Titan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/StorageSpacesReport-Titan.ps1 -------------------------------------------------------------------------------- /S2D/Switch Configs/Mellanox-SN2100-TOR1-4NodeS2D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Switch Configs/Mellanox-SN2100-TOR1-4NodeS2D.txt -------------------------------------------------------------------------------- /S2D/Switch Configs/Mellanox-SN2100-TOR2-4NodeS2D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Switch Configs/Mellanox-SN2100-TOR2-4NodeS2D.txt -------------------------------------------------------------------------------- /S2D/Test-RDMA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Test-RDMA.ps1 -------------------------------------------------------------------------------- /S2D/Titan Daily Health Report.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/S2D/Titan Daily Health Report.xml -------------------------------------------------------------------------------- /SQL/SQL Server 2019-CIS Security Audit and Hardening.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/SQL/SQL Server 2019-CIS Security Audit and Hardening.sql -------------------------------------------------------------------------------- /Security Baselines/Intune STIG Importer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Security Baselines/Intune STIG Importer.ps1 -------------------------------------------------------------------------------- /Stuff/Cleanup-OldGotoMeetingfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Stuff/Cleanup-OldGotoMeetingfiles.ps1 -------------------------------------------------------------------------------- /Stuff/DKTOPSessions-IgniteDownloader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Stuff/DKTOPSessions-IgniteDownloader.ps1 -------------------------------------------------------------------------------- /System Center/Install-SCDPM-Hyper-V.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/System Center/Install-SCDPM-Hyper-V.ps1 -------------------------------------------------------------------------------- /System Center/Install-SCDPMSQL-Hyper-V.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/System Center/Install-SCDPMSQL-Hyper-V.ps1 -------------------------------------------------------------------------------- /System Center/Install-SCOM-Hyper-V.PS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/System Center/Install-SCOM-Hyper-V.PS1 -------------------------------------------------------------------------------- /System Center/Install-SCVMM-Hyper-V.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/System Center/Install-SCVMM-Hyper-V.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OnlineMay2024/Firewall Rules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OnlineMay2024/Firewall Rules.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OnlineMay2024/Hands-On-Labs-TechmentorOnlineMay2024-Labcommands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OnlineMay2024/Hands-On-Labs-TechmentorOnlineMay2024-Labcommands.txt -------------------------------------------------------------------------------- /Techmentor/HOL-OnlineMay2024/Install-Wordpress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OnlineMay2024/Install-Wordpress.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Cleanup-HOLLAB_WACAPPS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Cleanup-HOLLAB_WACAPPS.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Create-HOLLABVMS_Azure.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Create-HOLLABVMS_Azure.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Create-HOLLABVMS_FromSysPrepImageAzure.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Create-HOLLABVMS_FromSysPrepImageAzure.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Create-HOLLABVMS_RecoveryServicesVaults.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Create-HOLLABVMS_RecoveryServicesVaults.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Enable-AzureARConAzureVMVariable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Enable-AzureARConAzureVMVariable.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Firewall Rules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Firewall Rules.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Fix-HOLLABVMs-HyperVPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Fix-HOLLABVMs-HyperVPermissions.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Hands-On-Labs-TechmentorOnlineMay2024-Labcommands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Hands-On-Labs-TechmentorOnlineMay2024-Labcommands.txt -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Install-AzureArcAzureVM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Install-AzureArcAzureVM.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Install-Wordpress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Install-Wordpress.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Onboard-HOLLABVMS_AZUREARC_BULK.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Onboard-HOLLABVMS_AZUREARC_BULK.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Rename-HOLLABVMs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Rename-HOLLABVMs.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Update-HOLLABVMS_Azure_AllDisks_P30.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Update-HOLLABVMS_Azure_AllDisks_P30.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/Update-HOLLABVMS_Azure_OSDisk_P30.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/Update-HOLLABVMS_Azure_OSDisk_P30.ps1 -------------------------------------------------------------------------------- /Techmentor/HOL-OrlandoNovember2024/sqlworkshops-azuresqllabs-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/HOL-OrlandoNovember2024/sqlworkshops-azuresqllabs-master.zip -------------------------------------------------------------------------------- /Techmentor/Orlando2025/FundamentalsofAZ-NVAs_v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/Orlando2025/FundamentalsofAZ-NVAs_v2.ps1 -------------------------------------------------------------------------------- /Techmentor/Orlando2025/FundamentalsofDNS_v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/Orlando2025/FundamentalsofDNS_v2.ps1 -------------------------------------------------------------------------------- /Techmentor/Redmond2023/BaseImageBuilderv5.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/Redmond2023/BaseImageBuilderv5.ps1 -------------------------------------------------------------------------------- /Techmentor/Redmond2023/FabricBuilder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/Redmond2023/FabricBuilder.ps1 -------------------------------------------------------------------------------- /Techmentor/Redmond2023/Fixdedup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/Redmond2023/Fixdedup.ps1 -------------------------------------------------------------------------------- /Techmentor/Redmond2023/fabricdownloader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Techmentor/Redmond2023/fabricdownloader.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/AzureStackHCI-CrossDomain-Migration-Script-1.0.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/AzureStackHCI-CrossDomain-Migration-Script-1.0.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Dev_Install_2NodeS2D_No_Config.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Dev_Install_2NodeS2D_No_Config.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/PRO_Intstall_SQL2019_Local-SH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/PRO_Intstall_SQL2019_Local-SH.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_DomainBuilder_1.0-SH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_DomainBuilder_1.0-SH.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_FabBuilder_Post_Cleanup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_FabBuilder_Post_Cleanup.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_FabricBuilder_1.0-SH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_FabricBuilder_1.0-SH.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_FabricBuilder_1.0.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_FabricBuilder_1.0.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_FabricBuilder_2.0.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_FabricBuilder_2.0.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_Force_WindowsUpdates_All_VMS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_Force_WindowsUpdates_All_VMS.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_Install-SQL2019-SH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_Install-SQL2019-SH.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_Install-SQL2019AGPreReqs-SH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_Install-SQL2019AGPreReqs-SH.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_Install-VMWUUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_Install-VMWUUpdates.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_Install_Parallels_PRAS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_Install_Parallels_PRAS.ps1 -------------------------------------------------------------------------------- /Titan_Fabric/Prod_Nic_MGMT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Titan_Fabric/Prod_Nic_MGMT.ps1 -------------------------------------------------------------------------------- /Veeam/Install-Veeam-HyperV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Veeam/Install-Veeam-HyperV.ps1 -------------------------------------------------------------------------------- /Veeam/Veeam-BuildScriptforDataON5212-BackupandReplicaServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Veeam/Veeam-BuildScriptforDataON5212-BackupandReplicaServer.ps1 -------------------------------------------------------------------------------- /Veeam/Veeam-CreateAllBackup-ReplicaJobs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Veeam/Veeam-CreateAllBackup-ReplicaJobs.ps1 -------------------------------------------------------------------------------- /Veeam/Veeam-RestartWanAccelServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Veeam/Veeam-RestartWanAccelServices.ps1 -------------------------------------------------------------------------------- /Veeam/Veeam-WeeklyBackupAudit-Hyper-V-Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Veeam/Veeam-WeeklyBackupAudit-Hyper-V-Report.ps1 -------------------------------------------------------------------------------- /Veeam/Veeam-WeeklyDR-GHOST-Audit-Hyper-V-Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Veeam/Veeam-WeeklyDR-GHOST-Audit-Hyper-V-Report.ps1 -------------------------------------------------------------------------------- /Veeam/Veeam-WeeklyDRAudit-Hyper-V-Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Veeam/Veeam-WeeklyDRAudit-Hyper-V-Report.ps1 -------------------------------------------------------------------------------- /WDS/WDS_Weekly_Status.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/WDS/WDS_Weekly_Status.ps1 -------------------------------------------------------------------------------- /WSUS/Install-WSUS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/WSUS/Install-WSUS.ps1 -------------------------------------------------------------------------------- /WVD/CheckuserlogonsessionHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/WVD/CheckuserlogonsessionHistory.ps1 -------------------------------------------------------------------------------- /WVD/HandyCommands.ps1: -------------------------------------------------------------------------------- 1 | #Other handy WVD Commands 2 | 3 | qwinsta 4 | 5 | qprocess /id:5 6 | 7 | -------------------------------------------------------------------------------- /WVD/showrdpconnections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/WVD/showrdpconnections.ps1 -------------------------------------------------------------------------------- /Windows10/remove-default-apps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkawula/Operations/HEAD/Windows10/remove-default-apps.ps1 --------------------------------------------------------------------------------