PowerShell : Network profil
Regedit Local Security Policy Security settings\Network List Manage …\ PowerShell Get-NetConnectionProfile Change the network interface to private, use the network interface index number from the...
View ArticleWindows Version
Operating system Version number Windows 10 10.0* Windows Server 2016 Technical Preview 10.0* Windows 8.1 6.3 Windows Server 2012 R2 6.3 Windows 8 6.2 Windows Server 2012 6.2 Windows 7 6.1 Windows...
View ArticleMS cluster link
Useful Sources Blog: Cluster Team: http://blogs.msdn.com/clustering/ Clustering Forum (2008 R2) Cluster Technical Resources Multi-Site Clustering · Blog: Multi-Site Cluster Communications Connectivity...
View ArticleTest Active Directory en vrac
– Réplication AD : Repadmin /replsum pour la forêt Repadmin /showrepl au niveau des dc Repadmin /removelingeringobjects SIN1ADC03 /advisory_mode – Réplication du SYSVOL : SONAR – Ultrasound –...
View ArticleExemple calcul pour capacity planning
· 8 Serveurs HP ProLiant BL460c Gen9 : – 2x Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz 12 Cores – 512Go RAM – 1x HP QMH2672 16Gb FC HBA for BladeSystem c-Class dual...
View ArticleRemote : Powershell
#region Interactive PSSession help Enter-PSSession -ShowWindow enter-pssession chi-dc02 -Credential globomantics\administrator hostname whoami get-process | sort ws -desc | select -first 3 #you...
View ArticlePowerShell : example
Measure-VMReplication | gm -MemberType Properties To Execute Script powershell.exe –noexit &”c:\myscript.ps1” gci C:\thomas | where {$_.Length -gt 1000} | Sort-Object -Property name gci |...
View ArticlePowerShell : error
* All output 1 Success output 2 Errors 3 Warning messages 4 Verbose output 5 Debug messages Operator Description Example ——– ———————- —————————— > Sends...
View ArticlePowerShell : Alias
Gci Get-childitem Gdr Get-drive Ghy get-history Where where-object Gm Get-member Cmdlet de base avec alias : Get-Command Informations de base sur les commandes gcm Get-Help Aide de base (utiliser...
View ArticleErreur SCHANNEL event id 36887
10 = TLS1_ALERT_UNEXPECTED_MESSAGE 20 = TLS1_ALERT_BAD_RECORD_MAC 46 = TLS1_ALERT_CERTIFICATE_UNKNOWN 48 = TLS1_ALERT_UNKNOWN_CA Clearing up Event 36887 – Schannel The following fatal alert was...
View ArticleFiler mgmt Best practice secu
Filer management is a sensitive activity due to the following reasons File servers datas are critical for the business File servers are used by the applications One critical point is also related to...
View ArticleToken size : clé de registre à modifier
Token size calulation =1200+(40 x nb groupe DL)+(8*nb groupe (G + U)) Computer Conf / Preferences, Windows Settings / New Registry Item / Create / HKEY_LOCAL_MACHINE. /...
View ArticleToken size : explication et contenu
Contenu d’un jeton d’accès An access token is re-created every time a security principal is authenticated (logs on), and it contains the following information used for accessing resources: The SID for...
View ArticleToken : How Access Tokens Work (technet)
When a user is authenticated, the Local Security Authority (LSA) creates an access token — in this case, a primary access token — for that user. An access token contains a security identifier (SID) for...
View ArticleToken size : group count
http://www.jhouseconsulting.com/2013/12/20/script-to-create-a-kerberos-token-size-report-1041 This PowerShell script will enumerate all user accounts in a Domain, calculate their estimated Token Size...
View ArticleToken size : Powershell script (checkMaxtokenSize)
########################################################## # CheckMaxTokenSize.ps1 # # Description: Query for all token items (groups, SIDs, SIDHistory) and calculate an # estimated current token size...
View ArticleToken size: PowerShell script tro read his own token
############################################## # Script to read his own token ############################################## $token = [System.Security.Principal.WindowsIdentity]::GetCurrent() $token...
View ArticleToken size ; powershell script bulk registry check and modify
######################################################### # DATE : 01-06-2017 # # This script does a bulk registry remote check and modification if need # # PREREQUISUITE : AD and PowerShell ISE...
View ArticleLiens SCM
SCM Blog SCM Forums Security Compliance Manager Demo TechNet Edge: Security Compliance Manager with Microsoft Product Unit Manager Chase Carpenter Technet Security Compliance Manager (SCM) Microsoft...
View ArticleToken size : liens
Liens Groupes nested group https://blogs.technet.microsoft.com/askds/2012/09/12/maxtokensize-and-windows-8-and-windows-server-2012/...
View Article