System Administrator
System Administrator
  • 63
  • 122 917

Video

IF Else condition if directory does not exist using PowerShell
zhlédnutí 28Před 14 dny
IF Else condition if directory does not exist using PowerShell
If else condition in PowerShell to check service status
zhlédnutí 16Před 14 dny
If else condition in PowerShell to check service status
The DSA operation is unable to proceed because of a DNS lookup failure
zhlédnutí 193Před 2 měsíci
Active directory replication error message: The DSA operation is unable to proceed because of a DNS lookup failure.
Enable AD Recycle Bin
zhlédnutí 66Před 2 měsíci
This video will help you to understand how to enable recycle bin feature in AD to restore deleted AD objects.
Configure systemstate backup
zhlédnutí 69Před 2 měsíci
Configure systemstate backup
Install Windows server backup feature
zhlédnutí 140Před 2 měsíci
How to Install Windows server backup feature
Get ADGroupMember -Recursively
zhlédnutí 123Před 5 měsíci
This video will help you to export all of the members of the nested groups recursively.
Get ADGroupMember
zhlédnutí 251Před 5 měsíci
This command will help to get the members of the AD groups.
Get ADuser enabled or disabled accounts only
zhlédnutí 157Před 9 měsíci
This video will help you to generate or fetch the active directory enabled or disabled accounts.
Get-ADuser -Identity
zhlédnutí 203Před 10 měsíci
This video will shows you how to fetch all the properties for the user accounts in AD using powershell.
Get ADUser
zhlédnutí 400Před 10 měsíci
In this video you will be able to know how to get users properties using PowerShell cmdlet.
New-ADGroup | Create single group or multiple group using PowerShell script
zhlédnutí 447Před rokem
This video will help to create single or multiple security groups using PowerShell cmdlet scripting. #Import CSV which contains group information $groups = Import-Csv ‘c:\grouplist\groups.csv‘ # foreach loop through the CSV foreach ($group in $groups) { $groupproperty = @{ Name = $group.name Path = $group.path GroupScope = $group.scope GroupCategory = $group.category Description = $group.descri...
Get-ADGroup
zhlédnutí 518Před rokem
This video will help you to find security group details in AD.
New-ADOurnizationalUnit | one or multiple OU creation using powershell
zhlédnutí 88Před rokem
This video will help you to understand how to create single and multiple OU;s using powershell command.
Get-OrganizationUnit | Export details in html / CSV / txt file
zhlédnutí 76Před rokem
Get-OrganizationUnit | Export details in html / CSV / txt file
Get-ADOrgnizationalUnit
zhlédnutí 108Před rokem
Get-ADOrgnizationalUnit
Get-ComputerInfo
zhlédnutí 264Před rokem
Get-ComputerInfo
PowerShell 2
zhlédnutí 200Před rokem
PowerShell 2
PowerShell 1
zhlédnutí 198Před rokem
PowerShell 1
Event ID's for Active Directory account creation/deletion/enabled/disabled/modified/password changed
zhlédnutí 2,5KPřed rokem
Event ID's for Active Directory account creation/deletion/enabled/disabled/modified/password changed
Active Directory Replication Commands
zhlédnutí 5KPřed rokem
Active Directory Replication Commands
Map Network drive using Group Policy Windows server 2012
zhlédnutí 895Před rokem
Map Network drive using Group Policy Windows server 2012
How to split drives
zhlédnutí 153Před rokem
How to split drives
Delegation control on Active Directory.
zhlédnutí 1,9KPřed rokem
Delegation control on Active Directory.
IT Service Desk Interview questions
zhlédnutí 1,4KPřed rokem
IT Service Desk Interview questions
Help Desk | Help Desk Support | Help Desk Process | Help Desk responsibilities
zhlédnutí 93Před rokem
Help Desk | Help Desk Support | Help Desk Process | Help Desk responsibilities
DHCP Server Configuration | DHCP Scope Creation
zhlédnutí 1,5KPřed rokem
DHCP Server Configuration | DHCP Scope Creation
What is DHCP Dynamic Host Configuration Protocol
zhlédnutí 400Před rokem
What is DHCP Dynamic Host Configuration Protocol
How to configure Reverse lookup zone in DNS
zhlédnutí 1KPřed rokem
How to configure Reverse lookup zone in DNS

