├── .gitattributes ├── .gitignore ├── .vscode └── settings.json ├── AD-COMPUTER-Get-DomainComputer └── Get-DomainComputer.ps1 ├── AD-COMPUTER-New-ADDomainJoin ├── New-ADDomainJoin.ps1 ├── djoin_2008.cs └── djoin_2012.cs ├── AD-FSMO-Get-ADFSMORole └── AD-FSMO-Get-ADFSMORole.ps1 ├── AD-GPO-Get-ADGPOReplication ├── AD-GPO-Get-ADGPOReplication.ps1 ├── README.MD └── images │ ├── Get-ADGPOReplication01.png │ └── Get-ADGPOReplication_OutGridView.png ├── AD-GROUP-Get-NestedMember └── AD-GROUP-Get-NestedMember.ps1 ├── AD-GROUP-Get-ParentGroup └── AD-GROUP-Get-ParentGroup.ps1 ├── AD-GROUP-Monitor_MemberShip ├── AD-GROUP-Monitor_MemberShip.ps1 └── README.md ├── AD-OBJECT-Get-ADSITokenGroup └── Get-ADSITokenGroup.ps1 ├── AD-SITE-Add-ADSubnet(ADSI) ├── AD-Subnets_template.csv └── Add-ADSubnet.ps1 ├── AD-SITE-Find_Missing_Subnets └── AD-Find_missing_subnets_in_ActiveDirectory.ps1 ├── AD-SITE-Get-ADSIComputerSite └── Get-ADSIComputerSite.ps1 ├── AD-SITE-Get-ADSiteInventory └── Get-ADSiteInventory.ps1 ├── AD-SITE-Get_Site_and_Subnets └── Get-ADSiteAndSubnet.ps1 ├── AD-TOOL-Test-ADCredential └── Test-ADCredential.ps1 ├── AD-USER-Get-ADDirectReport └── Get-ADDirectReport.ps1 ├── AD-USER-Get-AccountLockedOut └── AD-USER-Get-AccountLockedOut.ps1 ├── AD-USER-Report_Expiring_users └── AD-USER-Report_Expiring_users.ps1 ├── AZURE-APIM-Publish_API_Definitions_Swagger └── AZURE-APIM-Publish_API_Definitions_Swagger.ps1 ├── AZURE-AppService-Update_RestrictionIP ├── AppService-Update_RestrictionIP.ps1 └── source.csv ├── AZURE-AppService-WebApps_without_VNETIntegration └── WebApps_without_VNETIntegration.ps1 ├── AZURE-Get-AzToken └── Get-AzToken.ps1 ├── AZURE-Get-AzureIPRangesAndServiceTags └── Get-AzureIPRangesAndServiceTags.ps1 ├── AZURE-Get-PolicyComplianceData └── Get-PolicyComplianceData.ps1 ├── AZURE-Policy-Invoke-ComplianceEvaluation ├── Invoke-ComplianceEvaluation.ps1 └── readme.md ├── AZURE-Policy-allow_resource_type └── policy-allow_resource_type.ps1 ├── EXCHANGE-Connect-ExchangeOnPremises └── Connect-ExchangeOnPremises.ps1 ├── EXCHANGE-Connect-ExchangeOnline └── Connect-ExchangeOnline.ps1 ├── LICENSE.md ├── O365-Connect-Office365 └── Connect-Office365.ps1 ├── O365-GROUP-Get-DistributionGroupRecursive └── O365-GROUP-Get-DistributionGroupRecursive.ps1 ├── O365-Get-O365CalendarEvent ├── O365-Get-O365CalendarEvent.ps1 ├── README.md └── images │ └── Get-O365CalendarEvent.png ├── O365-Update-O365UserUPNSuffix └── Update-O365UserUPNSuffix.ps1 ├── README.md ├── SAPIEN-PowerShellStudio-themes └── EditorPresets │ ├── LazyWinAdmin-Dark Theme-2-Font_AnonymousPro.preset │ ├── LazyWinAdmin-Dark Theme-2.preset │ └── LazyWinAdmin-Dark Theme.preset ├── SCCM-Add-SCCMGroupDeviceAffinity └── Add-SCCMGroupDeviceAffinity.ps1 ├── SCCM-Add-SCCMUserDeviceAffinity └── Add-SCCMUserDeviceAffinity.ps1 ├── SCCM-Get-SCCMClientCacheInformation └── Get-SCCMClientCacheInformation.ps1 ├── SCCM-Get-SCCMDeviceCollectionDeployment └── Get-SCCMDeviceCollectionDeployment.ps1 ├── SCCM-Get-SCCMUserCollectionDeployment └── Get-SCCMUserCollectionDeployment.ps1 ├── SCCM-New-SCCMDeviceVariable └── New-SCCMDeviceVariable.ps1 ├── SCCM-New-SCCMTSAppVariable └── New-SCCMTSAppVariable.ps1 ├── SCCM-Remove-SCCMUserDeviceAffinity └── Remove-SCCMUserDeviceAffinity.ps1 ├── SCCM-Set-SCCMClientCacheLocation └── Set-SCCMClientCacheLocation.ps1 ├── SCCM-Set-SCCMClientCacheSize └── Set-SCCMClientCacheSize.ps1 ├── SCSM-Add-SCSMReviewActivityReviewer └── Add-SCSMReviewActivityReviewer.ps1 ├── SCSM-Add-SCSMSRComment └── Add-SCSMSRComment.ps1 ├── SCSM-Add-SCSMServiceRequestComment └── Add-SCSMServiceRequestComment.ps1 ├── SCSM-Get-SCSMIRComment └── Get-SCSMIRComment.ps1 ├── SCSM-Get-SCSMIncidentRequestComment └── Get-SCSMIncidentRequestComment.ps1 ├── SCSM-Get-SCSMObjectPrefix ├── Get-SCSMObjectPrefix.png └── Get-SCSMObjectPrefix.ps1 ├── SCSM-Get-SCSMReviewActivityReviewer └── Get-SCSMReviewActivityReviewer.ps1 ├── SCSM-Get-SCSMServiceRequestComment └── Get-SCSMServiceRequestComment.ps1 ├── SCSM-Get-SCSMUserManager └── Get-SCSMUserManager.ps1 ├── SCSM-Get-SCSMWorkItemAffectedCI └── Get-SCSMWorkItemAffectedCI.ps1 ├── SCSM-Get-SCSMWorkItemAffectedUser └── Get-SCSMWorkItemAffectedUser.ps1 ├── SCSM-Get-SCSMWorkItemAssignedUser └── Get-SCSMWorkItemAssignedUser.ps1 ├── SCSM-Get-SCSMWorkItemChildItem ├── Get-SCSMWorkItemChildItem.ps1 └── Get-SCSMWorkItemChildItemRA.ps1 ├── SCSM-Get-SCSMWorkItemCreatedByUser └── Get-SCSMWorkItemCreatedByUser.ps1 ├── SCSM-Get-SCSMWorkItemParent ├── Get-SCSMWorkItemParent.ps1 ├── README.md └── images │ ├── Get-SCSMWorkItemParent01.jpg │ ├── Get-SCSMWorkItemParent02.jpg │ └── Get-SCSMWorkItemParent03.jpg ├── SCSM-Get-SCSMWorkItemRelatedCI └── Get-SCSMWorkItemRelatedCI.ps1 ├── SCSM-Get-SCSMWorkItemRequestOffering ├── Get-SCSMWorkItemRequestOffering.ps1 └── Readme.md ├── SCSM-Get-SCSMWorkItemUserInput └── Get-SCSMWorkItemUserInput.ps1 ├── SCSM-Set-SCSMMAStatus └── SCSM-Set-SCSMMAStatus.ps1 ├── TOOL-Clean-MacAddress ├── Clean-MacAddress.ps1 ├── Clean-MacAddress01.png └── README.md ├── TOOL-ConvertFrom-Base64 └── ConvertFrom-Base64.ps1 ├── TOOL-ConvertTo-Base64 └── ConvertTo-Base64.ps1 ├── TOOL-ConvertTo-StringList └── ConvertTo-StringList.ps1 ├── TOOL-Disable-RemoteDesktop ├── Disable-RemoteDesktop.png └── Disable-RemoteDesktop.ps1 ├── TOOL-Enable-RemoteDesktop ├── Enable-RemoteDesktop.ps1 └── images │ └── Enable-RemoteDesktop.png ├── TOOL-Expand-GzipFile └── Expand-GzipFile.ps1 ├── TOOL-Expand-ScriptAlias └── Expand-ScriptAlias.ps1 ├── TOOL-Get-AsciiReaction └── Get-AsciiReaction.ps1 ├── TOOL-Get-BatteryStatus └── Get-BatteryStatus.ps1 ├── TOOL-Get-ComputerInfo ├── Get-ComputerInfo-001.png ├── Get-ComputerInfo-002.png ├── Get-ComputerInfo-003.png └── Get-ComputerInfo.ps1 ├── TOOL-Get-ComputerOS └── Get-ComputerOS.ps1 ├── TOOL-Get-HashTableEmptyValue └── Get-HashTableEmptyValue.ps1 ├── TOOL-Get-HashTableNotEmptyValue └── Get-HashTableNotEmptyOrNullValue.ps1 ├── TOOL-Get-HelpMessage └── Get-HelpMessage.ps1 ├── TOOL-Get-ISEShortcut └── Get-ISEShortcut.ps1 ├── TOOL-Get-ImageInformation ├── Get-ImageInformation.ps1 └── readme.md ├── TOOL-Get-LocalAdministrator └── Get-LocalAdministrator.ps1 ├── TOOL-Get-LocalGroup └── Get-LocalGroup.ps1 ├── TOOL-Get-LocalGroupMember └── Get-LocalGroupMember.ps1 ├── TOOL-Get-LocalUser └── Get-LocalUser.ps1 ├── TOOL-Get-LogFast └── Get-LogFast.ps1 ├── TOOL-Get-NetFramework └── Get-NetFramework.ps1 ├── TOOL-Get-NetFrameworkTypeAccelerator └── Get-NetFrameworkTypeAccelerator.ps1 ├── TOOL-Get-NetStat └── Get-NetStat.ps1 ├── TOOL-Get-NetworkLevelAuthentication └── Get-NetworkLevelAuthentication.ps1 ├── TOOL-Get-PSObjectEmptyOrNullProperty └── Get-PSObjectEmptyOrNullProperty.ps1 ├── TOOL-Get-PendingReboot └── Get-PendingReboot.ps1 ├── TOOL-Get-ProcessForeignAddress └── Get-ProcessForeignAddress.ps1 ├── TOOL-Get-ScriptAlias └── Get-ScriptAlias.ps1 ├── TOOL-Get-ScriptDirectory └── Get-ScriptDirectory.ps1 ├── TOOL-Get-StringCharCount └── Get-StringCharCount.ps1 ├── TOOL-Get-StringLastDigit └── Get-StringLastDigit.ps1 ├── TOOL-Get-Uptime └── Get-Uptime.ps1 ├── TOOL-Invoke-Ping └── Invoke-Ping.ps1 ├── TOOL-Lock-Computer └── Lock-Computer.ps1 ├── TOOL-New-CimSmartSession └── New-CimSmartSession.ps1 ├── TOOL-New-DjoinFile ├── New-DjoinFile.ps1 ├── README.md └── media │ └── New-DjoinFile01.png ├── TOOL-New-Password └── New-Password.ps1 ├── TOOL-New-RandomPassword └── New-RandomPassword.ps1 ├── TOOL-New-ScriptMessage └── New-ScriptMessage.ps1 ├── TOOL-Out-Excel └── Out-Excel.ps1 ├── TOOL-Read-ExcelFile ├── Read-ExcelFile-Example_Using_COM.ps1 └── VIDEOSERVER01-BuildSpecs.xlsx ├── TOOL-Remove-HashTableEmptyValue └── Remove-HashTableEmptyValue.ps1 ├── TOOL-Remove-PSObjectEmptyOrNullProperty └── Remove-PSObjectEmptyOrNullProperty.ps1 ├── TOOL-Remove-PSObjectProperty └── Remove-PSObjectProperty.ps1 ├── TOOL-Remove-StringDiacritic └── Remove-StringDiacritic.ps1 ├── TOOL-Remove-StringLatinCharacter └── Remove-StringLatinCharacter.ps1 ├── TOOL-Remove-StringSpecialCharacter └── Remove-StringSpecialCharacter.ps1 ├── TOOL-Repair-ScriptFormat └── Repair-ScriptFormat.ps1 ├── TOOL-Resolve-ShortURL └── Resolve-ShortURL.ps1 ├── TOOL-Send-Email └── TOOL-Send-Email.ps1 ├── TOOL-Set-NetworkLevelAuthentication └── Set-NetworkLevelAuthentication.ps1 ├── TOOL-Set-PowerShellWindowTitle └── Set-PowerShellWindowTitle.ps1 ├── TOOL-Set-RDPDisable └── Set-RDPDisable.ps1 ├── TOOL-Set-RDPEnable └── Set-RDPEnable.ps1 ├── TOOL-Set-RemoteDesktop └── Set-RemoteDesktop.ps1 ├── TOOL-Start-KeyLogger └── Start-KeyLogger.ps1 ├── TOOL-Sync-Wsus-Client └── Sync-WsusClient.ps1 ├── TOOL-Test-IsLocalAdministrator └── Test-IsLocalAdministrator.ps1 ├── TOOL-Test-RemoteDesktopIsEnabled └── Test-RemoteDesktopIsEnabled.ps1 ├── VMWARE-HOST-List_VIB └── VMWARE-HOST-List_VIB.ps1 ├── VMware-STORAGE-Get-VMhostHbaInfo └── Get-VMhostHbaInfo.ps1 ├── _Profiles ├── Microsoft.PowerShell_profile.ps1 └── functions │ ├── Find-Apartment.ps1 │ ├── Get-NetAccelerator.ps1 │ ├── Get-UsefulNetMethod.ps1 │ ├── Launch-AzurePortal.ps1 │ ├── Launch-ExchangeOnline.ps1 │ ├── Launch-InternetExplorer.ps1 │ ├── Launch-Office365Admin.ps1 │ ├── Test-ADCredential.ps1 │ ├── Test-DatePattern.ps1 │ ├── View-Cats.ps1 │ ├── clx.ps1 │ ├── connect-office365.ps1 │ └── show-object.ps1 ├── _Template └── Get-Something.ps1 └── tests ├── AD-TokenGroups_Test.ps1 ├── Add-LocalGroupMember.ps1 └── help.tests.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /AD-COMPUTER-Get-DomainComputer/Get-DomainComputer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-COMPUTER-Get-DomainComputer/Get-DomainComputer.ps1 -------------------------------------------------------------------------------- /AD-COMPUTER-New-ADDomainJoin/New-ADDomainJoin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-COMPUTER-New-ADDomainJoin/New-ADDomainJoin.ps1 -------------------------------------------------------------------------------- /AD-COMPUTER-New-ADDomainJoin/djoin_2008.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-COMPUTER-New-ADDomainJoin/djoin_2008.cs -------------------------------------------------------------------------------- /AD-COMPUTER-New-ADDomainJoin/djoin_2012.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-COMPUTER-New-ADDomainJoin/djoin_2012.cs -------------------------------------------------------------------------------- /AD-FSMO-Get-ADFSMORole/AD-FSMO-Get-ADFSMORole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-FSMO-Get-ADFSMORole/AD-FSMO-Get-ADFSMORole.ps1 -------------------------------------------------------------------------------- /AD-GPO-Get-ADGPOReplication/AD-GPO-Get-ADGPOReplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GPO-Get-ADGPOReplication/AD-GPO-Get-ADGPOReplication.ps1 -------------------------------------------------------------------------------- /AD-GPO-Get-ADGPOReplication/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GPO-Get-ADGPOReplication/README.MD -------------------------------------------------------------------------------- /AD-GPO-Get-ADGPOReplication/images/Get-ADGPOReplication01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GPO-Get-ADGPOReplication/images/Get-ADGPOReplication01.png -------------------------------------------------------------------------------- /AD-GPO-Get-ADGPOReplication/images/Get-ADGPOReplication_OutGridView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GPO-Get-ADGPOReplication/images/Get-ADGPOReplication_OutGridView.png -------------------------------------------------------------------------------- /AD-GROUP-Get-NestedMember/AD-GROUP-Get-NestedMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GROUP-Get-NestedMember/AD-GROUP-Get-NestedMember.ps1 -------------------------------------------------------------------------------- /AD-GROUP-Get-ParentGroup/AD-GROUP-Get-ParentGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GROUP-Get-ParentGroup/AD-GROUP-Get-ParentGroup.ps1 -------------------------------------------------------------------------------- /AD-GROUP-Monitor_MemberShip/AD-GROUP-Monitor_MemberShip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GROUP-Monitor_MemberShip/AD-GROUP-Monitor_MemberShip.ps1 -------------------------------------------------------------------------------- /AD-GROUP-Monitor_MemberShip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-GROUP-Monitor_MemberShip/README.md -------------------------------------------------------------------------------- /AD-OBJECT-Get-ADSITokenGroup/Get-ADSITokenGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-OBJECT-Get-ADSITokenGroup/Get-ADSITokenGroup.ps1 -------------------------------------------------------------------------------- /AD-SITE-Add-ADSubnet(ADSI)/AD-Subnets_template.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-SITE-Add-ADSubnet(ADSI)/AD-Subnets_template.csv -------------------------------------------------------------------------------- /AD-SITE-Add-ADSubnet(ADSI)/Add-ADSubnet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-SITE-Add-ADSubnet(ADSI)/Add-ADSubnet.ps1 -------------------------------------------------------------------------------- /AD-SITE-Find_Missing_Subnets/AD-Find_missing_subnets_in_ActiveDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-SITE-Find_Missing_Subnets/AD-Find_missing_subnets_in_ActiveDirectory.ps1 -------------------------------------------------------------------------------- /AD-SITE-Get-ADSIComputerSite/Get-ADSIComputerSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-SITE-Get-ADSIComputerSite/Get-ADSIComputerSite.ps1 -------------------------------------------------------------------------------- /AD-SITE-Get-ADSiteInventory/Get-ADSiteInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-SITE-Get-ADSiteInventory/Get-ADSiteInventory.ps1 -------------------------------------------------------------------------------- /AD-SITE-Get_Site_and_Subnets/Get-ADSiteAndSubnet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-SITE-Get_Site_and_Subnets/Get-ADSiteAndSubnet.ps1 -------------------------------------------------------------------------------- /AD-TOOL-Test-ADCredential/Test-ADCredential.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-TOOL-Test-ADCredential/Test-ADCredential.ps1 -------------------------------------------------------------------------------- /AD-USER-Get-ADDirectReport/Get-ADDirectReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-USER-Get-ADDirectReport/Get-ADDirectReport.ps1 -------------------------------------------------------------------------------- /AD-USER-Get-AccountLockedOut/AD-USER-Get-AccountLockedOut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-USER-Get-AccountLockedOut/AD-USER-Get-AccountLockedOut.ps1 -------------------------------------------------------------------------------- /AD-USER-Report_Expiring_users/AD-USER-Report_Expiring_users.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AD-USER-Report_Expiring_users/AD-USER-Report_Expiring_users.ps1 -------------------------------------------------------------------------------- /AZURE-APIM-Publish_API_Definitions_Swagger/AZURE-APIM-Publish_API_Definitions_Swagger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-APIM-Publish_API_Definitions_Swagger/AZURE-APIM-Publish_API_Definitions_Swagger.ps1 -------------------------------------------------------------------------------- /AZURE-AppService-Update_RestrictionIP/AppService-Update_RestrictionIP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-AppService-Update_RestrictionIP/AppService-Update_RestrictionIP.ps1 -------------------------------------------------------------------------------- /AZURE-AppService-Update_RestrictionIP/source.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-AppService-Update_RestrictionIP/source.csv -------------------------------------------------------------------------------- /AZURE-AppService-WebApps_without_VNETIntegration/WebApps_without_VNETIntegration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-AppService-WebApps_without_VNETIntegration/WebApps_without_VNETIntegration.ps1 -------------------------------------------------------------------------------- /AZURE-Get-AzToken/Get-AzToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-Get-AzToken/Get-AzToken.ps1 -------------------------------------------------------------------------------- /AZURE-Get-AzureIPRangesAndServiceTags/Get-AzureIPRangesAndServiceTags.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-Get-AzureIPRangesAndServiceTags/Get-AzureIPRangesAndServiceTags.ps1 -------------------------------------------------------------------------------- /AZURE-Get-PolicyComplianceData/Get-PolicyComplianceData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-Get-PolicyComplianceData/Get-PolicyComplianceData.ps1 -------------------------------------------------------------------------------- /AZURE-Policy-Invoke-ComplianceEvaluation/Invoke-ComplianceEvaluation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-Policy-Invoke-ComplianceEvaluation/Invoke-ComplianceEvaluation.ps1 -------------------------------------------------------------------------------- /AZURE-Policy-Invoke-ComplianceEvaluation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-Policy-Invoke-ComplianceEvaluation/readme.md -------------------------------------------------------------------------------- /AZURE-Policy-allow_resource_type/policy-allow_resource_type.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/AZURE-Policy-allow_resource_type/policy-allow_resource_type.ps1 -------------------------------------------------------------------------------- /EXCHANGE-Connect-ExchangeOnPremises/Connect-ExchangeOnPremises.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/EXCHANGE-Connect-ExchangeOnPremises/Connect-ExchangeOnPremises.ps1 -------------------------------------------------------------------------------- /EXCHANGE-Connect-ExchangeOnline/Connect-ExchangeOnline.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/EXCHANGE-Connect-ExchangeOnline/Connect-ExchangeOnline.ps1 -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/LICENSE.md -------------------------------------------------------------------------------- /O365-Connect-Office365/Connect-Office365.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/O365-Connect-Office365/Connect-Office365.ps1 -------------------------------------------------------------------------------- /O365-GROUP-Get-DistributionGroupRecursive/O365-GROUP-Get-DistributionGroupRecursive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/O365-GROUP-Get-DistributionGroupRecursive/O365-GROUP-Get-DistributionGroupRecursive.ps1 -------------------------------------------------------------------------------- /O365-Get-O365CalendarEvent/O365-Get-O365CalendarEvent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/O365-Get-O365CalendarEvent/O365-Get-O365CalendarEvent.ps1 -------------------------------------------------------------------------------- /O365-Get-O365CalendarEvent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/O365-Get-O365CalendarEvent/README.md -------------------------------------------------------------------------------- /O365-Get-O365CalendarEvent/images/Get-O365CalendarEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/O365-Get-O365CalendarEvent/images/Get-O365CalendarEvent.png -------------------------------------------------------------------------------- /O365-Update-O365UserUPNSuffix/Update-O365UserUPNSuffix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/O365-Update-O365UserUPNSuffix/Update-O365UserUPNSuffix.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/README.md -------------------------------------------------------------------------------- /SAPIEN-PowerShellStudio-themes/EditorPresets/LazyWinAdmin-Dark Theme-2-Font_AnonymousPro.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SAPIEN-PowerShellStudio-themes/EditorPresets/LazyWinAdmin-Dark Theme-2-Font_AnonymousPro.preset -------------------------------------------------------------------------------- /SAPIEN-PowerShellStudio-themes/EditorPresets/LazyWinAdmin-Dark Theme-2.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SAPIEN-PowerShellStudio-themes/EditorPresets/LazyWinAdmin-Dark Theme-2.preset -------------------------------------------------------------------------------- /SAPIEN-PowerShellStudio-themes/EditorPresets/LazyWinAdmin-Dark Theme.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SAPIEN-PowerShellStudio-themes/EditorPresets/LazyWinAdmin-Dark Theme.preset -------------------------------------------------------------------------------- /SCCM-Add-SCCMGroupDeviceAffinity/Add-SCCMGroupDeviceAffinity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Add-SCCMGroupDeviceAffinity/Add-SCCMGroupDeviceAffinity.ps1 -------------------------------------------------------------------------------- /SCCM-Add-SCCMUserDeviceAffinity/Add-SCCMUserDeviceAffinity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Add-SCCMUserDeviceAffinity/Add-SCCMUserDeviceAffinity.ps1 -------------------------------------------------------------------------------- /SCCM-Get-SCCMClientCacheInformation/Get-SCCMClientCacheInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Get-SCCMClientCacheInformation/Get-SCCMClientCacheInformation.ps1 -------------------------------------------------------------------------------- /SCCM-Get-SCCMDeviceCollectionDeployment/Get-SCCMDeviceCollectionDeployment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Get-SCCMDeviceCollectionDeployment/Get-SCCMDeviceCollectionDeployment.ps1 -------------------------------------------------------------------------------- /SCCM-Get-SCCMUserCollectionDeployment/Get-SCCMUserCollectionDeployment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Get-SCCMUserCollectionDeployment/Get-SCCMUserCollectionDeployment.ps1 -------------------------------------------------------------------------------- /SCCM-New-SCCMDeviceVariable/New-SCCMDeviceVariable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-New-SCCMDeviceVariable/New-SCCMDeviceVariable.ps1 -------------------------------------------------------------------------------- /SCCM-New-SCCMTSAppVariable/New-SCCMTSAppVariable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-New-SCCMTSAppVariable/New-SCCMTSAppVariable.ps1 -------------------------------------------------------------------------------- /SCCM-Remove-SCCMUserDeviceAffinity/Remove-SCCMUserDeviceAffinity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Remove-SCCMUserDeviceAffinity/Remove-SCCMUserDeviceAffinity.ps1 -------------------------------------------------------------------------------- /SCCM-Set-SCCMClientCacheLocation/Set-SCCMClientCacheLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Set-SCCMClientCacheLocation/Set-SCCMClientCacheLocation.ps1 -------------------------------------------------------------------------------- /SCCM-Set-SCCMClientCacheSize/Set-SCCMClientCacheSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCCM-Set-SCCMClientCacheSize/Set-SCCMClientCacheSize.ps1 -------------------------------------------------------------------------------- /SCSM-Add-SCSMReviewActivityReviewer/Add-SCSMReviewActivityReviewer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Add-SCSMReviewActivityReviewer/Add-SCSMReviewActivityReviewer.ps1 -------------------------------------------------------------------------------- /SCSM-Add-SCSMSRComment/Add-SCSMSRComment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Add-SCSMSRComment/Add-SCSMSRComment.ps1 -------------------------------------------------------------------------------- /SCSM-Add-SCSMServiceRequestComment/Add-SCSMServiceRequestComment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Add-SCSMServiceRequestComment/Add-SCSMServiceRequestComment.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMIRComment/Get-SCSMIRComment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMIRComment/Get-SCSMIRComment.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMIncidentRequestComment/Get-SCSMIncidentRequestComment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMIncidentRequestComment/Get-SCSMIncidentRequestComment.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMObjectPrefix/Get-SCSMObjectPrefix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMObjectPrefix/Get-SCSMObjectPrefix.png -------------------------------------------------------------------------------- /SCSM-Get-SCSMObjectPrefix/Get-SCSMObjectPrefix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMObjectPrefix/Get-SCSMObjectPrefix.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMReviewActivityReviewer/Get-SCSMReviewActivityReviewer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMReviewActivityReviewer/Get-SCSMReviewActivityReviewer.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMServiceRequestComment/Get-SCSMServiceRequestComment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMServiceRequestComment/Get-SCSMServiceRequestComment.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMUserManager/Get-SCSMUserManager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMUserManager/Get-SCSMUserManager.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemAffectedCI/Get-SCSMWorkItemAffectedCI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemAffectedCI/Get-SCSMWorkItemAffectedCI.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemAffectedUser/Get-SCSMWorkItemAffectedUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemAffectedUser/Get-SCSMWorkItemAffectedUser.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemAssignedUser/Get-SCSMWorkItemAssignedUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemAssignedUser/Get-SCSMWorkItemAssignedUser.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemChildItem/Get-SCSMWorkItemChildItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemChildItem/Get-SCSMWorkItemChildItem.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemChildItem/Get-SCSMWorkItemChildItemRA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemChildItem/Get-SCSMWorkItemChildItemRA.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemCreatedByUser/Get-SCSMWorkItemCreatedByUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemCreatedByUser/Get-SCSMWorkItemCreatedByUser.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemParent/Get-SCSMWorkItemParent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemParent/Get-SCSMWorkItemParent.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemParent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemParent/README.md -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemParent/images/Get-SCSMWorkItemParent01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemParent/images/Get-SCSMWorkItemParent01.jpg -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemParent/images/Get-SCSMWorkItemParent02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemParent/images/Get-SCSMWorkItemParent02.jpg -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemParent/images/Get-SCSMWorkItemParent03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemParent/images/Get-SCSMWorkItemParent03.jpg -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemRelatedCI/Get-SCSMWorkItemRelatedCI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemRelatedCI/Get-SCSMWorkItemRelatedCI.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemRequestOffering/Get-SCSMWorkItemRequestOffering.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemRequestOffering/Get-SCSMWorkItemRequestOffering.ps1 -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemRequestOffering/Readme.md: -------------------------------------------------------------------------------- 1 | Test 2 | -------------------------------------------------------------------------------- /SCSM-Get-SCSMWorkItemUserInput/Get-SCSMWorkItemUserInput.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Get-SCSMWorkItemUserInput/Get-SCSMWorkItemUserInput.ps1 -------------------------------------------------------------------------------- /SCSM-Set-SCSMMAStatus/SCSM-Set-SCSMMAStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/SCSM-Set-SCSMMAStatus/SCSM-Set-SCSMMAStatus.ps1 -------------------------------------------------------------------------------- /TOOL-Clean-MacAddress/Clean-MacAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Clean-MacAddress/Clean-MacAddress.ps1 -------------------------------------------------------------------------------- /TOOL-Clean-MacAddress/Clean-MacAddress01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Clean-MacAddress/Clean-MacAddress01.png -------------------------------------------------------------------------------- /TOOL-Clean-MacAddress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Clean-MacAddress/README.md -------------------------------------------------------------------------------- /TOOL-ConvertFrom-Base64/ConvertFrom-Base64.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-ConvertFrom-Base64/ConvertFrom-Base64.ps1 -------------------------------------------------------------------------------- /TOOL-ConvertTo-Base64/ConvertTo-Base64.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-ConvertTo-Base64/ConvertTo-Base64.ps1 -------------------------------------------------------------------------------- /TOOL-ConvertTo-StringList/ConvertTo-StringList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-ConvertTo-StringList/ConvertTo-StringList.ps1 -------------------------------------------------------------------------------- /TOOL-Disable-RemoteDesktop/Disable-RemoteDesktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Disable-RemoteDesktop/Disable-RemoteDesktop.png -------------------------------------------------------------------------------- /TOOL-Disable-RemoteDesktop/Disable-RemoteDesktop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Disable-RemoteDesktop/Disable-RemoteDesktop.ps1 -------------------------------------------------------------------------------- /TOOL-Enable-RemoteDesktop/Enable-RemoteDesktop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Enable-RemoteDesktop/Enable-RemoteDesktop.ps1 -------------------------------------------------------------------------------- /TOOL-Enable-RemoteDesktop/images/Enable-RemoteDesktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Enable-RemoteDesktop/images/Enable-RemoteDesktop.png -------------------------------------------------------------------------------- /TOOL-Expand-GzipFile/Expand-GzipFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Expand-GzipFile/Expand-GzipFile.ps1 -------------------------------------------------------------------------------- /TOOL-Expand-ScriptAlias/Expand-ScriptAlias.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Expand-ScriptAlias/Expand-ScriptAlias.ps1 -------------------------------------------------------------------------------- /TOOL-Get-AsciiReaction/Get-AsciiReaction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-AsciiReaction/Get-AsciiReaction.ps1 -------------------------------------------------------------------------------- /TOOL-Get-BatteryStatus/Get-BatteryStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-BatteryStatus/Get-BatteryStatus.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ComputerInfo/Get-ComputerInfo-001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ComputerInfo/Get-ComputerInfo-001.png -------------------------------------------------------------------------------- /TOOL-Get-ComputerInfo/Get-ComputerInfo-002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ComputerInfo/Get-ComputerInfo-002.png -------------------------------------------------------------------------------- /TOOL-Get-ComputerInfo/Get-ComputerInfo-003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ComputerInfo/Get-ComputerInfo-003.png -------------------------------------------------------------------------------- /TOOL-Get-ComputerInfo/Get-ComputerInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ComputerInfo/Get-ComputerInfo.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ComputerOS/Get-ComputerOS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ComputerOS/Get-ComputerOS.ps1 -------------------------------------------------------------------------------- /TOOL-Get-HashTableEmptyValue/Get-HashTableEmptyValue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-HashTableEmptyValue/Get-HashTableEmptyValue.ps1 -------------------------------------------------------------------------------- /TOOL-Get-HashTableNotEmptyValue/Get-HashTableNotEmptyOrNullValue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-HashTableNotEmptyValue/Get-HashTableNotEmptyOrNullValue.ps1 -------------------------------------------------------------------------------- /TOOL-Get-HelpMessage/Get-HelpMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-HelpMessage/Get-HelpMessage.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ISEShortcut/Get-ISEShortcut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ISEShortcut/Get-ISEShortcut.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ImageInformation/Get-ImageInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ImageInformation/Get-ImageInformation.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ImageInformation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ImageInformation/readme.md -------------------------------------------------------------------------------- /TOOL-Get-LocalAdministrator/Get-LocalAdministrator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-LocalAdministrator/Get-LocalAdministrator.ps1 -------------------------------------------------------------------------------- /TOOL-Get-LocalGroup/Get-LocalGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-LocalGroup/Get-LocalGroup.ps1 -------------------------------------------------------------------------------- /TOOL-Get-LocalGroupMember/Get-LocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-LocalGroupMember/Get-LocalGroupMember.ps1 -------------------------------------------------------------------------------- /TOOL-Get-LocalUser/Get-LocalUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-LocalUser/Get-LocalUser.ps1 -------------------------------------------------------------------------------- /TOOL-Get-LogFast/Get-LogFast.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-LogFast/Get-LogFast.ps1 -------------------------------------------------------------------------------- /TOOL-Get-NetFramework/Get-NetFramework.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-NetFramework/Get-NetFramework.ps1 -------------------------------------------------------------------------------- /TOOL-Get-NetFrameworkTypeAccelerator/Get-NetFrameworkTypeAccelerator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-NetFrameworkTypeAccelerator/Get-NetFrameworkTypeAccelerator.ps1 -------------------------------------------------------------------------------- /TOOL-Get-NetStat/Get-NetStat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-NetStat/Get-NetStat.ps1 -------------------------------------------------------------------------------- /TOOL-Get-NetworkLevelAuthentication/Get-NetworkLevelAuthentication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-NetworkLevelAuthentication/Get-NetworkLevelAuthentication.ps1 -------------------------------------------------------------------------------- /TOOL-Get-PSObjectEmptyOrNullProperty/Get-PSObjectEmptyOrNullProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-PSObjectEmptyOrNullProperty/Get-PSObjectEmptyOrNullProperty.ps1 -------------------------------------------------------------------------------- /TOOL-Get-PendingReboot/Get-PendingReboot.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-PendingReboot/Get-PendingReboot.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ProcessForeignAddress/Get-ProcessForeignAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ProcessForeignAddress/Get-ProcessForeignAddress.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ScriptAlias/Get-ScriptAlias.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ScriptAlias/Get-ScriptAlias.ps1 -------------------------------------------------------------------------------- /TOOL-Get-ScriptDirectory/Get-ScriptDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-ScriptDirectory/Get-ScriptDirectory.ps1 -------------------------------------------------------------------------------- /TOOL-Get-StringCharCount/Get-StringCharCount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-StringCharCount/Get-StringCharCount.ps1 -------------------------------------------------------------------------------- /TOOL-Get-StringLastDigit/Get-StringLastDigit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-StringLastDigit/Get-StringLastDigit.ps1 -------------------------------------------------------------------------------- /TOOL-Get-Uptime/Get-Uptime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Get-Uptime/Get-Uptime.ps1 -------------------------------------------------------------------------------- /TOOL-Invoke-Ping/Invoke-Ping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Invoke-Ping/Invoke-Ping.ps1 -------------------------------------------------------------------------------- /TOOL-Lock-Computer/Lock-Computer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Lock-Computer/Lock-Computer.ps1 -------------------------------------------------------------------------------- /TOOL-New-CimSmartSession/New-CimSmartSession.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-New-CimSmartSession/New-CimSmartSession.ps1 -------------------------------------------------------------------------------- /TOOL-New-DjoinFile/New-DjoinFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-New-DjoinFile/New-DjoinFile.ps1 -------------------------------------------------------------------------------- /TOOL-New-DjoinFile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-New-DjoinFile/README.md -------------------------------------------------------------------------------- /TOOL-New-DjoinFile/media/New-DjoinFile01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-New-DjoinFile/media/New-DjoinFile01.png -------------------------------------------------------------------------------- /TOOL-New-Password/New-Password.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-New-Password/New-Password.ps1 -------------------------------------------------------------------------------- /TOOL-New-RandomPassword/New-RandomPassword.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-New-RandomPassword/New-RandomPassword.ps1 -------------------------------------------------------------------------------- /TOOL-New-ScriptMessage/New-ScriptMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-New-ScriptMessage/New-ScriptMessage.ps1 -------------------------------------------------------------------------------- /TOOL-Out-Excel/Out-Excel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Out-Excel/Out-Excel.ps1 -------------------------------------------------------------------------------- /TOOL-Read-ExcelFile/Read-ExcelFile-Example_Using_COM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Read-ExcelFile/Read-ExcelFile-Example_Using_COM.ps1 -------------------------------------------------------------------------------- /TOOL-Read-ExcelFile/VIDEOSERVER01-BuildSpecs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Read-ExcelFile/VIDEOSERVER01-BuildSpecs.xlsx -------------------------------------------------------------------------------- /TOOL-Remove-HashTableEmptyValue/Remove-HashTableEmptyValue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Remove-HashTableEmptyValue/Remove-HashTableEmptyValue.ps1 -------------------------------------------------------------------------------- /TOOL-Remove-PSObjectEmptyOrNullProperty/Remove-PSObjectEmptyOrNullProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Remove-PSObjectEmptyOrNullProperty/Remove-PSObjectEmptyOrNullProperty.ps1 -------------------------------------------------------------------------------- /TOOL-Remove-PSObjectProperty/Remove-PSObjectProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Remove-PSObjectProperty/Remove-PSObjectProperty.ps1 -------------------------------------------------------------------------------- /TOOL-Remove-StringDiacritic/Remove-StringDiacritic.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Remove-StringDiacritic/Remove-StringDiacritic.ps1 -------------------------------------------------------------------------------- /TOOL-Remove-StringLatinCharacter/Remove-StringLatinCharacter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Remove-StringLatinCharacter/Remove-StringLatinCharacter.ps1 -------------------------------------------------------------------------------- /TOOL-Remove-StringSpecialCharacter/Remove-StringSpecialCharacter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Remove-StringSpecialCharacter/Remove-StringSpecialCharacter.ps1 -------------------------------------------------------------------------------- /TOOL-Repair-ScriptFormat/Repair-ScriptFormat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Repair-ScriptFormat/Repair-ScriptFormat.ps1 -------------------------------------------------------------------------------- /TOOL-Resolve-ShortURL/Resolve-ShortURL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Resolve-ShortURL/Resolve-ShortURL.ps1 -------------------------------------------------------------------------------- /TOOL-Send-Email/TOOL-Send-Email.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Send-Email/TOOL-Send-Email.ps1 -------------------------------------------------------------------------------- /TOOL-Set-NetworkLevelAuthentication/Set-NetworkLevelAuthentication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Set-NetworkLevelAuthentication/Set-NetworkLevelAuthentication.ps1 -------------------------------------------------------------------------------- /TOOL-Set-PowerShellWindowTitle/Set-PowerShellWindowTitle.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Set-PowerShellWindowTitle/Set-PowerShellWindowTitle.ps1 -------------------------------------------------------------------------------- /TOOL-Set-RDPDisable/Set-RDPDisable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Set-RDPDisable/Set-RDPDisable.ps1 -------------------------------------------------------------------------------- /TOOL-Set-RDPEnable/Set-RDPEnable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Set-RDPEnable/Set-RDPEnable.ps1 -------------------------------------------------------------------------------- /TOOL-Set-RemoteDesktop/Set-RemoteDesktop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Set-RemoteDesktop/Set-RemoteDesktop.ps1 -------------------------------------------------------------------------------- /TOOL-Start-KeyLogger/Start-KeyLogger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Start-KeyLogger/Start-KeyLogger.ps1 -------------------------------------------------------------------------------- /TOOL-Sync-Wsus-Client/Sync-WsusClient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Sync-Wsus-Client/Sync-WsusClient.ps1 -------------------------------------------------------------------------------- /TOOL-Test-IsLocalAdministrator/Test-IsLocalAdministrator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Test-IsLocalAdministrator/Test-IsLocalAdministrator.ps1 -------------------------------------------------------------------------------- /TOOL-Test-RemoteDesktopIsEnabled/Test-RemoteDesktopIsEnabled.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/TOOL-Test-RemoteDesktopIsEnabled/Test-RemoteDesktopIsEnabled.ps1 -------------------------------------------------------------------------------- /VMWARE-HOST-List_VIB/VMWARE-HOST-List_VIB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/VMWARE-HOST-List_VIB/VMWARE-HOST-List_VIB.ps1 -------------------------------------------------------------------------------- /VMware-STORAGE-Get-VMhostHbaInfo/Get-VMhostHbaInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/VMware-STORAGE-Get-VMhostHbaInfo/Get-VMhostHbaInfo.ps1 -------------------------------------------------------------------------------- /_Profiles/Microsoft.PowerShell_profile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/Microsoft.PowerShell_profile.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Find-Apartment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Find-Apartment.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Get-NetAccelerator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Get-NetAccelerator.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Get-UsefulNetMethod.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Get-UsefulNetMethod.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Launch-AzurePortal.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Launch-AzurePortal.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Launch-ExchangeOnline.ps1: -------------------------------------------------------------------------------- 1 | function Launch-ExchangeOnline { Invoke-Item "https://outlook.office365.com/ecp/" } -------------------------------------------------------------------------------- /_Profiles/functions/Launch-InternetExplorer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Launch-InternetExplorer.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Launch-Office365Admin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Launch-Office365Admin.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Test-ADCredential.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Test-ADCredential.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/Test-DatePattern.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/Test-DatePattern.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/View-Cats.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/View-Cats.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/clx.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/clx.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/connect-office365.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/connect-office365.ps1 -------------------------------------------------------------------------------- /_Profiles/functions/show-object.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Profiles/functions/show-object.ps1 -------------------------------------------------------------------------------- /_Template/Get-Something.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/_Template/Get-Something.ps1 -------------------------------------------------------------------------------- /tests/AD-TokenGroups_Test.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/tests/AD-TokenGroups_Test.ps1 -------------------------------------------------------------------------------- /tests/Add-LocalGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/tests/Add-LocalGroupMember.ps1 -------------------------------------------------------------------------------- /tests/help.tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazywinadmin/PowerShell/HEAD/tests/help.tests.ps1 --------------------------------------------------------------------------------