- Видео 63
- Просмотров 144 666
System Administrator
Индия
Добавлен 26 ноя 2021
How to log logs in notepad of PowerShell scripts
How to log logs in notepad of PowerShell scripts
Просмотров: 88
Видео
IF Else condition if directory does not exist using PowerShell
Просмотров 475 месяцев назад
IF Else condition if directory does not exist using PowerShell
If else condition in PowerShell to check service status
Просмотров 625 месяцев назад
If else condition in PowerShell to check service status
The DSA operation is unable to proceed because of a DNS lookup failure
Просмотров 9146 месяцев назад
Active directory replication error message: The DSA operation is unable to proceed because of a DNS lookup failure.
Enable AD Recycle Bin
Просмотров 1236 месяцев назад
This video will help you to understand how to enable recycle bin feature in AD to restore deleted AD objects.
Install Windows server backup feature
Просмотров 3807 месяцев назад
How to Install Windows server backup feature
Get ADGroupMember -Recursively
Просмотров 21010 месяцев назад
This video will help you to export all of the members of the nested groups recursively.
Get ADGroupMember
Просмотров 43810 месяцев назад
This command will help to get the members of the AD groups.
Get ADuser enabled or disabled accounts only
Просмотров 228Год назад
This video will help you to generate or fetch the active directory enabled or disabled accounts.
Get-ADuser -Identity
Просмотров 268Год назад
This video will shows you how to fetch all the properties for the user accounts in AD using powershell.
Get ADUser
Просмотров 602Год назад
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
Просмотров 654Год назад
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...
New-ADOurnizationalUnit | one or multiple OU creation using powershell
Просмотров 129Год назад
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
Просмотров 106Год назад
Get-OrganizationUnit | Export details in html / CSV / txt file
Event ID's for Active Directory account creation/deletion/enabled/disabled/modified/password changed
Просмотров 3 тыс.2 года назад
Event ID's for Active Directory account creation/deletion/enabled/disabled/modified/password changed
Active Directory Replication Commands
Просмотров 6 тыс.2 года назад
Active Directory Replication Commands
Map Network drive using Group Policy Windows server 2012
Просмотров 1,1 тыс.2 года назад
Map Network drive using Group Policy Windows server 2012
Delegation control on Active Directory.
Просмотров 2,5 тыс.2 года назад
Delegation control on Active Directory.
IT Service Desk Interview questions
Просмотров 1,5 тыс.2 года назад
IT Service Desk Interview questions
Help Desk | Help Desk Support | Help Desk Process | Help Desk responsibilities
Просмотров 1602 года назад
Help Desk | Help Desk Support | Help Desk Process | Help Desk responsibilities
DHCP Server Configuration | DHCP Scope Creation
Просмотров 1,8 тыс.2 года назад
DHCP Server Configuration | DHCP Scope Creation
What is DHCP Dynamic Host Configuration Protocol
Просмотров 5632 года назад
What is DHCP Dynamic Host Configuration Protocol
How to configure Reverse lookup zone in DNS
Просмотров 1,1 тыс.2 года назад
How to configure Reverse lookup zone in DNS
nice
Unfortunately i runned repadmin/syncall /aedp in my root i have big environment bro is it safe command it will replicate one by one Domain controller right 😢 do not corrupted any databse or create new problems now a days i worried about this command why i runned this command bro please clarify to me chatgpt saying face sometimes dengour command please clarify to me bro
Very much appreciated !!great series. Thank you Sir.
What if the DC is up and Reachable but still gets the Replicatio error?
very informative thanks a lot
is it possible to transfer fsmo rules from 2008server to server2019 directly
Yes we can transfer roles.
Great video! thanks!
Thank
Hi our one static dns entry is deleted last week but it's automatically creating again and again.
Issue is now fixed. Thanks again for this awesome video!
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
Thnkx brother
1 dc mo kya helth check kr rho ho
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.
I'm facing the same issue.
it still says ''asses dinied''
Nice explanation😊
it still needs pass
yoo, were you successful?
Hello System Administrator, the event ID 4740 is always related to account out?
Yes it is most of the time related to account lockedout.
greate :) sir.. i need a command to get all members who have access to a folder in file server. how is that??
Thank you for this video 😊
My pleasure 😊
Very helpful. Thank you
where’s your answer
How do we add again?
The way you explained, is just simply superb!
Thank you for a clear, well constructed and educational tutorial. Please keep up the great work!
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?
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
Thank you.
thank you
Thanks 👍 please make video if any of these test will be failed thats also very helpful to us
I will try my best
Good explanation
Thanks and welcome
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.
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.
Yes there is, will create video for it soon.
Hi... How I can lock computer by computer name from AD?
Do you mean Disable computer object?
Why in my password section was gray and can't type in to change password ?
same here, how can i change pass?
same here
it is after update, you have to use script to change password
Microsoft this option discontinued due to vulnerability. Explore Microsoft Laps solution.
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 ?
drink water before recording.... your (ehhhmmm) was annoying!
what is user dont remember what application or browser he used his password.
Good one for beginners.
Great! Sir , please create a WhatsApp group
when i enable Recycle, can i restore deleted organization unit before one week
Is there a powershell to query only dynamic records ? The one I am getting online doesn’t seems to be tested one. Thx
Great information Sir, kindly make a video on how to retrieve and get all Windows Server, Active Directory configuration informations using Powershell
Sure, I will help you in this.
@@systemadministrator9626 Thanks Sir, waiting for your video on the same
Super Sir
How can we find sources when caller computer name is empty?
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 ruclips.net/video/FBNScTWDKU0/видео.html
@@systemadministrator9626 enabled logging but still cannot find any entry for the lockout
Thanks a lot ... Could you please make a video on Windows Services monitoring and health check
Thank you for reply, yes I have started uploading videos of PowerShell commands and scripting.
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?
Thank you for question, You can reserve the IP address in DHCP.
@@systemadministrator9626 any tutorial sir?
Thanks brother, very useful clip.
Glad you liked it
kindly share the command in link.
Thanks man !!!
Nice Knowledge📚...
Thanks
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
This can be done using terminal licensing.
Plz share me i need for this video