Komentáře

  • @elangoramalingam667
    @elangoramalingam667 Před 23 dny

    is it possible to transfer fsmo rules from 2008server to server2019 directly

  • @miltonmaj
    @miltonmaj Před měsícem

    Great video! thanks!

  • @jastona4576
    @jastona4576 Před 2 měsíci

    Thank

  • @rahulprabhakar7886
    @rahulprabhakar7886 Před 2 měsíci

    Hi our one static dns entry is deleted last week but it's automatically creating again and again.

  • @avinash0072355
    @avinash0072355 Před 3 měsíci

    Issue is now fixed. Thanks again for this awesome video!

  • @avinash0072355
    @avinash0072355 Před 3 měsíci

    New-ADGroup : Cannot validate argument on parameter 'GroupCategory'. The argument is null. Provide a valid value for the argument, and then try running the command again. At line:16 char:17 + New-ADGroup @groupproperty + ~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [New-ADGroup], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.ActiveDirectory.Management.Commands.NewADGroup ********************************************************************************************************************************************************* $groups = Import-Csv -Path 'C:\Temp\Security group\SecurityGroups.csv'| ft foreach ($group in $groups) { $groupproperty = @{ Name = $group.name Path = $group.path GroupScope = $group.scope GroupCategory = $group.category Description = $group.description } New-ADGroup @groupproperty } Could you please correct me - I have been getting error message

  • @dr3.official
    @dr3.official Před 3 měsíci

    Thnkx brother

  • @ONLYPROMOTER
    @ONLYPROMOTER Před 3 měsíci

    1 dc mo kya helth check kr rho ho

  • @dkingori06
    @dkingori06 Před 3 měsíci

    This is very helpful thankyou. However when I define the local users and groups to update the password the password and confirm password fields are greyed out. cannot change. Is it a rights issue maybe. The account I'm using to log-in.

  • @Trailflix
    @Trailflix Před 4 měsíci

    it still says ''asses dinied''

  • @rajirajitha6693
    @rajirajitha6693 Před 4 měsíci

    Nice explanation😊

  • @CreaFlare
    @CreaFlare Před 5 měsíci

    it still needs pass

    • @Trailflix
      @Trailflix Před 4 měsíci

      yoo, were you successful?

  • @bay3450
    @bay3450 Před 5 měsíci

    Hello System Administrator, the event ID 4740 is always related to account out?

  • @user-vd1fk2hk5k
    @user-vd1fk2hk5k Před 5 měsíci

    greate :) sir.. i need a command to get all members who have access to a folder in file server. how is that??

  • @titlibhakta6271
    @titlibhakta6271 Před 5 měsíci

    Thank you for this video 😊

  • @user-zh9nt5lv7d
    @user-zh9nt5lv7d Před 6 měsíci

    Very helpful. Thank you

  • @rajhk7647
    @rajhk7647 Před 7 měsíci

    where’s your answer

  • @amiteshprasad6403
    @amiteshprasad6403 Před 7 měsíci

    How do we add again?

  • @shailendravishwakarma9335
    @shailendravishwakarma9335 Před 9 měsíci

    The way you explained, is just simply superb!

  • @richard_nave
    @richard_nave Před 9 měsíci

    Thank you for a clear, well constructed and educational tutorial. Please keep up the great work!

  • @donnellm.caldwell2212
    @donnellm.caldwell2212 Před 10 měsíci

    HI. I was wondering if I can ask a question and hopefully get some help. I ran the repadmin /replsum and got an error that says the Target principle name is incorrect. I'm new with dc replication. But I found a solution that said use the following command replacing these name with my domain controllers. Repadmin /replicate ContosoDC2.contoso.com ContosoDC1.contoso.com "DC=contoso,DC=com". What I'm confused on is the "DC=contoso,DC=com". Do I type the information exactly with or without the quotes and what infomation goes in that field?

  • @supriyochatterjee4095
    @supriyochatterjee4095 Před 10 měsíci

    Excellent information Sir, wish to see everything for Powershell for Windows Server Administration, Active Directory Administration, VMWARE Administration using powershell in details, keep making the most awesome contents very very helpful

  • @parfeit1
    @parfeit1 Před 10 měsíci

    thank you

  • @TheBortushar
    @TheBortushar Před 11 měsíci

    Thanks 👍 please make video if any of these test will be failed thats also very helpful to us

  • @charithareddy33
    @charithareddy33 Před 11 měsíci

    Good explanation

  • @billsheridan7436
    @billsheridan7436 Před rokem

    Is there a command string that will allow me to look at what users have access to directories. IE: at root run a command that will list every directory below and who has access? Trying to cleanup access rights that were given incorrectly.

    • @systemadministrator9626
      @systemadministrator9626 Před rokem

      shellgeek.com/powershell-how-to-get-permissions-on-folders-and-subfolders/#:~:text=To%20get%20NTFS%20permissions%20report,control%20list%20for%20the%20directory.&text=In%20the%20above%20example%2C%20the,here%20in%20C%3A%5CTemp.

    • @systemadministrator9626
      @systemadministrator9626 Před 5 měsíci

      Yes there is, will create video for it soon.

  • @yS-ps4bs
    @yS-ps4bs Před rokem

    Hi... How I can lock computer by computer name from AD?

  • @kakumusic6532
    @kakumusic6532 Před rokem

    Why in my password section was gray and can't type in to change password ?

  • @Beast_AD10xxx
    @Beast_AD10xxx Před rokem

    what if we just install role and not promoting ? although in different case we only installed roles like DNS, dhcp telnet etc but we don't promote it why we have to promote in AD ?

  • @user-vd1fk2hk5k
    @user-vd1fk2hk5k Před rokem

    drink water before recording.... your (ehhhmmm) was annoying!

  • @AjayGuPta-eq3gb
    @AjayGuPta-eq3gb Před rokem

    what is user dont remember what application or browser he used his password.

  • @dilipbhagat235
    @dilipbhagat235 Před rokem

    Good one for beginners.

  • @GokulG7
    @GokulG7 Před rokem

    Great! Sir , please create a WhatsApp group

  • @FIAFYf16
    @FIAFYf16 Před rokem

    when i enable Recycle, can i restore deleted organization unit before one week

  • @IamSahilVerma
    @IamSahilVerma Před rokem

    Is there a powershell to query only dynamic records ? The one I am getting online doesn’t seems to be tested one. Thx

  • @supriyochatterjee4095

    Great information Sir, kindly make a video on how to retrieve and get all Windows Server, Active Directory configuration informations using Powershell

  • @shaikghousekdp1
    @shaikghousekdp1 Před rokem

    Super Sir

  • @EstebanDenon
    @EstebanDenon Před rokem

    How can we find sources when caller computer name is empty?

    • @systemadministrator9626
      @systemadministrator9626 Před rokem

      There might be the issue is with non-interactive logon. To identify correct computer name you can enable netlogon logging. you can refer below video czcams.com/video/FBNScTWDKU0/video.html

  • @satishduggirala2505

    Thanks a lot ... Could you please make a video on Windows Services monitoring and health check

    • @systemadministrator9626
      @systemadministrator9626 Před rokem

      Thank you for reply, yes I have started uploading videos of PowerShell commands and scripting.

  • @aljurassic8905
    @aljurassic8905 Před rokem

    Sir do u have a video that locked the ip adress of server ,so that the client cannot duplicate the ip adress of the server?

  • @chimmajhulewala9522

    Thanks brother, very useful clip.

  • @WajidsKhan
    @WajidsKhan Před rokem

    kindly share the command in link.

  • @malavdhimmar
    @malavdhimmar Před rokem

    Thanks man !!!

  • @pratapgaikwad1195
    @pratapgaikwad1195 Před rokem

    Nice Knowledge📚...

  • @durgeshdhoble9280
    @durgeshdhoble9280 Před rokem

    Vry nice video I have query or my question How i acess my windows server 19 to multiple user without sign outing running user or different machine Is it applying any group policy or any permission Agar is par app ek video creat kar doge bahut help ho jayegi

  • @nanadedkarbalaji793

    Very nice 👍👍

  • @anilkupanwar8435
    @anilkupanwar8435 Před rokem

    👍👍🙏🙏

  • @pratapgaikwad1195
    @pratapgaikwad1195 Před rokem

    Good.... Qsn-Ans

  • @pratapgaikwad1195
    @pratapgaikwad1195 Před rokem

    Nice vdo for knowledge📚