Skip to content Navigation Menu Toggle navigation Sign in Appearance settings PlatformAI CODE CREATIONGitHub CopilotWrite better code with AIGitHub Copilot appDirect agents from issue to mergeMCP RegistryNewIntegrate external toolsDEVELOPER WORKFLOWSActionsAutomate any workflowCodespacesInstant dev environmentsIssuesPlan and track workCode ReviewManage code changesAPPLICATION SECURITYGitHub Advanced SecurityFind and fix vulnerabilitiesCode securitySecure your code as you buildSecret protectionStop leaks before they startEXPLOREWhy GitHubDocumentationBlogChangelogMarketplaceView all featuresSolutionsBY COMPANY SIZEEnterprisesSmall and medium teamsStartupsNonprofitsBY USE CASEApp ModernizationDevSecOpsDevOpsCI/CDView all use casesBY INDUSTRYHealthcareFinancial servicesManufacturingGovernmentView all industriesView all solutionsResourcesEXPLORE BY TOPICAISoftware DevelopmentDevOpsSecurityView all topicsEXPLORE BY TYPECustomer storiesEvents & webinarsEbooks & reportsBusiness insightsGitHub SkillsSUPPORT & SERVICESDocumentationCustomer supportCommunity forumTrust centerPartnersView all resourcesOpen SourceCOMMUNITYGitHub SponsorsFund open source developersPROGRAMSSecurity LabMaintainer CommunityAcceleratorGitHub StarsArchive ProgramREPOSITORIESTopicsTrendingCollectionsEnterpriseENTERPRISE SOLUTIONSEnterprise platformAI-powered developer platformAVAILABLE ADD-ONSGitHub Advanced SecurityEnterprise-grade security featuresCopilot for BusinessEnterprise-grade AI featuresPremium SupportEnterprise-grade 24/7 supportPricing Search or jump to... Search code, repositories, users, issues, pull requests... Search Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Saved searches Use saved searches to filter your results more quickly Name Query To see all available qualifiers, see our documentation. Sign in Sign up Appearance settings Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} jserygit / PowerShell Public forked from PowerShell/PowerShell Notifications You must be signed in to change notification settings Fork 0 Star 0 Code Pull requests 0 Actions Projects Security and quality 0 Insights Additional navigation options Code Pull requests Actions Projects Security and quality Insights FilesExpand file tree masterBreadcrumbsPowerShell/.gitignoreCopy pathBlameMore file actionsBlameMore file actions Latest commit HistoryHistoryHistory126 lines (99 loc) · 1.98 KB masterBreadcrumbsPowerShell/.gitignoreCopy pathTopFile metadata and controlsCodeBlame126 lines (99 loc) · 1.98 KBRawCopy raw fileDownload raw fileOpen symbols panelEdit and raw actions123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126bin/obj/.ionide/project.lock.json*-tests.xml/debug//staging//Packages/*.nuget.props # dotnet cli install/uninstall scriptsdotnet-install.ps1dotnet-install.shdotnet-install.sh.*dotnet-uninstall-pkgs.shdotnet-uninstall-debian-packages.sh # VS auto-generated solution files for project.json solutions*.xproj*.xproj.user*.suo # VS auto-generated files for csproj files*.csproj.user # Visual Studio IDE directory.vs/ # VSCode directories that are not at the repository root/**/.vscode/ # Project Rider IDE files.idea.powershell/ # Ignore executables*.exe*.msi*.appx*.msix # Ignore binaries and symbols*.pdb*.dll*.wixpdb # Ignore packages*.deb*.tar.gz*.zip*.rpm*.pkg*.nupkg*.AppImage # default location for produced nuget packages/nuget-artifacts # resgen outputgen # Per repo profile.profile.ps1 # macOS.DS_Store.DocumentRevisions-V100.fseventsd.Spotlight-V100.TemporaryItems.Trashes.VolumeIcon.icns.com.apple.timemachine.donotpresent.AppleDB.AppleDesktopNetwork Trash FolderTemporary Items.apdisk.AppleDouble.LSOverride # TestsResultsTestsResults*.xmlParallelXUnitResults.xmlxUnitResults.xml # Attack Surface Analyzer resultsasa-results/ # Resharper settingsPowerShell.sln.DotSettings.user*.mspStyleCop.Cache # Ignore SelfSignedCertificate autogenerated filestest/tools/Modules/SelfSignedCertificate/ # BenchmarkDotNet artifactstest/perf/BenchmarkDotNet.Artifacts/ # Test generated moduletest/tools/Modules/Microsoft.PowerShell.NamedPipeConnection/ # Test generated startup profileStartupProfileData-NonInteractive # Ignore logfileslogfile/* # Ignore nuget.config because it is dynamically generatednuget.config # Ignore MSBuild Binary Logsmsbuild.binlog # Ignore gzip files in the manpage folderassets/manpage/*.gz # Ignore files and folders generated by some gh cli extensionstmp/*.env.local # Pester test failure analysis results (generated by analyze-pr-test-failures.ps1)**/pester-analysis-*/ # Ignore CTRF report filescrtf/* You can’t perform that action at this time.