Our knowledge base is a comprehensive resource designed to help you get the most out of our products. It includes getting started articles that guide you through initial setup, detailed information on specific features, and troubleshooting resources to assist you with any issues you may encounter. Explore our knowledge base to find helpful information about our products and answers to common questions.

Matching Articles for 'powershell server' :

Uploading a File Using PowerShell ASP

... Uploading a File Using PowerShell ASP PowerShell ASP works in much the same way that ASP.NET would. Uploading a file to the server from a webpage is no different. Below is an exam ... - Learn More

https://www.nsoftware.com/kb/articles/powershellasp-uploading-a-file-to-server
NetCmdlets: Command Line Emailer With PowerShell

... NetCmdlets: Command Line Emailer With PowerShell Using ones Inbox as a to-do list is fairly common, however firing up an email client to add to that list can be slow and a little cumbersome. In ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-powershell-command-line-emailer
NetCmdlets: Get-LDAP Cmdlet in PowerShell

... all groups: Get-LDAP -Server $server -Credential $mycred -DN $basedn -Search "(&(objectclass=group)(cn=*admin*))" Get a list of all the members of a group: Get-LDAP -Server $server ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-get-ldap-cmdlet-in-powershell
NetCmdlets: 5 PowerShell One-liners to Manage IMAP Permissions

... NetCmdlets: 5 PowerShell One-liners to Manage IMAP Permissions You can manage user permissions in Exchange and other mail servers with the same commands by using the IMAP protocol instead of server ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-5-powershell-one-liners-to-manage-imap-permissions
Getting Started With NetCmdlets

... Here is an example: PS> Send-Email -Server myserver -To you@server.com -From me@server.com -Message “How are you today?” -Subject “test email” From, To, and Server are all ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-getting-started
Deploy SSIS Tasks to Azure Data Factory

... SQL Server supported by Azure-SSIS IR. Azure-SSIS IR is currently based on SQL Server 2017. Please ensure that your packages don't contain additional components that are unsupported on SQL Server ... - Learn More

https://www.nsoftware.com/kb/articles/ssis-azure-datafactory-deploy-ns
Web Server

... Web Server There is an HTTPServer component included in SecureBlackbox that can be used as a web server. See more information here: https://www.nsoftware.com/kb/help/?component=HTTPServe ... - Learn More

https://www.nsoftware.com/kb/entries/02140504
SSH: Server

... SSH: Server When establishing an SSH connection, the server always presents a key to the connecting client. If the key is not already trusted you will see the error "Server's host ... - Learn More

https://www.nsoftware.com/kb/entries/06050801
NetCmdlets: Authentication and Credentials

... cmdlet. Connecting to an FTP server supplying a plain text user and password: PS> Get-FTP -Server myserver -User myusername -Password mypassword Or, connecting to an FTP server us ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-authentication-and-credentials
NetCmdlets: Downloading E-Mail Attachments With Get-IMAP

... param( [string] $server, [string] $user, [string] $password, [string] $downloadDir="c:\temp\attachments", [string] $folder = "INBOX" ) $imapConnection = Connect-IMAP -Server $server ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-downloading-e-mail-attachments-with-get-imap