Skip to content

Update laps-technical-reference.md #7506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

martinsohn
Copy link

Fixed cmdlet to not include the word 'PowerShell'.
The previous command was wrong:

PS C:\> Update-LapsADSchema PowerShell
Update-LapsADSchema : A positional parameter cannot be found that accepts argument 'PowerShell'.
At line:1 char:1
+ Update-LapsADSchema PowerShell
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Update-LapsADSchema], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.Windows.LAPS.UpdateLapsADSchema

With the fixed command it works:

PS C:\> Update-LapsADSchema

The 'ms-LAPS-Password' schema attribute needs to be added to the AD schema.
Do you want to proceed?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"):

Fixed cmdlet to not include the word 'PowerShell'
@prmerger-automator
Copy link
Contributor

@martinsohn : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit f28a86e:

✅ Validation status: passed

File Status Preview URL Details
WindowsServerDocs/identity/laps/laps-technical-reference.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@Court72
Copy link
Contributor

Court72 commented Sep 20, 2023

@robinharwood, @Xelu86

Can you review the proposed changes?

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Sep 20, 2023
@jay98014
Copy link
Contributor

The fix looks good to me (I am the original author so this is my bug :)).

Would an official "someone" please approve this change for Martin?

@MicrosoftDocs/public-repo-pr-review-team

#signoff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants