CodeCowboyOrg
CodeCowboyOrg
  • Видео 211
  • Просмотров 6 767 261

Видео

Dell OpenManage (OMSA) | Clear Foreign HDD State | PERC RAID Controller
Просмотров 123Месяц назад
How to clear the Foreign Hard Drive State for a PERC RAID Controller on the Dell OpenManage Server Administrator
Dell OpenManage (OMSA) | Assign Hot Spare | PERC RAID Controller
Просмотров 45Месяц назад
How to Assign a Hot Spare or Hot Swap to a PERC RAID Controller in the Dell OpenManage Server Administrator
Dell OpenManage (OMSA) | Expand Virtual Disk Array RAID5 | PERC Controller Add Disk
Просмотров 96Месяц назад
How to add an extra disk to expand an Existing RAID5 Virtual Disk Array in the Dell OpenManage Server Administrator OMSA for the PERC RAID Controller Chapters 00:00 - Overview 00:35 - Reconfigure Array 02:30 - Reconstructing Array 03:20 - Busy Errors 03:55 - Extend Volume in Windows
How to install Dell OpenManage Server Administrator (OMSA) Step By Step
Просмотров 281Месяц назад
Download the following first 1) Dell Open Manage Server Admin - www.dell.com/support/home/en-us/drivers/driversdetails?driverid=xggcn 2) Visual C Redistributable - learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 3) Open JRE JDK - www.openlogic.com/openjdk-downloads Chapters 00:00 - What is OMSA 01:20 - Getting the Software 04:30 - Visual C Redistributeable Explain...
Can't RDP | CredSSP Encryption Oracle Remediation | Remote Desktop Problem
Просмотров 5 тыс.Год назад
Can't RDP | CredSSP Encryption Oracle Remediation | Remote Desktop Problem 1. Open gpedit.msc 2. Policy path: Computer Configuration, Administrative Templates, System Credentials Delegation 3. Setting name: Encryption Oracle Remediation 4. Disable or Choose Policy "Vulnerable" support.microsoft.com/en-us/topic/credssp-updates-for-cve-2018-0886-5cbf9e5f-dc6d-744f-9e97-7ba400d6d3ea
OpenAI writes PowerShell Code! | ChatGPT Artificial Intelligence Coding
Просмотров 4,2 тыс.Год назад
OpenAI writes PowerShell Code! ChatGPT Artificial Intelligence Coding Artificial Intelligence writes Powershell Code Chapters 00:00 - PowerShell Code 00:55 - Terraform 01:50 - Weather API 03:00 - Excel VLookUp 03:30 - Algorithm for Palindrome 04:40 - C# Code 07:15 - Java Quick Sort 08:10 - Who wins World Cup?
Grafana - Bar Chart with Multiple Series | How To Tutorial Example
Просмотров 39 тыс.2 года назад
How to Create a Grafana Bar Chart with Multiple Series Example using SQL Server Database. The Database used here is AdventureWorks downloadable here docs.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15&tabs=ssms SELECT TOP 10 * FROM Sales.SalesOrderDetail SELECT DATEPART(Year, ModifiedDate) AS [Year], DATEPART(Month, ModifiedDate) AS [Month], COUNT(Modifie...
Grafana and IIS - Windows Server Installation Setup and Configuration
Просмотров 5 тыс.2 года назад
Step by Step - How to Install Grafana with IIS using URL Rewrite and Application Request Routing Preparation 1. Get the Software a. IIS URL Rewrite - www.iis.net/downloads/microsoft/url-rewrite b. Application Request Routing - www.iis.net/downloads/microsoft/application-request-routing c. Grafana Enterprise - grafana.com/grafana/download?platform=windows 2. Configure IIS WebSite 3. Configure Ho...
How to Create a Nuget Package for .NET Framework Class Libaries
Просмотров 9 тыс.4 года назад
How to Create and Upload a Nuget Package for .NET Framework Class Libaries 1) Sign up for a nuget account - www.nuget.org 2) Download the "nuget.exe" CLI utility - dist.nuget.org/win-x86-commandline/latest/nuget.exe , place in C:\windows 3) Create a Class DLL 4) Fill in the Assembly Info 5) Create the nuspec file using "nuget spec filename.csproj" command 6) Edit Licensing info in nuspec xml fi...
Create SSL with Subject Alternative Name | Self Signed Certificate | How To using PowerShell
Просмотров 14 тыс.4 года назад
How to easily create a Self Signed Certificate with a SAN (Subjective Alternative Name) with PowerShell Install the Module if its missing 1. Install-Module PKI Look at the PKI module verify you have it 2. Get-Command -Module PKI Run the Command, Example below 3. New-SelfSignedCertificate -Subject "CN=domainname.com" -FriendlyName "domainname.com" -DnsName "domainname.com" -NotAfter (Get-Date).A...
Azure - Disable Accelerated Networking | How to Correct Resize Error for VM
Просмотров 4,5 тыс.4 года назад
How to Correct Resize Error for VM by Disabling Accelerated Networking az network nic update name [nic_name] resource-group [resource_group_name] accelerated-networking false
SQL Server - How to reset LOST Admin Password | Recover SysAdmin Administrator Password
Просмотров 20 тыс.4 года назад
How to Recover and Reset the SysAdmin Administrator Password for SQL Server 2008, 2012, 2014, 2016, 2018, 2019 Start Single User Mode Step by Step 0) SQL Server Configuration Manager - Make sure to enable NamedPipes/TCP Locally 1) List the Services a) net start b) services.msc 2) Stop the Service - net stop [SQL-SERVICENAME] 3) Start Single User Mode a) net start [SQL-SERVICENAME] -m"SQLCMD" b)...
Script for How to Disable TLS 1.0 SSL 2.0 3.0 and Enable TLS 1.1 1.2 for Windows Server Security
Просмотров 31 тыс.6 лет назад
Registry Script - bit.ly/TLS-Security-Fix (rename to .reg) SSL Labs - entrust.ssllabs.com/ Microsoft SQLServer TLS Support - blogs.msdn.microsoft.com/psssql/2016/01/31/tls-1-2-support-for-sql-server-2008-2008-r2-2012-and-2014/ Microsoft TLS Poodle Fix - www.microsoft.com/en-us/download/details.aspx?id=30253 Security Standards Council - blog.pcisecuritystandards.org/are-you-ready-for-30-june-201...
Windows Server 2012 - Script Fix TLS 1.0 Security (TLS 1.0, 1.1, 1.2, RC4, SSL 2.0, SSL 3.0)
Просмотров 3,4 тыс.6 лет назад
Registry Script - bit.ly/TLS-Security-Fix (rename to .reg) SSL Labs - entrust.ssllabs.com/ Microsoft SQLServer TLS Support - blogs.msdn.microsoft.com/psssql/2016/01/31/tls-1-2-support-for-sql-server-2008-2008-r2-2012-and-2014/ Microsoft TLS Poodle Fix - www.microsoft.com/en-us/download/details.aspx?id=30253 Security Standards Council - blog.pcisecuritystandards.org/are-you-ready-for-30-june-201...
Windows Server - How to Enable TLS 1.2 Registry Script (Disable TLS 1.0, 1.1, RC4, SSL 2.0, 3.0, DH)
Просмотров 65 тыс.6 лет назад
Windows Server - How to Enable TLS 1.2 Registry Script (Disable TLS 1.0, 1.1, RC4, SSL 2.0, 3.0, DH)
TLS 1.0 Security Fix for Windows Server (TLS 1.0, 1.1, 1.2, RC4, SSL 2.0, SSL 3.0)
Просмотров 4,7 тыс.6 лет назад
TLS 1.0 Security Fix for Windows Server (TLS 1.0, 1.1, 1.2, RC4, SSL 2.0, SSL 3.0)
Windows Server 2008 R2 - Script for TLS 1.0 Security Fix (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
Просмотров 2,9 тыс.6 лет назад
Windows Server 2008 R2 - Script for TLS 1.0 Security Fix (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
IIS Web Server - Script for Security Vulnerability Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0
Просмотров 1,3 тыс.6 лет назад
IIS Web Server - Script for Security Vulnerability Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0
Windows Server - How to Disable SSL 2.0, 3.0 and RC4 Cipher Registry Script
Просмотров 8 тыс.6 лет назад
Windows Server - How to Disable SSL 2.0, 3.0 and RC4 Cipher Registry Script
HTTPS SSL Security Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0 | For Windows Server
Просмотров 3206 лет назад
HTTPS SSL Security Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0 | For Windows Server
Windows 2016 - TLS 1.0 Security Vulnerabity Fix Script (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
Просмотров 9 тыс.6 лет назад
Windows 2016 - TLS 1.0 Security Vulnerabity Fix Script (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
IIS | Free SSL Certificates for Windows Server
Просмотров 34 тыс.7 лет назад
IIS | Free SSL Certificates for Windows Server
Free SSL Certificates | Lets Encrypt Root Certificate Authority
Просмотров 7 тыс.7 лет назад
Free SSL Certificates | Lets Encrypt Root Certificate Authority
Tableau Server | Copy and Move Sites
Просмотров 6 тыс.7 лет назад
Tableau Server | Copy and Move Sites
Tableau Server | Disaster Recovery Tips
Просмотров 2,9 тыс.7 лет назад
Tableau Server | Disaster Recovery Tips
Tableau Server | SSL Self Signed Certificate Install
Просмотров 20 тыс.7 лет назад
Tableau Server | SSL Self Signed Certificate Install
Tableau Server | Trouble Shooting Server Won't Start Can't Login (Repository stuck on 'Setting Up')
Просмотров 9 тыс.7 лет назад
Tableau Server | Trouble Shooting Server Won't Start Can't Login (Repository stuck on 'Setting Up')
Tableau Server | How to Import Export Entire Sites
Просмотров 6 тыс.7 лет назад
Tableau Server | How to Import Export Entire Sites
Tableau Desktop | Publishing Extract Data Source
Просмотров 34 тыс.7 лет назад
Tableau Desktop | Publishing Extract Data Source

Комментарии

  • @myname-gx6wl
    @myname-gx6wl 7 дней назад

    Thank you so much

  • @indranilkamulkar1199
    @indranilkamulkar1199 7 дней назад

    Fantastic, a smal question, if on the source files are deleted then will the files on the target will be removed

  • @anirbanbhattacharya2611
    @anirbanbhattacharya2611 13 дней назад

    cyg_server missing from passwd file can anyone help me out regarding the same?

  • @ndafatawanda2318
    @ndafatawanda2318 17 дней назад

    What did you click on your machine to open those windows?.

  • @HarleyKeen
    @HarleyKeen 17 дней назад

    Funny, I got the same exact hard drive in this laptop here as in the video and I also recently purchased this very CPU... and btw, I recognize this guy's voice, he did some tutorials in the past.

  • @smspencer69
    @smspencer69 20 дней назад

    Thank you this is very helpful and easy to set up! I am using the above to Sync and Amazon S3 Bucket, where the Secret and Key is changed every 3 months. I have quite a few directories I may wish to sync at different intervals / dates all within the same S3 bucket. I'm wondering if there's a way to have a single .txt file with the credentials then several scripts to sync specific folders.

  • @snowy0110
    @snowy0110 Месяц назад

    it is easier to see it once than to read and re-read books over and over. Thanks mate, it was very clear!

  • @creatormike1853
    @creatormike1853 Месяц назад

    Still very helpful!!

  • @JuanaMariaGomez
    @JuanaMariaGomez Месяц назад

    how can i sync base on the latest one in time

  • @Rarity-12-02
    @Rarity-12-02 Месяц назад

    good

  • @Sistemamozart
    @Sistemamozart Месяц назад

    muchas gracias!"!!!!

  • @Danny_GT
    @Danny_GT Месяц назад

    10 years later and you save me

  • @IanJordao12
    @IanJordao12 Месяц назад

    Greatest Video!! With it I can configure my Dell Server with OpenManage, following your steps. Awesome! Congratulations from Brazil!

  • @theinttheintthu5835
    @theinttheintthu5835 Месяц назад

    if cdc enable table in the same database, capture job is work?

  • @555Balakrishna
    @555Balakrishna Месяц назад

    I am getting below error when i am trying to connect SQL instance using SQL CMD post restarting SQL in single user mode. All the protocols are enabled (named pipes/tcpip) SQLCMD : Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes Provider: Could not open a connection to SQL Server [53]. . At line:1 char:1 + SQLCMD -S MSSQLSERVER + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Sqlcmd: Error: ... Server [53]. .:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login timeout expired. Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..

  • @supriyochatterjee4095
    @supriyochatterjee4095 Месяц назад

    Brilliant video, kindly make videos on how to configure Dell OMSA , Dell CMC on VMware vcenter and how to upgrade firmwares for Dell OMSA, CMC, OME in details steps, waiting for this videos, please kindly make them all.

  • @GereHadush
    @GereHadush Месяц назад

    It is very helpful. They need to add this to the help page.

  • @felipeseron7353
    @felipeseron7353 2 месяца назад

    Lo intente en un stb android y no desactivo el modo desarrollador.

  • @twodudesbuilding5127
    @twodudesbuilding5127 2 месяца назад

    Is jQuery (edge) okay?

  • @JatinSinghjs
    @JatinSinghjs 3 месяца назад

    I had the same thing as you mentioned but my server is not trusting its own CA and the self signed certificate

  • @rahuldey2740
    @rahuldey2740 3 месяца назад

    Wow..great explanation❤

  • @krisztianfekete3277
    @krisztianfekete3277 3 месяца назад

    0:21 🎯🎯 🤣🤣

  • @davidwilliams5259
    @davidwilliams5259 3 месяца назад

    How would you use -resumesupport=off to prevent the .fileshare being added to filename if you don't have rename rights in remote directory?

  • @devakumar2911
    @devakumar2911 3 месяца назад

    Hi, I am trying to do the partition on one of the existing table for the year 2023 on Monthly basis so can you please help me with Partition Function and Partition Scheme queries please. Here I am using uploaddate column as a partition key.

  • @robertomaceda7280
    @robertomaceda7280 3 месяца назад

    I cannot make it work...🥲

  • @Widkey
    @Widkey 3 месяца назад

    Dumb question, what is the benefit of using CDC with Transactional Replication? Can't transactional replication do the job by itself?

  • @kishorKumarGantyala
    @kishorKumarGantyala 3 месяца назад

    Can you please provide access to download code from your google drive

  • @KJC63
    @KJC63 3 месяца назад

    Thank you!!!! 😊

  • @MuStafa-bd1qd
    @MuStafa-bd1qd 3 месяца назад

    Love you sir

  • @megitristisan14
    @megitristisan14 4 месяца назад

    how to connect to azure with mikrotik using sstp vpn ?

  • @bloxxersgames
    @bloxxersgames 4 месяца назад

    I’m getting this error- sftp protocol violation invalid response message type (77) in WinSCP software please help me fix this issue. Thank you so much ❤

  • @AlloyedFrequencies
    @AlloyedFrequencies 4 месяца назад

    Thank you so much for explaining this

  • @TheStevoth
    @TheStevoth 4 месяца назад

    Ossum!

  • @4DSSolucoes
    @4DSSolucoes 4 месяца назад

    Thanks bro, you help my work in my company

  • @gerritgelder9990
    @gerritgelder9990 4 месяца назад

    Very bad audio. You can do better than this! Use AI to get rid of all the hiss

  • @ronaldocorrea8007
    @ronaldocorrea8007 4 месяца назад

    Great

  • @rahulg
    @rahulg 5 месяцев назад

    This is how everyone must teach Databases

  • @atomwang8502
    @atomwang8502 5 месяцев назад

    After 7 years this video is still helpful thank u so much : )

  • @shaikbasha4677
    @shaikbasha4677 5 месяцев назад

    Vnware is waste just play with virtual box

  • @deepakchand3782
    @deepakchand3782 5 месяцев назад

    Thank you so much this solved my issues with adding multiple virtual directories.

  • @ellinshaia7133
    @ellinshaia7133 5 месяцев назад

    👏👏👏👏👏👏

  • @mikemccormick5559
    @mikemccormick5559 5 месяцев назад

    testing with the simple client - error in processing 5.7.3 STARTTLS is required to send to i was sending to port 587 - use authentication is checked

  • @shakool2kool
    @shakool2kool 6 месяцев назад

    Great vid

  • @user-ok3nr1hn5f
    @user-ok3nr1hn5f 6 месяцев назад

    Is there any way to change the file extension of the files on the remote server after they have been uploaded to the remote server? I have tried "!ren *.txt *.csv" but it has no effect on the local files. if I do ren *.txt *.csv it renames them on the remote server.

  • @kumargaurav2640
    @kumargaurav2640 6 месяцев назад

    Thanks for sharing this video. I have made the script for our environment. I need one more info on this. How to ignore or skip sync particular directory or folder from local to SFTP.

  • @joshuasolano9631
    @joshuasolano9631 6 месяцев назад

    this 10 year old vid helped me more than all the new ones

  • @antwanwimberly1729
    @antwanwimberly1729 7 месяцев назад

    Thank you Codecowboy Org!

  • @martinolowe6516
    @martinolowe6516 7 месяцев назад

    Thanks for the demo, can you please provide access to the script.

  • @VIPINKUMAR-mu3de
    @VIPINKUMAR-mu3de 7 месяцев назад

    Such a great topic

  • @user-cr3jv8se1u
    @user-cr3jv8se1u 7 месяцев назад

    Would this still work with 9.2.3? On mine, I have to take the month field and do month as time. Then I get a strange timestamp, not 1 2 3 4 5 as in your example. Maybe your version was a bit more tolerant with x-axis values?

    • @user-cr3jv8se1u
      @user-cr3jv8se1u 7 месяцев назад

      Grafana doc sez: Only one data frame is supported and it must have at least one string field that will be used as the category for an X or Y axis and one or more numerical fields. Seems to no longer be true.