├── BATCH ├── WIP │ └── sharepoint │ │ └── moss2007 │ │ ├── AutomatedSharePoint2007FarmConfigurationBatchFile │ │ ├── Resource.txt │ │ └── psconfig.bat │ │ └── GaryLapointeSharePoint2007Install │ │ ├── InstallScript │ │ ├── Connect.bat │ │ ├── Lapointe.SharePoint.STSADM.Commands.wsp │ │ ├── install.bat │ │ ├── mysites.bat │ │ ├── portal.bat │ │ ├── teams.bat │ │ └── variables.bat │ │ └── Resource.txt └── Working │ ├── IIS │ └── GetAppPoolPassword.bat │ ├── SharePoint │ ├── InstallNewInfoPathFormTemplate.bat │ └── UpgradeInfoPathFormTemplate.bat │ └── System │ └── EmptyRecycleBin.bat ├── PowerShell └── Working │ ├── AD │ ├── AddADGroupMembersFromCSV.ps1 │ ├── CheckMaxTokenSize.ps1 │ ├── CompareADuserAddGroup.ps1 │ ├── Create-ADAccountsFromCSV.ps1 │ ├── CreateADUsersAndGroupsFromCSV.ps1 │ ├── GetADAccountLockedOutLocation.ps1 │ ├── GetADBitLockerRecovery.ps1 │ ├── GetADComputerInstalledKBsReport.ps1 │ ├── GetADExpiringUserAccountsReport.ps1 │ ├── GetADForestBackupHistory.ps1 │ ├── GetADForestHealthStatusReport.ps1 │ ├── GetADGroupManagedBy.ps1 │ ├── GetADGroupMembers.ps1 │ ├── GetADGroupModificationsReport.ps1 │ ├── GetADObjectsInAForest.ps1 │ ├── GetADOnlineMachines.ps1 │ ├── GetADReplicationStatusReportCSV.ps1 │ ├── GetADReplicationStatusReportHTML.ps1 │ ├── GetADUserPasswordLastSetReport.ps1 │ ├── GetADUserPropertiesToCSV.ps1 │ ├── GetADUserThumbnailPhotos.ps1 │ ├── GetRecentADUserAccounts.ps1 │ ├── GetRemoveAddADGroupMembers.ps1 │ ├── GetSPNRecordsInAD.ps1 │ ├── GetThumbnailPhotoSize.ps1 │ ├── GetTotalUsersGroupsContactsInForest.ps1 │ ├── GetUserPasswordLastSetDetails.ps1 │ ├── GetUsersLastLogonDateTime.ps1 │ ├── GetUsersLogonLogoffEvents.ps1 │ ├── InvokeADReplication.ps1 │ ├── MonitorADGroupMembershipModifications.ps1 │ ├── SetADAccountasLocalAdministrator.ps1 │ ├── UpdateADPhotos.ps1 │ ├── UserPasswordExpiryNotificationEmails.ps1 │ └── ValidateADUserCredential.ps1 │ ├── ADFS │ ├── ExportAndImportADFSClaimRules.ps1 │ ├── GetADFSReferenceNumberErrors.ps1 │ ├── SetMSOnlineFederationToADFS.ps1 │ ├── UpdateADFSTokenCerts.ps1 │ └── UsefulADFSCommands.ps1 │ ├── Azure │ ├── AzureADConnectCommunicationsTest.ps1 │ ├── AzureADConnectFullPasswordSync.ps1 │ ├── AzureADConnectGetADSyncServerConfiguration.ps1 │ ├── AzureADConnectGetConnectorSyncErrors.ps1 │ ├── AzureADConnectGetLocalSQLInstance.ps1 │ ├── AzureADConnectSetPreventAccidentalDeletes.ps1 │ ├── AzureADConnectStartSync.ps1 │ ├── AzureCloudShellCommands.ps1 │ ├── AzureGetAzureRMResourceReport.ps1 │ ├── AzureWebAppUploadFromLocalFolder.ps1 │ ├── AzureWebAppUploadFromStorageAccount.ps1 │ ├── ConnectToAzurePowerShellModules.ps1 │ ├── CreateAzureRmADApplication.ps1 │ ├── GetAzureRmADApplication.ps1 │ ├── GetAzureRmResourceGroupDeployment.ps1 │ └── InstallImportAzurePowerShell.ps1 │ ├── DNS │ ├── GetDNSRecordsForAllZones.ps1 │ └── UpdateDNSARecordIPAddress.ps1 │ ├── DPM │ ├── DPMGetDiskUtilizationReport.ps1 │ └── DPMGetRecoveryPointsReport.ps1 │ ├── DateTime │ └── GetDateFormatOptions.ps1 │ ├── DirSync │ ├── DirSyncSetPreventAccidentalDeletes.ps1 │ ├── DirSyncStartOnlineCoexistenceSync.ps1 │ └── DirSyncStatusReport.ps1 │ ├── Exchange │ ├── GetDistributionGroupMemberCounts.ps1 │ ├── GetDistributionGroupMemberReports.ps1 │ └── ManageDistributionGroups.ps1 │ ├── FIM │ └── ClearSynchronizationServiceManagerRunsHistory.ps1 │ ├── FTP │ ├── GetFTPDirectoryFiles.ps1 │ └── PSFTP │ │ ├── Add-FTPItem.ps1 │ │ ├── Get-FTPChildItem.ps1 │ │ ├── Get-FTPItem.ps1 │ │ ├── Get-FTPItemSize.ps1 │ │ ├── New-FTPItem.ps1 │ │ ├── PSFTP.Format.ps1xml │ │ ├── PSFTP.psd1 │ │ ├── PSFTP.psm1 │ │ ├── PowerShellFTPClientModule.txt │ │ ├── Readme.txt │ │ ├── Remove-FTPItem.ps1 │ │ ├── Rename-FTPItem.ps1 │ │ └── Set-FTPConnection.ps1 │ ├── Hyper-V │ └── PsHyperV │ │ ├── HyperV │ │ ├── En-us.ps1 │ │ ├── Helper.ps1 │ │ ├── HyperV.psd1 │ │ ├── MAML-VMNetwork.XML │ │ ├── MAML-VMSnapshot.XML │ │ ├── Maml-Helper.XML │ │ ├── Network.ps1 │ │ ├── SnapShot.ps1 │ │ ├── VMConfig.ps1 │ │ ├── disk.ps1 │ │ ├── hyperv.format.ps1xml │ │ ├── maml-vm.xml │ │ ├── maml-vmDisk.xml │ │ ├── maml-vmconfig.xml │ │ ├── menu.ps1 │ │ ├── v1Compatability.ps1 │ │ └── vm.ps1 │ │ ├── PS_Console.REG │ │ ├── PShyperv-R2.pdf │ │ ├── PsHyperV.txt │ │ └── install.cmd │ ├── IderaPowerShellScripts │ ├── Idera_ADPowerShellScripts │ │ ├── Add-IADGroupMember.ps1 │ │ ├── Disable-IADObject.ps1 │ │ ├── Disable-UserCannotChangePassword.ps1 │ │ ├── Enable-IADObject.ps1 │ │ ├── Enable-UserCannotChangePassword.ps1 │ │ ├── Get-IADAltRecipient.ps1 │ │ ├── Get-IADComputer.ps1 │ │ ├── Get-IADCurrentDomain.ps1 │ │ ├── Get-IADCurrentForest.ps1 │ │ ├── Get-IADDomainController.ps1 │ │ ├── Get-IADDomainController2.ps1 │ │ ├── Get-IADDomainPasswordPolicy.ps1 │ │ ├── Get-IADEmptyGroup.ps1 │ │ ├── Get-IADExchangeAdmin.ps1 │ │ ├── Get-IADFSMORoleHolder.ps1 │ │ ├── Get-IADGroup.ps1 │ │ ├── Get-IADGroupMember.ps1 │ │ ├── Get-IADGroupMembership.ps1 │ │ ├── Get-IADObjectBySID.ps1 │ │ ├── Get-IADObjectSID.ps1 │ │ ├── Get-IADSite.ps1 │ │ ├── Get-IADSubnet.ps1 │ │ ├── Get-IADTombstoneComputer.ps1 │ │ ├── Get-IADTombstoneObject.ps1 │ │ ├── Get-IADTombstoneUser.ps1 │ │ ├── Get-IADUser.ps1 │ │ ├── Move-IADObject.ps1 │ │ ├── New-IADGroup.ps1 │ │ ├── New-IADPassword.ps1 │ │ ├── New-IADUser.ps1 │ │ ├── Remove-IADGroupMember.ps1 │ │ ├── Remove-IADObject.ps1 │ │ └── Set-IADUser.ps1 │ ├── Idera_ExchangeScripts │ │ ├── Disable-IEXUser.ps1 │ │ ├── Get-IEXAvailableSpace.ps1 │ │ ├── Get-IEXClusterNode.ps1 │ │ ├── Get-IEXCurrentRole.ps1 │ │ ├── Get-IEXDatabaseQuotaStatistics.ps1 │ │ ├── Get-IEXDatabaseSize.ps1 │ │ ├── Get-IEXDatabaseStatistics.ps1 │ │ ├── Get-IEXEmailAddressOwner.ps1 │ │ ├── Get-IEXEmailAddressReport.ps1 │ │ ├── Get-IEXForwardMailbox.ps1 │ │ ├── Get-IEXInactiveMailbox.ps1 │ │ ├── Get-IEXLastSendAndReceivedDate.ps1 │ │ ├── Get-IEXMailboxAddressCount.ps1 │ │ ├── Get-IEXMailboxCountReport.ps1 │ │ ├── Get-IEXMailboxFolderStatistics.ps1 │ │ ├── Get-IEXMailboxStatistics.ps1 │ │ ├── Get-IEXSendAsPermission.ps1 │ │ ├── Get-IEXTip.ps1 │ │ ├── New-IEXAddressList.ps1 │ │ ├── New-IEXMailboxFromCsv.ps1 │ │ ├── New-IEXTestMailbox.ps1 │ │ ├── Purge-IEXMailbox.ps1 │ │ ├── Remove-IEXDisabledUser.ps1 │ │ ├── Set-IEXEmailAddress.ps1 │ │ ├── Test-IEXDistinguishedName.ps1 │ │ ├── Test-IEXEmailAddress.ps1 │ │ └── Test-IEXEmailAddress2.ps1 │ ├── Idera_PowerShellPlus │ │ ├── IderaPowerShellPlusInstallationKit-x64.zip │ │ └── IderaPowerShellPlusInstallationKit.zip │ ├── Idera_SQLServerScripts │ │ ├── SQL Server 2005 │ │ │ ├── Backup-SSAS.ps1 │ │ │ ├── CheckDB-MSSQL-UsingADO.ps1 │ │ │ ├── Connect-MSSQL-IPSQLAuth.ps1 │ │ │ ├── Connect-MSSQL-IPWindowsAuth.ps1 │ │ │ ├── Create-MSSQL-TestDb.ps1 │ │ │ ├── Create-MSSQLJob-UsingSMO.ps1 │ │ │ ├── CreateDB-MSSQL-UsingSMO.ps1 │ │ │ ├── CreateTable-MSSQL-UsingSMO.ps1 │ │ │ ├── Get-MSSQL-DB-UsingADO.ps1 │ │ │ ├── Get-MSSQL-DB-UsingSMO.ps1 │ │ │ ├── Get-MSSQL-MaxMemory.ps1 │ │ │ ├── Get-MSSQL-Port-UsingDMO.ps1 │ │ │ ├── Get-MSSQL-Port-UsingWMI.ps1 │ │ │ ├── Get-MSSQL-ServerAttrib-Csv.ps1 │ │ │ ├── Get-MSSQL-ServerAttrib-Html.ps1 │ │ │ ├── Get-MSSQL-ServerRegisterations.ps1 │ │ │ ├── Get-MSSQL-Views-Csv.ps1 │ │ │ ├── Insert-MSSQL-SampleData-Csv.ps1 │ │ │ ├── List-MSSQL-FailedJobs.ps1 │ │ │ ├── List-MSSQL-PropertyInfo.ps1 │ │ │ ├── Load-MSSQL-SMO.ps1 │ │ │ ├── Readme.doc │ │ │ ├── Readme.pdf │ │ │ ├── SampleData.csv │ │ │ ├── Start-SQLServerService.ps1 │ │ │ └── Stop-SQLServerService.ps1 │ │ └── SQL Server 2008 │ │ │ ├── Backup-SSAS.ps1 │ │ │ ├── CheckDB-MSSQL-UsingADO.ps1 │ │ │ ├── Connect-MSSQL-IPSQLAuth.ps1 │ │ │ ├── Connect-MSSQL-IPWindowsAuth.ps1 │ │ │ ├── Create-MSSQL-TestDb.ps1 │ │ │ ├── Create-MSSQLJob-UsingSMO.ps1 │ │ │ ├── CreateDB-MSSQL-UsingSMO.ps1 │ │ │ ├── CreateTable-MSSQL-UsingSMO.ps1 │ │ │ ├── Get-MSSQL-DB-UsingADO.ps1 │ │ │ ├── Get-MSSQL-DB-UsingSMO.ps1 │ │ │ ├── Get-MSSQL-MaxMemory.ps1 │ │ │ ├── Get-MSSQL-Port-UsingDMO.ps1 │ │ │ ├── Get-MSSQL-Port-UsingWMI.ps1 │ │ │ ├── Get-MSSQL-ServerAttrib-Csv.ps1 │ │ │ ├── Get-MSSQL-ServerAttrib-Html.ps1 │ │ │ ├── Get-MSSQL-ServerRegisterations.ps1 │ │ │ ├── Get-MSSQL-Views-Csv.ps1 │ │ │ ├── Insert-MSSQL-SampleData-Csv.ps1 │ │ │ ├── List-MSSQL-FailedJobs.ps1 │ │ │ ├── List-MSSQL-PropertyInfo.ps1 │ │ │ ├── Load-MSSQL-SMO.ps1 │ │ │ ├── Readme.doc │ │ │ ├── Readme.pdf │ │ │ ├── SampleData.csv │ │ │ ├── Start-SQLServerService.ps1 │ │ │ └── Stop-SQLServerService.ps1 │ └── Idera_SharePointScripts │ │ ├── Add-SPList.ps1 │ │ ├── Add-SPSite.ps1 │ │ ├── Add-SPUser.ps1 │ │ ├── CheckIn-SPDocument.ps1 │ │ ├── CheckOut-SPDocument.ps1 │ │ ├── Display-SPItemInformation.ps1 │ │ ├── Display-SPList.ps1 │ │ ├── Display-SPWebPart.ps1 │ │ ├── Export-SPSite.ps1 │ │ ├── Get-SPView.ps1 │ │ ├── Get-SPWeb.ps1 │ │ ├── Import-SPSite.ps1 │ │ ├── Readme.doc │ │ ├── Readme.pdf │ │ ├── Remove-SPList.ps1 │ │ ├── Remove-SPSite.ps1 │ │ └── Set-SPItem.ps1 │ ├── LogParser │ └── ProtocolStatusQuery.ps1 │ ├── MySQL │ └── MySQLRunQueryFunction.txt │ ├── NLB │ └── CreateNLBCluster.ps1 │ ├── PSRemoting │ ├── EnablePSRemoting.ps1 │ └── EncryptCredentialsForPSRemoting.ps1 │ ├── SQLServer │ ├── SQLClusterFailoverTest.ps1 │ ├── SQLPS │ │ ├── GetMAXDOP.ps1 │ │ ├── GetRecentFullDifferentialLogBackupHistory.ps1 │ │ ├── GetSQLConfigInfo.ps1 │ │ ├── GetSQLServerCores.ps1 │ │ ├── Readme.txt │ │ ├── SQLOutGridViewQueryFunction.ps1 │ │ └── SQLPowerShell.txt │ ├── SQLServerBackupHistoryReportWithHTML.ps1 │ ├── SQLServerCheckSharePointAccountsPermissions.ps1 │ ├── SQLServerConnectAndQueryDatabaseSizeAndGrowth.ps1 │ ├── SQLServerConnectAndRunQueries.ps1 │ ├── SQLServerConnectAndRunQueriesFromTextFile.ps1 │ ├── SQLServerConnectAndRunQueriesWithOutputs.ps1 │ ├── SQLServerGetDatabaseMailConfiguration.ps1 │ ├── SQLServerInstancesReport.ps1 │ ├── SQLServerInventoryReports.ps1 │ ├── SQLServerInventoryReportsWithDocsAndScripts.ps1 │ ├── SQLServerOutputAgentJobs.ps1 │ ├── SQLServerReorganizeOrRebuildIndexFragmentation.ps1 │ └── SQLServerResetAdminAccess.ps1 │ ├── ServiceNow │ └── ChangeMIDServerInstance.ps1 │ ├── SharePoint │ ├── MOSS2007 │ │ ├── GetSharePointOrphanedUsers.ps1 │ │ ├── SP2007AddListItemsFromCSVFile.ps1 │ │ ├── SP2007AddRemoveSiteCollectionAdmins.ps1 │ │ ├── SP2007CheckFarmPortsStatus.ps1 │ │ ├── SP2007CheckInDocuments.ps1 │ │ ├── SP2007CompareFilesAndFolders.ps1 │ │ ├── SP2007DeleteAllRecycleBinItems.ps1 │ │ ├── SP2007DeleteAuditDataTableRecords.ps1 │ │ ├── SP2007DeleteSPListItems.ps1 │ │ ├── SP2007DeleteSPListItemsPermanently.ps1 │ │ ├── SP2007DeleteUsersFromSites.ps1 │ │ ├── SP2007DisableDocumentParserProcessing.ps1 │ │ ├── SP2007EnumContentDatabases.ps1 │ │ ├── SP2007EnumFarmFunctions.ps1 │ │ ├── SP2007EnumFormTemplateLibraries.ps1 │ │ ├── SP2007EnumNavigationLinks.ps1 │ │ ├── SP2007EnumSiteGroups.ps1 │ │ ├── SP2007EnumSubSitesSizeInASiteCollection.ps1 │ │ ├── SP2007EnumUserProfileProperties.ps1 │ │ ├── SP2007EnumWorkFlows.ps1 │ │ ├── SP2007EnumerateListItems.ps1 │ │ ├── SP2007ExportSingleSolutionsFromSolutionStore.ps1 │ │ ├── SP2007ExtractDocLibraryToDisk.ps1 │ │ ├── SP2007FixUpgradeIssues.ps1 │ │ ├── SP2007GetAllFeaturesOnFilePath.ps1 │ │ ├── SP2007GetContentTypeQueries.ps1 │ │ ├── SP2007GetCrawlSchedules.ps1 │ │ ├── SP2007GetCredentialsAndPasswords.ps1 │ │ ├── SP2007GetDocInventory.ps1 │ │ ├── SP2007GetDocLibraryInventory.ps1 │ │ ├── SP2007GetFarmID.ps1 │ │ ├── SP2007GetSPFarmInventory.ps1 │ │ ├── SP2007GetSiteInventory.ps1 │ │ ├── SP2007GetUserProfileDetails.ps1 │ │ ├── SP2007HideListField.ps1 │ │ ├── SP2007HideListFieldLoop.ps1 │ │ ├── SP2007MigrateSiteCollections.ps1 │ │ ├── SP2007MigrateUser.ps1 │ │ ├── SP2007MonitorDiagnosticLogs.ps1 │ │ ├── SP2007MonitorWebAppAvailability.ps1 │ │ ├── SP2007SearchULSTraceLogs.ps1 │ │ ├── SP2007SetBinPathToEnvironmentVariables.ps1 │ │ ├── SP2007SetLibraryVersioningSettings.ps1 │ │ ├── SP2007ShowListFields.ps1 │ │ ├── SP2007TestNetworkLatency.ps1 │ │ ├── SP2007UpdateListField.ps1 │ │ ├── SP2007UpdateRequestAccessEmail.ps1 │ │ ├── SP2007UploadFilesFromFolder.ps1 │ │ ├── SP2007VersionSizeReport.ps1 │ │ ├── SP2007WarmUpEntireFarm.ps1 │ │ ├── SP2007WarmUpSpecificURLs.ps1 │ │ └── powershell.nu_moss2007_script_collection │ │ │ ├── Add-SPAnnouncement.ps1 │ │ │ ├── Add-SPCalendar.ps1 │ │ │ ├── Add-SPChoiceField.ps1 │ │ │ ├── Add-SPCurrencyField.ps1 │ │ │ ├── Add-SPDateTimeField.ps1 │ │ │ ├── Add-SPFieldToView.ps1 │ │ │ ├── Add-SPFolder.ps1 │ │ │ ├── Add-SPGroup.ps1 │ │ │ ├── Add-SPImageWebPart.ps1 │ │ │ ├── Add-SPLink.ps1 │ │ │ ├── Add-SPList.ps1 │ │ │ ├── Add-SPListToQuickLaunch.ps1 │ │ │ ├── Add-SPListViewWebPart.ps1 │ │ │ ├── Add-SPLookupField.ps1 │ │ │ ├── Add-SPMultiChoiceField.ps1 │ │ │ ├── Add-SPMultiLookupField.ps1 │ │ │ ├── Add-SPMultipleUserField.ps1 │ │ │ ├── Add-SPNoteField.ps1 │ │ │ ├── Add-SPNumberField.ps1 │ │ │ ├── Add-SPSite.ps1 │ │ │ ├── Add-SPSitePermission.ps1 │ │ │ ├── Add-SPTextField.ps1 │ │ │ ├── Add-SPURLField.ps1 │ │ │ ├── Add-SPUser.ps1 │ │ │ ├── Add-SPUserField.ps1 │ │ │ ├── Add-SPYesNoField.ps1 │ │ │ ├── Export-SPSite.ps1 │ │ │ ├── Get-SPField.ps1 │ │ │ ├── Get-SPItem.ps1 │ │ │ ├── Get-SPList.ps1 │ │ │ ├── Get-SPSite.ps1 │ │ │ ├── Get-SPView.ps1 │ │ │ ├── Get-SPWeb.ps1 │ │ │ ├── Import-SPSite.ps1 │ │ │ ├── Readme.txt │ │ │ ├── Remove-SPField.ps1 │ │ │ ├── Remove-SPItem.ps1 │ │ │ ├── Remove-SPList.ps1 │ │ │ ├── Remove-SPSite.ps1 │ │ │ ├── Set-SPImageWebPart.ps1 │ │ │ ├── Set-SPItem.ps1 │ │ │ ├── Set-SPQuickLaunchOrder.ps1 │ │ │ ├── Set-SPTheme.ps1 │ │ │ ├── Set-SPView.ps1 │ │ │ ├── Upload-SPDocument.ps1 │ │ │ └── powershell.nu_moss2007_script_collection.txt │ ├── SharePoint2010 │ │ ├── SP2010ActivateFeatureForAllSiteCollectionsAndSites.ps1 │ │ ├── SP2010AddAllowedInlineDownloadedMimeTypes.ps1 │ │ ├── SP2010AddCertificateToManageTrust.ps1 │ │ ├── SP2010AddFileTypesToInlineBrowsing.ps1 │ │ ├── SP2010AddListItemsFromCSVFile.ps1 │ │ ├── SP2010AddRemoveSiteCollectionAdmins.ps1 │ │ ├── SP2010AuditLogReport.ps1 │ │ ├── SP2010ChangeManagedAccountPassword.ps1 │ │ ├── SP2010CheckFarmPortsStatus.ps1 │ │ ├── SP2010CheckInDocuments.ps1 │ │ ├── SP2010CompareFilesAndFolders.ps1 │ │ ├── SP2010ConfigureOutgoingEMailSettings.ps1 │ │ ├── SP2010ConfigureRecycleBinSettings.ps1 │ │ ├── SP2010CreateGroups │ │ │ ├── SP2010CreateGroupsFromCSV.ps1 │ │ │ └── SP2010CreateGroupsFromCSVTemplate.csv │ │ ├── SP2010CreateSPListLibrary.ps1 │ │ ├── SP2010CreateServiceAccounts │ │ │ ├── SP2010CreateServiceAccountsFromCSV.ps1 │ │ │ └── SP2010CreateServiceAccountsFromCSVTemplate.csv │ │ ├── SP2010CreateSiteCollectionInExistingContentDB.ps1 │ │ ├── SP2010CreateSiteCollectionInOwnContentDB.ps1 │ │ ├── SP2010CreateUserProfilePictures.ps1 │ │ ├── SP2010CreateUserProfiles │ │ │ ├── CreatePeople.ps1 │ │ │ └── People.csv │ │ ├── SP2010DeleteAllRecycleBinItems.ps1 │ │ ├── SP2010DeleteSPListItems.ps1 │ │ ├── SP2010DeleteSPListItemsPermanently.ps1 │ │ ├── SP2010DeleteUserProfiles.ps1 │ │ ├── SP2010DeleteUsersFromSites.ps1 │ │ ├── SP2010DeploySTSADMExtensionsWithPowerShellCmdlets.ps1 │ │ ├── SP2010DeploySolutionsFromDirectory.ps1 │ │ ├── SP2010DeploySolutionsWithParameters.ps1 │ │ ├── SP2010DownloadBlobsFromDocLibrary.ps1 │ │ ├── SP2010DownloadPreReqs.ps1 │ │ ├── SP2010EnableDeveloperDashboard.ps1 │ │ ├── SP2010EnableObjectCacheOnWebApplications.ps1 │ │ ├── SP2010EnumAllUsersGroups.ps1 │ │ ├── SP2010EnumContentDatabasesAndSiteSizes.ps1 │ │ ├── SP2010EnumFormTemplateLibraries.ps1 │ │ ├── SP2010EnumNavigationLinks.ps1 │ │ ├── SP2010EnumSiteGroups.ps1 │ │ ├── SP2010EnumSitePermissions.ps1 │ │ ├── SP2010EnumSubSitesSizeInASiteCollection.ps1 │ │ ├── SP2010EnumWebUsersGroups.ps1 │ │ ├── SP2010EnumWorkFlows.ps1 │ │ ├── SP2010EnumerateListItems.ps1 │ │ ├── SP2010EnumerateSiteTemplateID.ps1 │ │ ├── SP2010EnumerateWebApplicationPermissions.ps1 │ │ ├── SP2010ExportAllSolutionsFromSolutionStore.ps1 │ │ ├── SP2010ExportSPSite.ps1 │ │ ├── SP2010ExportSingleSolutionsFromSolutionStore.ps1 │ │ ├── SP2010ExportSiteColumns.ps1 │ │ ├── SP2010ExportSiteContentTypes.ps1 │ │ ├── SP2010ExtractDocLibraryToDisk.ps1 │ │ ├── SP2010FlushApplicationBLOBCache.ps1 │ │ ├── SP2010FlushBLOBCache.ps1 │ │ ├── SP2010FlushFarmBLOBCache.ps1 │ │ ├── SP2010GetAllFeaturesOnFilePath.ps1 │ │ ├── SP2010GetAllGroupsAndUsers.ps1 │ │ ├── SP2010GetAllInactiveFeatures.ps1 │ │ ├── SP2010GetAllListColumns.ps1 │ │ ├── SP2010GetAllSiteTemplatesInFarm.ps1 │ │ ├── SP2010GetAllSitesInWebApplication.ps1 │ │ ├── SP2010GetCheckedOutFiles.ps1 │ │ ├── SP2010GetContentTypeQueries.ps1 │ │ ├── SP2010GetCrawlHistoryReport.ps1 │ │ ├── SP2010GetCrawlSchedules.ps1 │ │ ├── SP2010GetDocInventory.ps1 │ │ ├── SP2010GetDuplicateListFields.ps1 │ │ ├── SP2010GetFarmAndSiteCollectionAdmins.ps1 │ │ ├── SP2010GetFarmID.ps1 │ │ ├── SP2010GetLinksReport.ps1 │ │ ├── SP2010GetMissingUserProfileProperties.ps1 │ │ ├── SP2010GetSPFarmInventory.ps1 │ │ ├── SP2010GetSPShellAdmin.ps1 │ │ ├── SP2010GetSharePointW3WP.ps1 │ │ ├── SP2010GetSiteCollectionListGUIDs.ps1 │ │ ├── SP2010GetSiteInventory.ps1 │ │ ├── SP2010GetStartStopSPServices.ps1 │ │ ├── SP2010GetTimerJobHistory.ps1 │ │ ├── SP2010GetUserProfileDetails.ps1 │ │ ├── SP2010GetUserProfiles.ps1 │ │ ├── SP2010GetWebApplicationUsers.ps1 │ │ ├── SP2010GetWorkerProcessPerWebApp.ps1 │ │ ├── SP2010HideListField.ps1 │ │ ├── SP2010HideListFieldLoop.ps1 │ │ ├── SP2010ImportCSVDataIntoList.ps1 │ │ ├── SP2010ImportSPSite.ps1 │ │ ├── SP2010InstallSPInfoPathFormTemplate.ps1 │ │ ├── SP2010LargeListItemsMonitor.ps1 │ │ ├── SP2010ListAllPowerShellCommandlets.ps1 │ │ ├── SP2010MonitorDiagnosticLogs.ps1 │ │ ├── SP2010MonitorWebAppAvailability.ps1 │ │ ├── SP2010MoveSites │ │ │ ├── SP2010MoveSite.ps1 │ │ │ └── SharePoint 2010 Move Site PowerShell Script Usage Guide v1.docx │ │ ├── SP2010PeoplePickerSearchADForests.ps1 │ │ ├── SP2010PublishContentTypeInContentTypeHub.ps1 │ │ ├── SP2010RecycleBinQueries.ps1 │ │ ├── SP2010RecycleBinReport.ps1 │ │ ├── SP2010RemoveListField.ps1 │ │ ├── SP2010RemoveListFieldAll.ps1 │ │ ├── SP2010ResetFarmConfigCache.ps1 │ │ ├── SP2010ResetSearchIndex.ps1 │ │ ├── SP2010RetriveSharePointListData │ │ │ ├── Documentation.htm │ │ │ ├── Documentation_files │ │ │ │ ├── colorschememapping.xml │ │ │ │ ├── filelist.xml │ │ │ │ ├── image001.png │ │ │ │ ├── image002.jpg │ │ │ │ ├── image003.png │ │ │ │ ├── image004.jpg │ │ │ │ ├── image005.png │ │ │ │ ├── image006.jpg │ │ │ │ ├── image007.png │ │ │ │ ├── image008.jpg │ │ │ │ ├── image009.png │ │ │ │ ├── image010.png │ │ │ │ ├── image011.jpg │ │ │ │ ├── item0001.xml │ │ │ │ ├── props002.xml │ │ │ │ └── themedata.thmx │ │ │ ├── RetrieveSharePointListData.ps1 │ │ │ ├── SP2010RetrieveSharePointListData.txt │ │ │ └── en-US │ │ │ │ └── RetriveSharePointListData.psd1 │ │ ├── SP2010RunContentTypeHubTimerJobs.ps1 │ │ ├── SP2010SPFarmWarmup.ps1 │ │ ├── SP2010SearchULSTraceLogs.ps1 │ │ ├── SP2010SetBinPathToEnvironmentVariables.ps1 │ │ ├── SP2010SetLoggingDirectories.ps1 │ │ ├── SP2010SetLoggingLocationPaths.ps1 │ │ ├── SP2010SetSiteCollectionAccessLevels.ps1 │ │ ├── SP2010SetSiteCollectionQuotaTemplates.ps1 │ │ ├── SP2010SetSiteTheme.ps1 │ │ ├── SP2010SetWebApplicationAccessLevels.ps1 │ │ ├── SP2010ShowListFields.ps1 │ │ ├── SP2010SitesAvailabilityMonitor.ps1 │ │ ├── SP2010SolutionDeployer │ │ │ ├── Feature.ps1 │ │ │ ├── SP2010SolutionDeployer.txt │ │ │ ├── Solution.ps1 │ │ │ └── usage.txt │ │ ├── SP2010SyncADUserPropertiesAtSiteCollectionLevel.ps1 │ │ ├── SP2010SynchListUserFields.ps1 │ │ ├── SP2010TestEmailFunctionality.ps1 │ │ ├── SP2010TestNetworkLatency.ps1 │ │ ├── SP2010UpdateListField.ps1 │ │ ├── SP2010UpdateRequestAccessEmail.ps1 │ │ ├── SP2010UpdateUserDisplayNameFromADSync.ps1 │ │ ├── SP2010UpdateUserDisplayNames.ps1 │ │ ├── SP2010UpdateUserProfilePhotoStore.ps1 │ │ ├── SP2010UploadFilesFromFolder.ps1 │ │ ├── SP2010VersionSizeReport.ps1 │ │ ├── SP2010WarmUpEntireFarm.ps1 │ │ ├── SP2010WarmUpFarmURLs.ps1 │ │ ├── SP2010WarmUpSpecificURLs.ps1 │ │ ├── SP2010_Farm_Backup_With_Notification.ps1 │ │ └── SP2010_Site_Collection_Backup_With_Notification.ps1 │ └── SharePoint2013 │ │ ├── DeploySPUserSolutionToSiteCollections.ps1 │ │ ├── SP2013ActivateFeatureForAllSiteCollectionsAndSites.ps1 │ │ ├── SP2013AddAllowedInlineDownloadedMimeTypes.ps1 │ │ ├── SP2013AddAlternateSiteCollectionURLMapping.ps1 │ │ ├── SP2013AddCertificateToManageTrust.ps1 │ │ ├── SP2013AddCrawlRules.ps1 │ │ ├── SP2013AddListItemsFromCSVFile.ps1 │ │ ├── SP2013AddRemoveSiteCollectionAdmins.ps1 │ │ ├── SP2013AddSPShellAdmin.ps1 │ │ ├── SP2013AuditLogReport.ps1 │ │ ├── SP2013ConfigureOutgoingEMailSettings.ps1 │ │ ├── SP2013ConfigureRecycleBinSettings.ps1 │ │ ├── SP2013CreateIsolatedAppDomain.ps1 │ │ ├── SP2013CreateMySitesHNSCWebApplication.ps1 │ │ ├── SP2013CreateSPListLibrary.ps1 │ │ ├── SP2013CreateSiteCollectionInOwnContentDB.ps1 │ │ ├── SP2013DeleteAllRecycleBinItems.ps1 │ │ ├── SP2013DeleteSPListItems.ps1 │ │ ├── SP2013DeleteSPListItemsPermanently.ps1 │ │ ├── SP2013DeleteUserProfiles.ps1 │ │ ├── SP2013DownloadPreReqs.ps1 │ │ ├── SP2013EnableEMailNotificationOnLists.ps1 │ │ ├── SP2013EnumAllUsersGroups.ps1 │ │ ├── SP2013EnumContentDatabasesAndSiteSizes.ps1 │ │ ├── SP2013EnumFormTemplateLibraries.ps1 │ │ ├── SP2013EnumNavigationLinks.ps1 │ │ ├── SP2013EnumSiteCollectionSizes.ps1 │ │ ├── SP2013EnumSiteCollections.ps1 │ │ ├── SP2013EnumSitesAndSubSitesHTMLReport.ps1 │ │ ├── SP2013EnumSubSitesSizeInASiteCollection.ps1 │ │ ├── SP2013EnumWebUsersGroups.ps1 │ │ ├── SP2013EnumWorkFlows.ps1 │ │ ├── SP2013ExportAllSolutionsFromSolutionStore.ps1 │ │ ├── SP2013ExportImportSearchServiceManagedProperties.ps1 │ │ ├── SP2013ExportSPSite.ps1 │ │ ├── SP2013ExportSiteColumns.ps1 │ │ ├── SP2013ExportSiteContentTypes.ps1 │ │ ├── SP2013ExtractDocLibraryToDisk.ps1 │ │ ├── SP2013ExtractSiteWebDocLibrariesToDisk.ps1 │ │ ├── SP2013FlushBLOBCache.ps1 │ │ ├── SP2013GetAllFeaturesOnFilePath.ps1 │ │ ├── SP2013GetAllGroupsAndUsers.ps1 │ │ ├── SP2013GetAllInactiveFeatures.ps1 │ │ ├── SP2013GetAllListColumns.ps1 │ │ ├── SP2013GetAllSiteTemplatesInFarm.ps1 │ │ ├── SP2013GetAllSitesInWebApplication.ps1 │ │ ├── SP2013GetCrawlHistoryReport.ps1 │ │ ├── SP2013GetDuplicateListFields.ps1 │ │ ├── SP2013GetEnterpriseSearchServiceStatus.ps1 │ │ ├── SP2013GetFarmAndSiteCollectionAdmins.ps1 │ │ ├── SP2013GetFarmConfigurationAndEventsReport.ps1 │ │ ├── SP2013GetLinksReport.ps1 │ │ ├── SP2013GetMissingUserProfileProperties.ps1 │ │ ├── SP2013GetSPCorrelationIDLogs.ps1 │ │ ├── SP2013GetSPFarmInventory.ps1 │ │ ├── SP2013GetSPSearchServiceTopologyState.ps1 │ │ ├── SP2013GetSPShellAdmin.ps1 │ │ ├── SP2013GetSharePointW3WP.ps1 │ │ ├── SP2013GetSiteCollectionListGUIDs.ps1 │ │ ├── SP2013GetStartStopSPServices.ps1 │ │ ├── SP2013GetUserProfileDetails.ps1 │ │ ├── SP2013GetUserProfiles.ps1 │ │ ├── SP2013GetWebAnalyticsReport.ps1 │ │ ├── SP2013ImportSPSite.ps1 │ │ ├── SP2013InstallSPInfoPathFormTemplate.ps1 │ │ ├── SP2013LargeListItemsMonitor.ps1 │ │ ├── SP2013ListAllInstalledProducts.ps1 │ │ ├── SP2013ListAllPowerShellCommandlets.ps1 │ │ ├── SP2013MonitorDiagnosticLogs.ps1 │ │ ├── SP2013MonitorWebAppAvailability.ps1 │ │ ├── SP2013MoveSPEnterpriseSearchIndex.ps1 │ │ ├── SP2013PeoplePickerSearchADForests.ps1 │ │ ├── SP2013PublishContentTypeInContentTypeHub.ps1 │ │ ├── SP2013RegisterCertForHighTrustApps.ps1 │ │ ├── SP2013ResetFarmConfigCache.ps1 │ │ ├── SP2013ResetSearchIndex.ps1 │ │ ├── SP2013ResolveEditVsContributePermissions.ps1 │ │ ├── SP2013RunContentTypeHubTimerJobs.ps1 │ │ ├── SP2013SPFarmWarmup.ps1 │ │ ├── SP2013SearchULSTraceLogs.ps1 │ │ ├── SP2013SetContentTypeHubURL.ps1 │ │ ├── SP2013SetDistributedCacheServiceMemory.ps1 │ │ ├── SP2013SetLoggingLocationPaths.ps1 │ │ ├── SP2013SetMaintenanceWindowForWebApplication.ps1 │ │ ├── SP2013SetManagedPropertiesRefinableSortable.ps1 │ │ ├── SP2013SetMaximumFileSizePerExtension.ps1 │ │ ├── SP2013SitesAvailabilityMonitor.ps1 │ │ ├── SP2013SyncADUserPropertiesAtSiteCollectionLevel.ps1 │ │ ├── SP2013TestEmailFunctionality.ps1 │ │ ├── SP2013TestNetworkLatency.ps1 │ │ ├── SP2013UpdateRequestAccessEmail.ps1 │ │ ├── SP2013UpdateSecurityTokenServiceConfig.ps1 │ │ ├── SP2013UpdateUserDisplayNameFromADSync.ps1 │ │ ├── SP2013UpdateUserProfilePhotoStore.ps1 │ │ ├── SP2013UploadFilesFromFolder.ps1 │ │ └── SP2013VersionSizeReport.ps1 │ ├── Snippets │ ├── ClipboardHistoryViewer.ps1 │ ├── ForEachFromCSVImport.ps1 │ ├── GetDotNetFrameworkVersions.ps1 │ ├── GetInternetExplorerTrustedSites.ps1 │ ├── ISEVimEditorTheme.ps1 │ ├── ReadHostArray.ps1 │ └── SearchForPhraseInFiles.ps1 │ ├── TaskScheduler │ ├── EnumScheduledTasks.ps1 │ └── GetScheduledTask.ps1 │ ├── TerminalService │ └── GetActiveTerminalServiceRDPSessions.ps1 │ ├── VMware │ └── DeployESXiPatch.ps1 │ ├── certificates │ ├── BackupCertificateAuthority.ps1 │ ├── Disable-CRLCheckv2.ps1 │ ├── GenerateCertificateSigningRequest(CSR).ps1 │ ├── GetCertificatesInFilePath.ps1 │ ├── GetInstalledCertificates.ps1 │ └── UpgradeCertificateAuthority.ps1 │ ├── diskspace │ ├── DiskSpaceHTMLEmailReport.ps1 │ ├── DiskSpaceHTMLReport.ps1 │ ├── DiskSpacePercentageUsedGraph.ps1 │ ├── GetClusterSharedVolumesCSVSpace.ps1 │ └── diskspacereport │ │ ├── diskspace.ps1 │ │ ├── list.txt │ │ └── start.bat │ ├── email │ ├── SMTPEmailTest.ps1 │ ├── SendEmailWithAttachment.ps1 │ ├── SendEmailWithHTML.ps1 │ └── SendEmailWithMultipleAttachments.ps1 │ ├── eventlogs │ └── monitor_windows_event_logs.ps1 │ ├── files │ ├── CheckForFilesWithEmailAlert.ps1 │ ├── DeleteFilesAfterNumberOfDays.ps1 │ ├── DeleteFilesAfterNumberOfDaysFunction.ps1 │ ├── DirectoryFilesMonitor.ps1 │ ├── FindFilesInDirectory.ps1 │ ├── ListFileSizesInDirectoryFunction.ps1 │ ├── ListMoveDeleteFilesAfterNumberOfDays.ps1 │ ├── ListOrDeleteFilesAfterNumberOfDays.ps1 │ ├── MoveBackupFiles.ps1 │ ├── ReplaceStringInFilesInDirectory.ps1 │ ├── SortAndMoveFilesToDateFolders.ps1 │ └── search_string_match_in_files.ps1 │ ├── hotfixes │ ├── CompareHotFixes.ps1 │ └── Get-HotFixReport.ps1 │ ├── iis │ ├── IIS_Change_Log_File_Location.ps1 │ ├── IIS_Create_Shortcuts_To_Log_Files.ps1 │ ├── IIS_Get_All_App_Pool_Credentials.ps1 │ ├── IIS_Get_App_Pool_Credentials.ps1 │ ├── IIS_Get_Web_Apps_And_Identity_Details.ps1 │ ├── IIS_Get_Web_Sites.ps1 │ └── IIS_Recycle_App_Pool_Remotely.ps1 │ ├── network │ ├── MonitorPorts.pdf │ ├── MonitorPorts.ps1 │ └── MonitorTCPAndUDPConnections.ps1 │ ├── o365 │ ├── AssignMSOnlineRoleDelegationToUsers.ps1 │ ├── AssignMSOnlineUserPlanLicenses.ps1 │ ├── ConnectToExchangeOnline.ps1 │ ├── ConnectToMSOnline.ps1 │ ├── ConnectToMSOnlineAndExchangeOnlineFunction.ps1 │ ├── ConnectToMultipleMSOnlineServices.ps1 │ ├── DirSyncStartOnlineCoexistenceSync.ps1 │ ├── ExchangeOnline │ │ ├── ExchangeOnlineCheckDistributionGroupSync.ps1 │ │ ├── ExchangeOnlineDisableOffice365GroupCreation.ps1 │ │ ├── ExchangeOnlineGetDistributionGroupMemberReports.ps1 │ │ ├── ExchangeOnlineGetDistributionGroupMembers.ps1 │ │ ├── ExchangeOnlineGetMailBoxPermissions.ps1 │ │ ├── ExchangeOnlineGetMailBoxStatistics.ps1 │ │ ├── ExchangeOnlineGetMailboxLocations.ps1 │ │ ├── ExchangeOnlineGetOffice365GroupsReports.ps1 │ │ ├── ExchangeOnlineGetUserDetails.ps1 │ │ ├── ExchangeOnlineProtectionGetMailTrafficReports.ps1 │ │ ├── ExchangeOnlineSetMailBoxAuditing.ps1 │ │ └── ExchangeOnlineSetUserPhoto.ps1 │ ├── GetExchangeOnlineDistributionListMembers.ps1 │ ├── GetMSOnlineAdminUsers.ps1 │ ├── GetMSOnlineGroupsLastDirSyncTime.ps1 │ ├── GetMSOnlineGroupsWithoutLastDirSyncTime.ps1 │ ├── GetMSOnlineHealthStatusReport.ps1 │ ├── GetMSOnlineServiceHealthIncidentsEmail.ps1 │ ├── GetMSOnlineTenantID.ps1 │ ├── GetMSOnlineUserLicensePlansAssignment.ps1 │ ├── GetMSOnlineUserLicenses.ps1 │ ├── GetMSOnlineUserLicensesUsage.ps1 │ ├── GetMSOnlineUserReport.ps1 │ ├── MSOnlineGetAllPowerShellModules.ps1 │ ├── O365-Fed-MetaData-Update-Task-Installation.ps1 │ ├── OneDrive │ │ └── MSOnlineAddOneDriveBlockedFileExtensions.ps1 │ ├── SharePointOnline │ │ ├── SPOnlineActivateSiteCollectionFeature.ps1 │ │ ├── SPOnlineAddDocumentsToLibrary.ps1 │ │ ├── SPOnlineAddSiteCollectionAdministrators.ps1 │ │ ├── SPOnlineAddUsersAndGroupsFromCSVFile.ps1 │ │ ├── SPOnlineCreatePersonalSiteCollectionsFromCSVFile.ps1 │ │ ├── SPOnlineCreateSiteCollectionsFromCSVFile.ps1 │ │ ├── SPOnlineDeleteSiteCollection.ps1 │ │ ├── SPOnlineDownloadFileFunction.ps1 │ │ ├── SPOnlineEnableDisableCustomScriptForSiteCollections.ps1 │ │ ├── SPOnlineEnableSideLoadingForSiteCollections.ps1 │ │ ├── SPOnlineGetAllOneDriveSiteDetails.ps1 │ │ ├── SPOnlineGetAllSiteCollectionDetails.ps1 │ │ ├── SPOnlineGetAllUserProfileServiceUserProfiles.ps1 │ │ ├── SPOnlineGetContentTypes.ps1 │ │ ├── SPOnlineGetPersonalSiteCollections.ps1 │ │ ├── SPOnlineReindexSiteCollectionsAndSites.ps1 │ │ ├── SPOnlineRemoveDeletedSiteCollection.ps1 │ │ ├── SPOnlineRenewAddInsClientSecrets.ps1 │ │ ├── SPOnlineSiteCollectionCommandsFromCSVInput.ps1 │ │ └── SPOnlineUpdateListItemsFromCSV.ps1 │ └── Yammer │ │ └── YammerUserMatchToAzureAD.ps1 │ ├── quest │ └── EnumOperatingSystems.ps1 │ ├── security │ ├── EncryptCredentialsForPSRemoting.ps1 │ ├── EncryptedCredentialsFunctions.ps1 │ └── GenerateSecurePasswords.ps1 │ ├── services │ └── RestartWindowsServices.ps1 │ ├── systeminfo │ ├── GetNicConfiurationDetails.ps1 │ ├── SystemInfoInventory.ps1 │ ├── SystemInfoOnServers.ps1 │ ├── SystemInfoReportEmail.ps1 │ └── SystemInfoReportHTML.ps1 │ ├── telnet │ └── PowerShellTelnetRemoteSession.ps1 │ └── web │ ├── WebPageLoadTimesTest.ps1 │ ├── WebRequestTest.ps1 │ ├── WebSiteAvailabilityMonitor.ps1 │ └── WebSiteAvailabilityMonitorWithServiceRestart.ps1 ├── SQLServer └── Working │ ├── AzureSQLEnumDatabaseUsersAndRoles.sql │ ├── SQLAttachDatabase.sql │ ├── SQLBackupDatabasesToDiskWithCopyOnly.sql │ ├── SQLBackupHistoryAnalysis.sql │ ├── SQLBackupHistoryQueries.sql │ ├── SQLDropDatabases.sql │ ├── SQLEnumClientConnectionDetails.sql │ ├── SQLEnumClientConnections.sql │ ├── SQLEnumCurrentExecutingTransactions.sql │ ├── SQLEnumDatabaseSizeAndFileGrowth.sql │ ├── SQLEnumDatabaseSizes.sql │ ├── SQLEnumDatabaseStoredProcs.sql │ ├── SQLEnumDatabaseTableSizes.sql │ ├── SQLEnumDatabaseUsersAndRoles.sql │ ├── SQLEnumDatabasesAndLogFileSizes.sql │ ├── SQLEnumFileGrowth.sql │ ├── SQLEnumPortsAndProtocols.sql │ ├── SQLEnumTableSizes.sql │ ├── SQLFindTextInDatabaseTablesAndColumns.sql │ ├── SQLGenerateAttachAndDetachCommands.sql │ ├── SQLGetHostClusterNodesDatabaseLocationsVolumesSizes.sql │ ├── SQLGetInstanceConfigurationDetails.sql │ ├── SQLGetInstanceDetailsSummary.sql │ ├── SQLOutputDatabaseUsersAndRolesGenerationScript.sql │ ├── SQLOutputInstanceUsersAndRolesGenerationScript.sql │ ├── SQLRebuildIndexesForAllDatabases.sql │ ├── SQLRecentFullDifferentialLogBackupHistory.sql │ ├── SQLRestoreHistoryAnalysis.sql │ ├── SQLSCCMGetAllRegisteredMachines.sql │ ├── SQLSetAllDatabasesRecoveryModels.sql │ ├── SQLSharePointAllDocsQueries.sql │ ├── SQLSharePointDatabaseNamesAgainstGUIDs.sql │ ├── SQLSharePointDatabaseStatisticsStatusChecks.sql │ ├── SQLSharePointDocsVersionsReport.sql │ ├── SQLSharePointFilePathLengthQueries.sql │ ├── SQLSharePointListDocAndFormLibraries.sql │ ├── SQLSharePointListMySites.sql │ ├── SQLSharePointListTemplateNamesAndIDs.sql │ ├── SQLSharePointSiteSizeQueries.sql │ ├── SQLSharePointTruncateUsageAndHealthDatabase.sql │ ├── SQLShrinkTransactionLogs.sql │ └── SQLTopIOQueries.sql └── ServiceNow ├── ServiceNowMergeDuplicateUserRecords.js └── ServiceNowRecordProducerPopulateIncidentRecord.js /BATCH/WIP/sharepoint/moss2007/AutomatedSharePoint2007FarmConfigurationBatchFile/Resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/AutomatedSharePoint2007FarmConfigurationBatchFile/Resource.txt -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/AutomatedSharePoint2007FarmConfigurationBatchFile/psconfig.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/AutomatedSharePoint2007FarmConfigurationBatchFile/psconfig.bat -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/Connect.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/Connect.bat -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/install.bat -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/mysites.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/mysites.bat -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/portal.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/portal.bat -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/teams.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/teams.bat -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/variables.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/InstallScript/variables.bat -------------------------------------------------------------------------------- /BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/Resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/WIP/sharepoint/moss2007/GaryLapointeSharePoint2007Install/Resource.txt -------------------------------------------------------------------------------- /BATCH/Working/IIS/GetAppPoolPassword.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/Working/IIS/GetAppPoolPassword.bat -------------------------------------------------------------------------------- /BATCH/Working/SharePoint/InstallNewInfoPathFormTemplate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/Working/SharePoint/InstallNewInfoPathFormTemplate.bat -------------------------------------------------------------------------------- /BATCH/Working/SharePoint/UpgradeInfoPathFormTemplate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/Working/SharePoint/UpgradeInfoPathFormTemplate.bat -------------------------------------------------------------------------------- /BATCH/Working/System/EmptyRecycleBin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/BATCH/Working/System/EmptyRecycleBin.bat -------------------------------------------------------------------------------- /PowerShell/Working/AD/AddADGroupMembersFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/AddADGroupMembersFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/CheckMaxTokenSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/CheckMaxTokenSize.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/CompareADuserAddGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/CompareADuserAddGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/Create-ADAccountsFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/Create-ADAccountsFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/CreateADUsersAndGroupsFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/CreateADUsersAndGroupsFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADAccountLockedOutLocation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADAccountLockedOutLocation.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADBitLockerRecovery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADBitLockerRecovery.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADComputerInstalledKBsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADComputerInstalledKBsReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADExpiringUserAccountsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADExpiringUserAccountsReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADForestBackupHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADForestBackupHistory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADForestHealthStatusReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADForestHealthStatusReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADGroupManagedBy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADGroupManagedBy.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADGroupMembers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADGroupModificationsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADGroupModificationsReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADObjectsInAForest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADObjectsInAForest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADOnlineMachines.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADOnlineMachines.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADReplicationStatusReportCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADReplicationStatusReportCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADReplicationStatusReportHTML.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADReplicationStatusReportHTML.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADUserPasswordLastSetReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADUserPasswordLastSetReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADUserPropertiesToCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADUserPropertiesToCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetADUserThumbnailPhotos.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetADUserThumbnailPhotos.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetRecentADUserAccounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetRecentADUserAccounts.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetRemoveAddADGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetRemoveAddADGroupMembers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetSPNRecordsInAD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetSPNRecordsInAD.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetThumbnailPhotoSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetThumbnailPhotoSize.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetTotalUsersGroupsContactsInForest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetTotalUsersGroupsContactsInForest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetUserPasswordLastSetDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetUserPasswordLastSetDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetUsersLastLogonDateTime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetUsersLastLogonDateTime.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/GetUsersLogonLogoffEvents.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/GetUsersLogonLogoffEvents.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/InvokeADReplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/InvokeADReplication.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/MonitorADGroupMembershipModifications.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/MonitorADGroupMembershipModifications.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/SetADAccountasLocalAdministrator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/SetADAccountasLocalAdministrator.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/UpdateADPhotos.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/UpdateADPhotos.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/UserPasswordExpiryNotificationEmails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/UserPasswordExpiryNotificationEmails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/AD/ValidateADUserCredential.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/AD/ValidateADUserCredential.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/ADFS/ExportAndImportADFSClaimRules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/ADFS/ExportAndImportADFSClaimRules.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/ADFS/GetADFSReferenceNumberErrors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/ADFS/GetADFSReferenceNumberErrors.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/ADFS/SetMSOnlineFederationToADFS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/ADFS/SetMSOnlineFederationToADFS.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/ADFS/UpdateADFSTokenCerts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/ADFS/UpdateADFSTokenCerts.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/ADFS/UsefulADFSCommands.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/ADFS/UsefulADFSCommands.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureADConnectCommunicationsTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureADConnectCommunicationsTest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureADConnectFullPasswordSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureADConnectFullPasswordSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureADConnectGetADSyncServerConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureADConnectGetADSyncServerConfiguration.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureADConnectGetConnectorSyncErrors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureADConnectGetConnectorSyncErrors.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureADConnectGetLocalSQLInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureADConnectGetLocalSQLInstance.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureADConnectSetPreventAccidentalDeletes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureADConnectSetPreventAccidentalDeletes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureADConnectStartSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureADConnectStartSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureCloudShellCommands.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureCloudShellCommands.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureGetAzureRMResourceReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureGetAzureRMResourceReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureWebAppUploadFromLocalFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureWebAppUploadFromLocalFolder.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/AzureWebAppUploadFromStorageAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/AzureWebAppUploadFromStorageAccount.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/ConnectToAzurePowerShellModules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/ConnectToAzurePowerShellModules.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/CreateAzureRmADApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/CreateAzureRmADApplication.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/GetAzureRmADApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/GetAzureRmADApplication.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/GetAzureRmResourceGroupDeployment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/GetAzureRmResourceGroupDeployment.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Azure/InstallImportAzurePowerShell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Azure/InstallImportAzurePowerShell.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DNS/GetDNSRecordsForAllZones.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DNS/GetDNSRecordsForAllZones.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DNS/UpdateDNSARecordIPAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DNS/UpdateDNSARecordIPAddress.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DPM/DPMGetDiskUtilizationReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DPM/DPMGetDiskUtilizationReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DPM/DPMGetRecoveryPointsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DPM/DPMGetRecoveryPointsReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DateTime/GetDateFormatOptions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DateTime/GetDateFormatOptions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DirSync/DirSyncSetPreventAccidentalDeletes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DirSync/DirSyncSetPreventAccidentalDeletes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DirSync/DirSyncStartOnlineCoexistenceSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DirSync/DirSyncStartOnlineCoexistenceSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/DirSync/DirSyncStatusReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/DirSync/DirSyncStatusReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Exchange/GetDistributionGroupMemberCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Exchange/GetDistributionGroupMemberCounts.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Exchange/GetDistributionGroupMemberReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Exchange/GetDistributionGroupMemberReports.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Exchange/ManageDistributionGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Exchange/ManageDistributionGroups.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FIM/ClearSynchronizationServiceManagerRunsHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FIM/ClearSynchronizationServiceManagerRunsHistory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/GetFTPDirectoryFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/GetFTPDirectoryFiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Add-FTPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Add-FTPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Get-FTPChildItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Get-FTPChildItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Get-FTPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Get-FTPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Get-FTPItemSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Get-FTPItemSize.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/New-FTPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/New-FTPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/PSFTP.Format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/PSFTP.Format.ps1xml -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/PSFTP.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/PSFTP.psd1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/PSFTP.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/PSFTP.psm1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/PowerShellFTPClientModule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/PowerShellFTPClientModule.txt -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Readme.txt -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Remove-FTPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Remove-FTPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Rename-FTPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Rename-FTPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/FTP/PSFTP/Set-FTPConnection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/FTP/PSFTP/Set-FTPConnection.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/En-us.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/En-us.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/Helper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/Helper.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/HyperV.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/HyperV.psd1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/MAML-VMNetwork.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/MAML-VMNetwork.XML -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/MAML-VMSnapshot.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/MAML-VMSnapshot.XML -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/Maml-Helper.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/Maml-Helper.XML -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/Network.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/Network.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/SnapShot.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/SnapShot.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/VMConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/VMConfig.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/disk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/disk.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/hyperv.format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/hyperv.format.ps1xml -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/maml-vm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/maml-vm.xml -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/maml-vmDisk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/maml-vmDisk.xml -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/maml-vmconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/maml-vmconfig.xml -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/menu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/menu.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/v1Compatability.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/v1Compatability.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/HyperV/vm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/HyperV/vm.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/PS_Console.REG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/PS_Console.REG -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/PShyperv-R2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/PShyperv-R2.pdf -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/PsHyperV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/PsHyperV.txt -------------------------------------------------------------------------------- /PowerShell/Working/Hyper-V/PsHyperV/install.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Hyper-V/PsHyperV/install.cmd -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Add-IADGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Add-IADGroupMember.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Disable-IADObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Disable-IADObject.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Enable-IADObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Enable-IADObject.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADAltRecipient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADAltRecipient.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADComputer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADComputer.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADCurrentDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADCurrentDomain.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADCurrentForest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADCurrentForest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADDomainController.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADDomainController.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADDomainController2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADDomainController2.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADEmptyGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADEmptyGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADExchangeAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADExchangeAdmin.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADFSMORoleHolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADFSMORoleHolder.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADGroupMember.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADGroupMembership.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADGroupMembership.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADObjectBySID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADObjectBySID.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADObjectSID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADObjectSID.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADSubnet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADSubnet.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADTombstoneComputer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADTombstoneComputer.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADTombstoneObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADTombstoneObject.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADTombstoneUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADTombstoneUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Get-IADUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Move-IADObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Move-IADObject.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/New-IADGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/New-IADGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/New-IADPassword.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/New-IADPassword.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/New-IADUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/New-IADUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Remove-IADGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Remove-IADGroupMember.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Remove-IADObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Remove-IADObject.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Set-IADUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ADPowerShellScripts/Set-IADUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Disable-IEXUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Disable-IEXUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXAvailableSpace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXAvailableSpace.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXClusterNode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXClusterNode.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXCurrentRole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXCurrentRole.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXDatabaseQuotaStatistics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXDatabaseQuotaStatistics.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXDatabaseSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXDatabaseSize.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXDatabaseStatistics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXDatabaseStatistics.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXEmailAddressOwner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXEmailAddressOwner.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXEmailAddressReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXEmailAddressReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXForwardMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXForwardMailbox.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXInactiveMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXInactiveMailbox.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXLastSendAndReceivedDate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXLastSendAndReceivedDate.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxAddressCount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxAddressCount.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxCountReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxCountReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxFolderStatistics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxFolderStatistics.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxStatistics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXMailboxStatistics.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXSendAsPermission.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXSendAsPermission.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXTip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Get-IEXTip.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/New-IEXAddressList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/New-IEXAddressList.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/New-IEXMailboxFromCsv.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/New-IEXMailboxFromCsv.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/New-IEXTestMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/New-IEXTestMailbox.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Purge-IEXMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Purge-IEXMailbox.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Remove-IEXDisabledUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Remove-IEXDisabledUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Set-IEXEmailAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Set-IEXEmailAddress.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Test-IEXDistinguishedName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Test-IEXDistinguishedName.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Test-IEXEmailAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Test-IEXEmailAddress.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Test-IEXEmailAddress2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_ExchangeScripts/Test-IEXEmailAddress2.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/Backup-SSAS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/Backup-SSAS.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/Readme.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/Readme.doc -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/Readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/Readme.pdf -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/SampleData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2005/SampleData.csv -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/Backup-SSAS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/Backup-SSAS.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/Readme.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/Readme.doc -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/Readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/Readme.pdf -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/SampleData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SQLServerScripts/SQL Server 2008/SampleData.csv -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Add-SPList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Add-SPList.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Add-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Add-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Add-SPUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Add-SPUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/CheckIn-SPDocument.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/CheckIn-SPDocument.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/CheckOut-SPDocument.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/CheckOut-SPDocument.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Display-SPItemInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Display-SPItemInformation.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Display-SPList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Display-SPList.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Display-SPWebPart.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Display-SPWebPart.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Export-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Export-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Get-SPView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Get-SPView.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Get-SPWeb.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Get-SPWeb.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Import-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Import-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Readme.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Readme.doc -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Readme.pdf -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Remove-SPList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Remove-SPList.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Remove-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Remove-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Set-SPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/IderaPowerShellScripts/Idera_SharePointScripts/Set-SPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/LogParser/ProtocolStatusQuery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/LogParser/ProtocolStatusQuery.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/MySQL/MySQLRunQueryFunction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/MySQL/MySQLRunQueryFunction.txt -------------------------------------------------------------------------------- /PowerShell/Working/NLB/CreateNLBCluster.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/NLB/CreateNLBCluster.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/PSRemoting/EnablePSRemoting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/PSRemoting/EnablePSRemoting.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/PSRemoting/EncryptCredentialsForPSRemoting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/PSRemoting/EncryptCredentialsForPSRemoting.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLClusterFailoverTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLClusterFailoverTest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLPS/GetMAXDOP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLPS/GetMAXDOP.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLPS/GetRecentFullDifferentialLogBackupHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLPS/GetRecentFullDifferentialLogBackupHistory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLPS/GetSQLConfigInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLPS/GetSQLConfigInfo.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLPS/GetSQLServerCores.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLPS/GetSQLServerCores.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLPS/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLPS/Readme.txt -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLPS/SQLOutGridViewQueryFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLPS/SQLOutGridViewQueryFunction.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLPS/SQLPowerShell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLPS/SQLPowerShell.txt -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerBackupHistoryReportWithHTML.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerBackupHistoryReportWithHTML.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerCheckSharePointAccountsPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerCheckSharePointAccountsPermissions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerConnectAndQueryDatabaseSizeAndGrowth.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerConnectAndQueryDatabaseSizeAndGrowth.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerConnectAndRunQueries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerConnectAndRunQueries.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerConnectAndRunQueriesFromTextFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerConnectAndRunQueriesFromTextFile.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerConnectAndRunQueriesWithOutputs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerConnectAndRunQueriesWithOutputs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerGetDatabaseMailConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerGetDatabaseMailConfiguration.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerInstancesReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerInstancesReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerInventoryReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerInventoryReports.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerInventoryReportsWithDocsAndScripts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerInventoryReportsWithDocsAndScripts.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerOutputAgentJobs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerOutputAgentJobs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerReorganizeOrRebuildIndexFragmentation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerReorganizeOrRebuildIndexFragmentation.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SQLServer/SQLServerResetAdminAccess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SQLServer/SQLServerResetAdminAccess.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/ServiceNow/ChangeMIDServerInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/ServiceNow/ChangeMIDServerInstance.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/GetSharePointOrphanedUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/GetSharePointOrphanedUsers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007AddListItemsFromCSVFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007AddListItemsFromCSVFile.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007AddRemoveSiteCollectionAdmins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007AddRemoveSiteCollectionAdmins.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007CheckFarmPortsStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007CheckFarmPortsStatus.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007CheckInDocuments.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007CheckInDocuments.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007CompareFilesAndFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007CompareFilesAndFolders.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteAllRecycleBinItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteAllRecycleBinItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteAuditDataTableRecords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteAuditDataTableRecords.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteSPListItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteSPListItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteSPListItemsPermanently.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteSPListItemsPermanently.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteUsersFromSites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007DeleteUsersFromSites.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007DisableDocumentParserProcessing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007DisableDocumentParserProcessing.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumContentDatabases.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumContentDatabases.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumFarmFunctions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumFarmFunctions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumFormTemplateLibraries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumFormTemplateLibraries.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumNavigationLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumNavigationLinks.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumSiteGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumSiteGroups.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumSubSitesSizeInASiteCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumSubSitesSizeInASiteCollection.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumUserProfileProperties.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumUserProfileProperties.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumWorkFlows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumWorkFlows.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007EnumerateListItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007EnumerateListItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007ExportSingleSolutionsFromSolutionStore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007ExportSingleSolutionsFromSolutionStore.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007ExtractDocLibraryToDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007ExtractDocLibraryToDisk.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007FixUpgradeIssues.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007FixUpgradeIssues.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetAllFeaturesOnFilePath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetAllFeaturesOnFilePath.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetContentTypeQueries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetContentTypeQueries.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetCrawlSchedules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetCrawlSchedules.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetCredentialsAndPasswords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetCredentialsAndPasswords.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetDocInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetDocInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetDocLibraryInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetDocLibraryInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetFarmID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetFarmID.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetSPFarmInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetSPFarmInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetSiteInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetSiteInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007GetUserProfileDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007GetUserProfileDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007HideListField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007HideListField.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007HideListFieldLoop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007HideListFieldLoop.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007MigrateSiteCollections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007MigrateSiteCollections.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007MigrateUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007MigrateUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007MonitorDiagnosticLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007MonitorDiagnosticLogs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007MonitorWebAppAvailability.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007MonitorWebAppAvailability.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007SearchULSTraceLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007SearchULSTraceLogs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007SetBinPathToEnvironmentVariables.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007SetBinPathToEnvironmentVariables.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007SetLibraryVersioningSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007SetLibraryVersioningSettings.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007ShowListFields.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007ShowListFields.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007TestNetworkLatency.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007TestNetworkLatency.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007UpdateListField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007UpdateListField.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007UpdateRequestAccessEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007UpdateRequestAccessEmail.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007UploadFilesFromFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007UploadFilesFromFolder.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007VersionSizeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007VersionSizeReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007WarmUpEntireFarm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007WarmUpEntireFarm.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/SP2007WarmUpSpecificURLs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/SP2007WarmUpSpecificURLs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPCalendar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPCalendar.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPFolder.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPLink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPLink.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPList.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPURLField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPURLField.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Add-SPUser.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Export-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Export-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPField.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPList.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPView.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPWeb.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Get-SPWeb.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Import-SPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Import-SPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Readme.txt -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Set-SPItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Set-SPItem.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Set-SPTheme.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Set-SPTheme.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Set-SPView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/MOSS2007/powershell.nu_moss2007_script_collection/Set-SPView.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010AddAllowedInlineDownloadedMimeTypes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010AddAllowedInlineDownloadedMimeTypes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010AddCertificateToManageTrust.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010AddCertificateToManageTrust.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010AddFileTypesToInlineBrowsing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010AddFileTypesToInlineBrowsing.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010AddListItemsFromCSVFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010AddListItemsFromCSVFile.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010AddRemoveSiteCollectionAdmins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010AddRemoveSiteCollectionAdmins.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010AuditLogReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010AuditLogReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ChangeManagedAccountPassword.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ChangeManagedAccountPassword.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CheckFarmPortsStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CheckFarmPortsStatus.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CheckInDocuments.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CheckInDocuments.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CompareFilesAndFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CompareFilesAndFolders.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ConfigureOutgoingEMailSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ConfigureOutgoingEMailSettings.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ConfigureRecycleBinSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ConfigureRecycleBinSettings.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateGroups/SP2010CreateGroupsFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateGroups/SP2010CreateGroupsFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateSPListLibrary.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateSPListLibrary.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateSiteCollectionInExistingContentDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateSiteCollectionInExistingContentDB.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateSiteCollectionInOwnContentDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateSiteCollectionInOwnContentDB.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateUserProfilePictures.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateUserProfilePictures.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateUserProfiles/CreatePeople.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateUserProfiles/CreatePeople.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateUserProfiles/People.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010CreateUserProfiles/People.csv -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteAllRecycleBinItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteAllRecycleBinItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteSPListItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteSPListItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteSPListItemsPermanently.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteSPListItemsPermanently.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteUserProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteUserProfiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteUsersFromSites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DeleteUsersFromSites.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DeploySolutionsFromDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DeploySolutionsFromDirectory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DeploySolutionsWithParameters.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DeploySolutionsWithParameters.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DownloadBlobsFromDocLibrary.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DownloadBlobsFromDocLibrary.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010DownloadPreReqs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010DownloadPreReqs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnableDeveloperDashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnableDeveloperDashboard.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnableObjectCacheOnWebApplications.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnableObjectCacheOnWebApplications.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumAllUsersGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumAllUsersGroups.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumContentDatabasesAndSiteSizes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumContentDatabasesAndSiteSizes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumFormTemplateLibraries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumFormTemplateLibraries.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumNavigationLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumNavigationLinks.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumSiteGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumSiteGroups.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumSitePermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumSitePermissions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumSubSitesSizeInASiteCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumSubSitesSizeInASiteCollection.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumWebUsersGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumWebUsersGroups.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumWorkFlows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumWorkFlows.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumerateListItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumerateListItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumerateSiteTemplateID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumerateSiteTemplateID.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumerateWebApplicationPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010EnumerateWebApplicationPermissions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportAllSolutionsFromSolutionStore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportAllSolutionsFromSolutionStore.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSingleSolutionsFromSolutionStore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSingleSolutionsFromSolutionStore.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSiteColumns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSiteColumns.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSiteContentTypes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ExportSiteContentTypes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ExtractDocLibraryToDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ExtractDocLibraryToDisk.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010FlushApplicationBLOBCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010FlushApplicationBLOBCache.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010FlushBLOBCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010FlushBLOBCache.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010FlushFarmBLOBCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010FlushFarmBLOBCache.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllFeaturesOnFilePath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllFeaturesOnFilePath.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllGroupsAndUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllGroupsAndUsers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllInactiveFeatures.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllInactiveFeatures.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllListColumns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllListColumns.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllSiteTemplatesInFarm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllSiteTemplatesInFarm.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllSitesInWebApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetAllSitesInWebApplication.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetCheckedOutFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetCheckedOutFiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetContentTypeQueries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetContentTypeQueries.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetCrawlHistoryReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetCrawlHistoryReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetCrawlSchedules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetCrawlSchedules.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetDocInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetDocInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetDuplicateListFields.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetDuplicateListFields.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetFarmAndSiteCollectionAdmins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetFarmAndSiteCollectionAdmins.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetFarmID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetFarmID.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetLinksReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetLinksReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetMissingUserProfileProperties.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetMissingUserProfileProperties.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSPFarmInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSPFarmInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSPShellAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSPShellAdmin.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSharePointW3WP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSharePointW3WP.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSiteCollectionListGUIDs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSiteCollectionListGUIDs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSiteInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetSiteInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetStartStopSPServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetStartStopSPServices.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetTimerJobHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetTimerJobHistory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetUserProfileDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetUserProfileDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetUserProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetUserProfiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetWebApplicationUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetWebApplicationUsers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010GetWorkerProcessPerWebApp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010GetWorkerProcessPerWebApp.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010HideListField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010HideListField.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010HideListFieldLoop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010HideListFieldLoop.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ImportCSVDataIntoList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ImportCSVDataIntoList.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ImportSPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ImportSPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010InstallSPInfoPathFormTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010InstallSPInfoPathFormTemplate.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010LargeListItemsMonitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010LargeListItemsMonitor.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ListAllPowerShellCommandlets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ListAllPowerShellCommandlets.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010MonitorDiagnosticLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010MonitorDiagnosticLogs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010MonitorWebAppAvailability.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010MonitorWebAppAvailability.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010MoveSites/SP2010MoveSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010MoveSites/SP2010MoveSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010PeoplePickerSearchADForests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010PeoplePickerSearchADForests.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010PublishContentTypeInContentTypeHub.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010PublishContentTypeInContentTypeHub.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010RecycleBinQueries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010RecycleBinQueries.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010RecycleBinReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010RecycleBinReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010RemoveListField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010RemoveListField.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010RemoveListFieldAll.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010RemoveListFieldAll.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ResetFarmConfigCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ResetFarmConfigCache.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ResetSearchIndex.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ResetSearchIndex.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010RetriveSharePointListData/Documentation.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010RetriveSharePointListData/Documentation.htm -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010RunContentTypeHubTimerJobs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010RunContentTypeHubTimerJobs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SPFarmWarmup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SPFarmWarmup.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SearchULSTraceLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SearchULSTraceLogs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SetBinPathToEnvironmentVariables.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SetBinPathToEnvironmentVariables.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SetLoggingDirectories.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SetLoggingDirectories.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SetLoggingLocationPaths.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SetLoggingLocationPaths.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SetSiteCollectionAccessLevels.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SetSiteCollectionAccessLevels.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SetSiteCollectionQuotaTemplates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SetSiteCollectionQuotaTemplates.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SetSiteTheme.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SetSiteTheme.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SetWebApplicationAccessLevels.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SetWebApplicationAccessLevels.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010ShowListFields.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010ShowListFields.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SitesAvailabilityMonitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SitesAvailabilityMonitor.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/Feature.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/Feature.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/SP2010SolutionDeployer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/SP2010SolutionDeployer.txt -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/Solution.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/Solution.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/usage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SolutionDeployer/usage.txt -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010SynchListUserFields.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010SynchListUserFields.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010TestEmailFunctionality.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010TestEmailFunctionality.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010TestNetworkLatency.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010TestNetworkLatency.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateListField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateListField.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateRequestAccessEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateRequestAccessEmail.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateUserDisplayNameFromADSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateUserDisplayNameFromADSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateUserDisplayNames.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateUserDisplayNames.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateUserProfilePhotoStore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010UpdateUserProfilePhotoStore.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010UploadFilesFromFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010UploadFilesFromFolder.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010VersionSizeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010VersionSizeReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010WarmUpEntireFarm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010WarmUpEntireFarm.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010WarmUpFarmURLs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010WarmUpFarmURLs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010WarmUpSpecificURLs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010WarmUpSpecificURLs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2010/SP2010_Farm_Backup_With_Notification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2010/SP2010_Farm_Backup_With_Notification.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/DeploySPUserSolutionToSiteCollections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/DeploySPUserSolutionToSiteCollections.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AddAllowedInlineDownloadedMimeTypes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AddAllowedInlineDownloadedMimeTypes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AddAlternateSiteCollectionURLMapping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AddAlternateSiteCollectionURLMapping.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AddCertificateToManageTrust.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AddCertificateToManageTrust.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AddCrawlRules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AddCrawlRules.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AddListItemsFromCSVFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AddListItemsFromCSVFile.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AddRemoveSiteCollectionAdmins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AddRemoveSiteCollectionAdmins.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AddSPShellAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AddSPShellAdmin.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013AuditLogReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013AuditLogReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ConfigureOutgoingEMailSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ConfigureOutgoingEMailSettings.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ConfigureRecycleBinSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ConfigureRecycleBinSettings.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateIsolatedAppDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateIsolatedAppDomain.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateMySitesHNSCWebApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateMySitesHNSCWebApplication.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateSPListLibrary.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateSPListLibrary.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateSiteCollectionInOwnContentDB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013CreateSiteCollectionInOwnContentDB.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteAllRecycleBinItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteAllRecycleBinItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteSPListItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteSPListItems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteSPListItemsPermanently.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteSPListItemsPermanently.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteUserProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013DeleteUserProfiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013DownloadPreReqs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013DownloadPreReqs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnableEMailNotificationOnLists.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnableEMailNotificationOnLists.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumAllUsersGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumAllUsersGroups.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumContentDatabasesAndSiteSizes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumContentDatabasesAndSiteSizes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumFormTemplateLibraries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumFormTemplateLibraries.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumNavigationLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumNavigationLinks.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSiteCollectionSizes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSiteCollectionSizes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSiteCollections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSiteCollections.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSitesAndSubSitesHTMLReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSitesAndSubSitesHTMLReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSubSitesSizeInASiteCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumSubSitesSizeInASiteCollection.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumWebUsersGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumWebUsersGroups.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumWorkFlows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013EnumWorkFlows.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportAllSolutionsFromSolutionStore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportAllSolutionsFromSolutionStore.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportSPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportSPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportSiteColumns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportSiteColumns.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportSiteContentTypes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ExportSiteContentTypes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ExtractDocLibraryToDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ExtractDocLibraryToDisk.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ExtractSiteWebDocLibrariesToDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ExtractSiteWebDocLibrariesToDisk.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013FlushBLOBCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013FlushBLOBCache.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllFeaturesOnFilePath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllFeaturesOnFilePath.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllGroupsAndUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllGroupsAndUsers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllInactiveFeatures.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllInactiveFeatures.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllListColumns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllListColumns.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllSiteTemplatesInFarm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllSiteTemplatesInFarm.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllSitesInWebApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetAllSitesInWebApplication.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetCrawlHistoryReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetCrawlHistoryReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetDuplicateListFields.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetDuplicateListFields.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetEnterpriseSearchServiceStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetEnterpriseSearchServiceStatus.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetFarmAndSiteCollectionAdmins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetFarmAndSiteCollectionAdmins.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetFarmConfigurationAndEventsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetFarmConfigurationAndEventsReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetLinksReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetLinksReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetMissingUserProfileProperties.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetMissingUserProfileProperties.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPCorrelationIDLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPCorrelationIDLogs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPFarmInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPFarmInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPSearchServiceTopologyState.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPSearchServiceTopologyState.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPShellAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSPShellAdmin.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSharePointW3WP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSharePointW3WP.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSiteCollectionListGUIDs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetSiteCollectionListGUIDs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetStartStopSPServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetStartStopSPServices.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetUserProfileDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetUserProfileDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetUserProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetUserProfiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013GetWebAnalyticsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013GetWebAnalyticsReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ImportSPSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ImportSPSite.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013InstallSPInfoPathFormTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013InstallSPInfoPathFormTemplate.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013LargeListItemsMonitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013LargeListItemsMonitor.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ListAllInstalledProducts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ListAllInstalledProducts.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ListAllPowerShellCommandlets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ListAllPowerShellCommandlets.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013MonitorDiagnosticLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013MonitorDiagnosticLogs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013MonitorWebAppAvailability.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013MonitorWebAppAvailability.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013MoveSPEnterpriseSearchIndex.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013MoveSPEnterpriseSearchIndex.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013PeoplePickerSearchADForests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013PeoplePickerSearchADForests.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013PublishContentTypeInContentTypeHub.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013PublishContentTypeInContentTypeHub.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013RegisterCertForHighTrustApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013RegisterCertForHighTrustApps.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ResetFarmConfigCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ResetFarmConfigCache.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ResetSearchIndex.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ResetSearchIndex.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013ResolveEditVsContributePermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013ResolveEditVsContributePermissions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013RunContentTypeHubTimerJobs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013RunContentTypeHubTimerJobs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SPFarmWarmup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SPFarmWarmup.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SearchULSTraceLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SearchULSTraceLogs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SetContentTypeHubURL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SetContentTypeHubURL.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SetDistributedCacheServiceMemory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SetDistributedCacheServiceMemory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SetLoggingLocationPaths.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SetLoggingLocationPaths.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SetMaintenanceWindowForWebApplication.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SetMaintenanceWindowForWebApplication.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SetManagedPropertiesRefinableSortable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SetManagedPropertiesRefinableSortable.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SetMaximumFileSizePerExtension.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SetMaximumFileSizePerExtension.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013SitesAvailabilityMonitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013SitesAvailabilityMonitor.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013TestEmailFunctionality.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013TestEmailFunctionality.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013TestNetworkLatency.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013TestNetworkLatency.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateRequestAccessEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateRequestAccessEmail.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateSecurityTokenServiceConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateSecurityTokenServiceConfig.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateUserDisplayNameFromADSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateUserDisplayNameFromADSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateUserProfilePhotoStore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013UpdateUserProfilePhotoStore.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013UploadFilesFromFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013UploadFilesFromFolder.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/SharePoint/SharePoint2013/SP2013VersionSizeReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/SharePoint/SharePoint2013/SP2013VersionSizeReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Snippets/ClipboardHistoryViewer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Snippets/ClipboardHistoryViewer.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Snippets/ForEachFromCSVImport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Snippets/ForEachFromCSVImport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Snippets/GetDotNetFrameworkVersions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Snippets/GetDotNetFrameworkVersions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Snippets/GetInternetExplorerTrustedSites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Snippets/GetInternetExplorerTrustedSites.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Snippets/ISEVimEditorTheme.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Snippets/ISEVimEditorTheme.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Snippets/ReadHostArray.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Snippets/ReadHostArray.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/Snippets/SearchForPhraseInFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/Snippets/SearchForPhraseInFiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/TaskScheduler/EnumScheduledTasks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/TaskScheduler/EnumScheduledTasks.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/TaskScheduler/GetScheduledTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/TaskScheduler/GetScheduledTask.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/TerminalService/GetActiveTerminalServiceRDPSessions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/TerminalService/GetActiveTerminalServiceRDPSessions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/VMware/DeployESXiPatch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/VMware/DeployESXiPatch.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/certificates/BackupCertificateAuthority.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/certificates/BackupCertificateAuthority.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/certificates/Disable-CRLCheckv2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/certificates/Disable-CRLCheckv2.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/certificates/GenerateCertificateSigningRequest(CSR).ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/certificates/GenerateCertificateSigningRequest(CSR).ps1 -------------------------------------------------------------------------------- /PowerShell/Working/certificates/GetCertificatesInFilePath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/certificates/GetCertificatesInFilePath.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/certificates/GetInstalledCertificates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/certificates/GetInstalledCertificates.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/certificates/UpgradeCertificateAuthority.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/certificates/UpgradeCertificateAuthority.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/diskspace/DiskSpaceHTMLEmailReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/diskspace/DiskSpaceHTMLEmailReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/diskspace/DiskSpaceHTMLReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/diskspace/DiskSpaceHTMLReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/diskspace/DiskSpacePercentageUsedGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/diskspace/DiskSpacePercentageUsedGraph.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/diskspace/GetClusterSharedVolumesCSVSpace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/diskspace/GetClusterSharedVolumesCSVSpace.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/diskspace/diskspacereport/diskspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/diskspace/diskspacereport/diskspace.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/diskspace/diskspacereport/list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/diskspace/diskspacereport/list.txt -------------------------------------------------------------------------------- /PowerShell/Working/diskspace/diskspacereport/start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/diskspace/diskspacereport/start.bat -------------------------------------------------------------------------------- /PowerShell/Working/email/SMTPEmailTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/email/SMTPEmailTest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/email/SendEmailWithAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/email/SendEmailWithAttachment.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/email/SendEmailWithHTML.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/email/SendEmailWithHTML.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/email/SendEmailWithMultipleAttachments.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/email/SendEmailWithMultipleAttachments.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/eventlogs/monitor_windows_event_logs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/eventlogs/monitor_windows_event_logs.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/CheckForFilesWithEmailAlert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/CheckForFilesWithEmailAlert.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/DeleteFilesAfterNumberOfDays.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/DeleteFilesAfterNumberOfDays.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/DeleteFilesAfterNumberOfDaysFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/DeleteFilesAfterNumberOfDaysFunction.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/DirectoryFilesMonitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/DirectoryFilesMonitor.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/FindFilesInDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/FindFilesInDirectory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/ListFileSizesInDirectoryFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/ListFileSizesInDirectoryFunction.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/ListMoveDeleteFilesAfterNumberOfDays.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/ListMoveDeleteFilesAfterNumberOfDays.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/ListOrDeleteFilesAfterNumberOfDays.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/ListOrDeleteFilesAfterNumberOfDays.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/MoveBackupFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/MoveBackupFiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/ReplaceStringInFilesInDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/ReplaceStringInFilesInDirectory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/SortAndMoveFilesToDateFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/SortAndMoveFilesToDateFolders.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/files/search_string_match_in_files.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/files/search_string_match_in_files.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/hotfixes/CompareHotFixes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/hotfixes/CompareHotFixes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/hotfixes/Get-HotFixReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/hotfixes/Get-HotFixReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/iis/IIS_Change_Log_File_Location.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/iis/IIS_Change_Log_File_Location.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/iis/IIS_Create_Shortcuts_To_Log_Files.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/iis/IIS_Create_Shortcuts_To_Log_Files.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/iis/IIS_Get_All_App_Pool_Credentials.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/iis/IIS_Get_All_App_Pool_Credentials.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/iis/IIS_Get_App_Pool_Credentials.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/iis/IIS_Get_App_Pool_Credentials.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/iis/IIS_Get_Web_Apps_And_Identity_Details.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/iis/IIS_Get_Web_Apps_And_Identity_Details.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/iis/IIS_Get_Web_Sites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/iis/IIS_Get_Web_Sites.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/iis/IIS_Recycle_App_Pool_Remotely.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/iis/IIS_Recycle_App_Pool_Remotely.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/network/MonitorPorts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/network/MonitorPorts.pdf -------------------------------------------------------------------------------- /PowerShell/Working/network/MonitorPorts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/network/MonitorPorts.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/network/MonitorTCPAndUDPConnections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/network/MonitorTCPAndUDPConnections.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/AssignMSOnlineRoleDelegationToUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/AssignMSOnlineRoleDelegationToUsers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/AssignMSOnlineUserPlanLicenses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/AssignMSOnlineUserPlanLicenses.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ConnectToExchangeOnline.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ConnectToExchangeOnline.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ConnectToMSOnline.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ConnectToMSOnline.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ConnectToMSOnlineAndExchangeOnlineFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ConnectToMSOnlineAndExchangeOnlineFunction.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ConnectToMultipleMSOnlineServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ConnectToMultipleMSOnlineServices.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/DirSyncStartOnlineCoexistenceSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/DirSyncStartOnlineCoexistenceSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineCheckDistributionGroupSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineCheckDistributionGroupSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineDisableOffice365GroupCreation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineDisableOffice365GroupCreation.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetDistributionGroupMemberReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetDistributionGroupMemberReports.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetDistributionGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetDistributionGroupMembers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetMailBoxPermissions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetMailBoxPermissions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetMailBoxStatistics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetMailBoxStatistics.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetMailboxLocations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetMailboxLocations.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetOffice365GroupsReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetOffice365GroupsReports.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetUserDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineGetUserDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineProtectionGetMailTrafficReports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineProtectionGetMailTrafficReports.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineSetMailBoxAuditing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineSetMailBoxAuditing.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineSetUserPhoto.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/ExchangeOnline/ExchangeOnlineSetUserPhoto.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetExchangeOnlineDistributionListMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetExchangeOnlineDistributionListMembers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineAdminUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineAdminUsers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineGroupsLastDirSyncTime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineGroupsLastDirSyncTime.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineGroupsWithoutLastDirSyncTime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineGroupsWithoutLastDirSyncTime.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineHealthStatusReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineHealthStatusReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineServiceHealthIncidentsEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineServiceHealthIncidentsEmail.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineTenantID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineTenantID.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineUserLicensePlansAssignment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineUserLicensePlansAssignment.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineUserLicenses.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineUserLicenses.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineUserLicensesUsage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineUserLicensesUsage.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/GetMSOnlineUserReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/GetMSOnlineUserReport.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/MSOnlineGetAllPowerShellModules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/MSOnlineGetAllPowerShellModules.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/O365-Fed-MetaData-Update-Task-Installation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/O365-Fed-MetaData-Update-Task-Installation.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/OneDrive/MSOnlineAddOneDriveBlockedFileExtensions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/OneDrive/MSOnlineAddOneDriveBlockedFileExtensions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineActivateSiteCollectionFeature.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineActivateSiteCollectionFeature.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineAddDocumentsToLibrary.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineAddDocumentsToLibrary.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineAddSiteCollectionAdministrators.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineAddSiteCollectionAdministrators.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineAddUsersAndGroupsFromCSVFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineAddUsersAndGroupsFromCSVFile.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineCreatePersonalSiteCollectionsFromCSVFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineCreatePersonalSiteCollectionsFromCSVFile.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineCreateSiteCollectionsFromCSVFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineCreateSiteCollectionsFromCSVFile.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineDeleteSiteCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineDeleteSiteCollection.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineDownloadFileFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineDownloadFileFunction.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineEnableSideLoadingForSiteCollections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineEnableSideLoadingForSiteCollections.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineGetAllOneDriveSiteDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineGetAllOneDriveSiteDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineGetAllSiteCollectionDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineGetAllSiteCollectionDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineGetAllUserProfileServiceUserProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineGetAllUserProfileServiceUserProfiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineGetContentTypes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineGetContentTypes.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineGetPersonalSiteCollections.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineGetPersonalSiteCollections.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineReindexSiteCollectionsAndSites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineReindexSiteCollectionsAndSites.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineRemoveDeletedSiteCollection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineRemoveDeletedSiteCollection.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineRenewAddInsClientSecrets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineRenewAddInsClientSecrets.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineSiteCollectionCommandsFromCSVInput.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineSiteCollectionCommandsFromCSVInput.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/SharePointOnline/SPOnlineUpdateListItemsFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/SharePointOnline/SPOnlineUpdateListItemsFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/o365/Yammer/YammerUserMatchToAzureAD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/o365/Yammer/YammerUserMatchToAzureAD.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/quest/EnumOperatingSystems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/quest/EnumOperatingSystems.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/security/EncryptCredentialsForPSRemoting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/security/EncryptCredentialsForPSRemoting.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/security/EncryptedCredentialsFunctions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/security/EncryptedCredentialsFunctions.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/security/GenerateSecurePasswords.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/security/GenerateSecurePasswords.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/services/RestartWindowsServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/services/RestartWindowsServices.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/systeminfo/GetNicConfiurationDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/systeminfo/GetNicConfiurationDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/systeminfo/SystemInfoInventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/systeminfo/SystemInfoInventory.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/systeminfo/SystemInfoOnServers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/systeminfo/SystemInfoOnServers.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/systeminfo/SystemInfoReportEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/systeminfo/SystemInfoReportEmail.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/systeminfo/SystemInfoReportHTML.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/systeminfo/SystemInfoReportHTML.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/telnet/PowerShellTelnetRemoteSession.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/telnet/PowerShellTelnetRemoteSession.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/web/WebPageLoadTimesTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/web/WebPageLoadTimesTest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/web/WebRequestTest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/web/WebRequestTest.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/web/WebSiteAvailabilityMonitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/web/WebSiteAvailabilityMonitor.ps1 -------------------------------------------------------------------------------- /PowerShell/Working/web/WebSiteAvailabilityMonitorWithServiceRestart.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/PowerShell/Working/web/WebSiteAvailabilityMonitorWithServiceRestart.ps1 -------------------------------------------------------------------------------- /SQLServer/Working/AzureSQLEnumDatabaseUsersAndRoles.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/AzureSQLEnumDatabaseUsersAndRoles.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLAttachDatabase.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLAttachDatabase.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLBackupDatabasesToDiskWithCopyOnly.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLBackupDatabasesToDiskWithCopyOnly.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLBackupHistoryAnalysis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLBackupHistoryAnalysis.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLBackupHistoryQueries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLBackupHistoryQueries.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLDropDatabases.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLDropDatabases.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumClientConnectionDetails.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumClientConnectionDetails.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumClientConnections.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumClientConnections.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumCurrentExecutingTransactions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumCurrentExecutingTransactions.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumDatabaseSizeAndFileGrowth.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumDatabaseSizeAndFileGrowth.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumDatabaseSizes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumDatabaseSizes.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumDatabaseStoredProcs.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumDatabaseStoredProcs.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumDatabaseTableSizes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumDatabaseTableSizes.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumDatabaseUsersAndRoles.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumDatabaseUsersAndRoles.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumDatabasesAndLogFileSizes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumDatabasesAndLogFileSizes.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumFileGrowth.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumFileGrowth.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumPortsAndProtocols.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumPortsAndProtocols.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLEnumTableSizes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLEnumTableSizes.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLFindTextInDatabaseTablesAndColumns.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLFindTextInDatabaseTablesAndColumns.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLGenerateAttachAndDetachCommands.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLGenerateAttachAndDetachCommands.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLGetHostClusterNodesDatabaseLocationsVolumesSizes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLGetHostClusterNodesDatabaseLocationsVolumesSizes.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLGetInstanceConfigurationDetails.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLGetInstanceConfigurationDetails.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLGetInstanceDetailsSummary.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLGetInstanceDetailsSummary.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLOutputDatabaseUsersAndRolesGenerationScript.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLOutputDatabaseUsersAndRolesGenerationScript.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLOutputInstanceUsersAndRolesGenerationScript.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLOutputInstanceUsersAndRolesGenerationScript.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLRebuildIndexesForAllDatabases.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLRebuildIndexesForAllDatabases.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLRecentFullDifferentialLogBackupHistory.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLRecentFullDifferentialLogBackupHistory.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLRestoreHistoryAnalysis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLRestoreHistoryAnalysis.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSCCMGetAllRegisteredMachines.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSCCMGetAllRegisteredMachines.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSetAllDatabasesRecoveryModels.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSetAllDatabasesRecoveryModels.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointAllDocsQueries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointAllDocsQueries.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointDatabaseNamesAgainstGUIDs.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointDatabaseNamesAgainstGUIDs.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointDatabaseStatisticsStatusChecks.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointDatabaseStatisticsStatusChecks.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointDocsVersionsReport.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointDocsVersionsReport.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointFilePathLengthQueries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointFilePathLengthQueries.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointListDocAndFormLibraries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointListDocAndFormLibraries.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointListMySites.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointListMySites.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointListTemplateNamesAndIDs.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointListTemplateNamesAndIDs.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointSiteSizeQueries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointSiteSizeQueries.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLSharePointTruncateUsageAndHealthDatabase.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLSharePointTruncateUsageAndHealthDatabase.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLShrinkTransactionLogs.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLShrinkTransactionLogs.sql -------------------------------------------------------------------------------- /SQLServer/Working/SQLTopIOQueries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/SQLServer/Working/SQLTopIOQueries.sql -------------------------------------------------------------------------------- /ServiceNow/ServiceNowMergeDuplicateUserRecords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/ServiceNow/ServiceNowMergeDuplicateUserRecords.js -------------------------------------------------------------------------------- /ServiceNow/ServiceNowRecordProducerPopulateIncidentRecord.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisdee/Scripts/HEAD/ServiceNow/ServiceNowRecordProducerPopulateIncidentRecord.js --------------------------------------------------------------------------------