PSingletary
Follow
🔍
Search
Pinned Loading
-
Get the password expiration date of ...
Get the password expiration date of a samAccountName (AD User object) 1<#
2.SYNOPSIS
3Gets samaccountname password expiration date
4.DESCRIPTION
5Quickly determine the password expiration date of an Ad User account:
-
Find out when your Password Expires ...
Find out when your Password Expires (PowerShell Module) - Source: https://blogs.msdn.microsoft.com/adpowershell/2010/02/26/find-out-when-your-password-expires/ 1function Get-XADUserPasswordExpirationDate() {
23Param ([Parameter(Mandatory=$true, Position=0, ValueFromPipeline=$true, HelpMessage="Identity of the Account")]
45[Object] $accountIdentity)
-
OPML for my shopping rss feeds
OPML for my shopping rss feeds 1<?xml version="1.0" encoding="UTF-8"?>
23<opml version="1.0">
4<head>
5<title>Shopping RSS feeds</title>
-
Format-Date8601.ps1
Format-Date8601.ps1 1$sISO8601 = Get-Date -format s
-
Generate-pswd.ps1
Generate-pswd.ps1 1#Source characters ABCDEGHJKLNPSTUYZ=# acdeghiknopstuyz23456789
2#Arrays
3$array4word = "able", "case", "come", "fact", "find", "give", "hand", "have", "high", "into", "know", "last", "life", "long", "make", "next", "over", "part", "same", "take", "that", "they", "this", "time", "want", "with", "work", "year"
4$array5word = "about", "after", "child", "early", "first", "great", "group", "large", "leave", "other", "place", "right", "their", "there", "thing", "think", "woman", "world", "would", "young"
5$arraySpecial = "#", " ", "="
-
NCSC-pwauditor-1.2.1
NCSC-pwauditor-1.2.1 Publichttps://www.ncsc.gov.uk/blog-post/spray-you-spray-me-defending-against-password-spraying-attacks
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.