Simple Powershell Command

Being Active directory Administrator, you should know what is you Forest Functional level(FFL) and Domain Functional Level(DFL). It is very much required for the applications and add-on features of active directory.

Use below command to get Forest Functional Level(FFL)

                                          Get-ADForest | fl Name,ForestMode

1

Use below command to get Domain Functional Level(DFL)

                                         Get-ADForest | fl Name,DomainMode

2

#DomainController #Domainfunctionallevel #forestfunctionallevel

Author

Leave a comment

Your email address will not be published. Required fields are marked *