windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

This repo is used to contribute to Windows 10, Windows Server 2016, and MDOP PowerShell module documentation.

Results 242 windows-powershell-docs issues
Sort by recently updated
recently updated
newest added

Hello! I´ve recently used this powershell command and I wanted to let you know that there is a problem with the text. I´ve copy-pasted the commands I needed in order...

doc-bug

I and other fellow colleagues are experiencing that our PowerShell session unexpected closes the running sessions when we execute "Get-MpComputerStatus" I don't see that behavior being described in the documentation....

doc-enhancement

For "Example 2", Instead of generating a file which you then have to leave PowerShell to review, I suggest adding the following example to review the currently assigned certificate, expiration...

doc-enhancement
area-adfs

I'm using the following commands to add a new key to my Secure Boot db: ``` $CurrentTime=Get-Date -Format "yyyy-MM-ddTHH:mm:ssZ";Format-SecureBootUEFI -Name db -SignatureOwner 12345678-1234-1234-1234-123456789abc -FormatWithCert -Certificate .\dbKey.cer -ContentFilePath .\FormattedContent.bin -SignableFilePath GeneratedFileToSign.bin...

product-feedback

It definitely does not create a tier with that name! --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* *...

doc-bug

Just now I executed this command **Enable-TpmAutoProvisioning** in PowerShell with administrator rights on Windows 11 RTM build no 22000.652 Preview , I received the following output **TpmPresent : True TpmReady...

doc-enhancement
area-trustedplatformmodule

Give examples please. I am wasting my time trying to figure this out . --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟...

doc-enhancement

Example for Delay and ExecutionTimeLimit : ``` $TaskTrigger = New-ScheduledTaskTrigger -AtLogOn $TaskTrigger.Delay = "PT1M" $TaskTrigger.ExecutionTimeLimit = "PT18M" ``` Missing: Where is the "PT1M" format documented? I had to get this...

issue-doc-bug
area-scheduledtasks

Hello, I have a c# script code invocation that call a powershell script that use the New-WebAppPool command. ``` The c# code: var targetScriptFilename = Path.Combine(@"c:\temp\", @"Untitled1.ps1"); using (var powerShellInstance...

product-feedback

[フィードバックをこちらに入力してください] Please remove the wording "We do not recommend that you scan network files." Because it misleads the customer. This wording makes me worried that I have to change the...

doc-enhancement
area-defender